LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 840 - Unable to compile X86ISelDAGToDAG.cpp using gcc 3.3.5
Summary: Unable to compile X86ISelDAGToDAG.cpp using gcc 3.3.5
Status: RESOLVED FIXED
Alias: None
Product: libraries
Classification: Unclassified
Component: Backend: X86 (show other bugs)
Version: trunk
Hardware: PC Linux
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords: build-problem
Depends on:
Blocks:
 
Reported: 2006-07-20 20:39 PDT by Rib Rdb
Modified: 2010-02-22 12:47 PST (History)
2 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rib Rdb 2006-07-20 20:39:56 PDT
Trying to compile using gcc 3.3.5 gives parse errors in X86GenDAGISel.inc due to
the noinline attributes.
Comment 1 Chris Lattner 2006-07-20 21:15:19 PDT
Evan, we need to check both for GCC and for GCC version >= 3.4.  There are builtin macros for this.

-Chris
Comment 2 Chris Lattner 2006-07-26 19:28:03 PDT
Is this fixed Evan? If so, plz close it.

Thanks,

-Chris
Comment 3 Evan Cheng 2006-07-26 20:30:13 PDT
Fixed.