[LLVMbugs] [Bug 9804] __is_signed conflicts with libstdc++
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Mar 23 20:34:18 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=9804
Jiangning Liu <liujiangning1 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |liujiangning1 at gmail.com
Resolution|FIXED |---
--- Comment #3 from Jiangning Liu <liujiangning1 at gmail.com> ---
Clang still fail on case 1, although it can pass case 2.
/* case 1: fail */
typedef bool BOOL;
static const BOOL __is_signed = false;
/* case 2: pass */
static const bool __is_signed = false;
--
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/20150324/59a106bd/attachment.html>
More information about the llvm-bugs
mailing list