Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compile X86ISelDAGToDAG.cpp using gcc 3.3.5 #1212

Closed
llvmbot opened this issue Jul 21, 2006 · 3 comments
Closed

Unable to compile X86ISelDAGToDAG.cpp using gcc 3.3.5 #1212

llvmbot opened this issue Jul 21, 2006 · 3 comments
Labels
backend:X86 bugzilla Issues migrated from bugzilla build-problem

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Jul 21, 2006

Bugzilla Link 840
Resolution FIXED
Resolved on Feb 22, 2010 12:47
Version trunk
OS Linux
Reporter LLVM Bugzilla Contributor

Extended Description

Trying to compile using gcc 3.3.5 gives parse errors in X86GenDAGISel.inc due to
the noinline attributes.

@lattner
Copy link
Collaborator

lattner commented Jul 21, 2006

Evan, we need to check both for GCC and for GCC version >= 3.4. There are builtin macros for this.

-Chris

@lattner
Copy link
Collaborator

lattner commented Jul 27, 2006

Is this fixed Evan? If so, plz close it.

Thanks,

-Chris

@llvmbot
Copy link
Collaborator Author

llvmbot commented Jul 27, 2006

Fixed.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend:X86 bugzilla Issues migrated from bugzilla build-problem
Projects
None yet
Development

No branches or pull requests

2 participants