[LLVMbugs] [Bug 3592] GCC warning is clang error, implicitly defined functions and different signature in the source file.
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Feb 16 10:36:49 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=3592
Douglas Gregor <dgregor at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dgregor at apple.com
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Douglas Gregor <dgregor at apple.com> 2009-02-16 12:36:48 ---
This has been fixed in r64639. We now:
- Warn when a builtin is redeclared with an incompatible signature
- Error when a builtin is defined (if used as a hosted implementation)
- Suppress the generation of builtins when the option -ffreestanding is
provided
I assume that the Linux kernel is building with -ffreestanding?
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list