[LLVMbugs] [Bug 9804] __is_signed conflicts with libstdc++

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon May 11 10:40:32 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=9804

Charlie Turner <charlesturner7c5 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Charlie Turner <charlesturner7c5 at gmail.com> ---
My apologies for hoarding this bug for so long...

> Does libstdc++ even use case 1?

Not that I can see. This bug was erroneously reopened. We had a program that
essentially did

typedef bool Bool
#define bool Bool

Which is ill-formed because 17.6.4.3.1 says "A translation unit shall not
#define or #undef names lexically identical to keywords".

I'm closing this bug as the original defect has been resolved.

Reopened in error.

- Charlie.

-- 
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/20150511/7679f762/attachment.html>


More information about the llvm-bugs mailing list