[LLVMbugs] [Bug 16988] clang's stdint.h forwarding can silently result in no standard integer types being defined.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Aug 27 13:51:46 PDT 2013


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

Eli Friedman <sharparrow1 at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |sharparrow1 at yahoo.com
         Resolution|---                         |WONTFIX

--- Comment #1 from Eli Friedman <sharparrow1 at yahoo.com> ---
(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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130827/6299671d/attachment.html>


More information about the llvm-bugs mailing list