http://llvm.org/bugs/show_bug.cgi?id=3546


Chris Lattner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Chris Lattner <[email protected]>  2009-02-12 00:21:42 ---
This is correct behavior.  When you #include with a full path
"/usr/include/stdio.h", neither clang nor gcc consider the file to be in a
system header directory.  This is an extwarn that is silenced in system
headers, so without that "bit" on the file, the warning gets emitted and mapped
to an error.


-- 
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

Reply via email to