http://llvm.org/bugs/show_bug.cgi?id=3592
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Douglas Gregor <[email protected]> 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. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
