http://llvm.org/bugs/show_bug.cgi?id=16988
Eli Friedman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #1 from Eli Friedman <[email protected]> --- (In reply to comment #0) > Now I'm not sure if this is a serious issue in valid configurations or just > a hassle in strange cross compilation setups. If you somehow have clang configured so the internal stdint.h from a different version of clang is in the include path, something has gone seriously wrong with your configuration. I have no idea how you managed it. In terms of printing an error, having a standard include guard is important for performance reasons, so we really don't want to mess with it. -- 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
