[llvm-bugs] [Bug 37945] clang doesn't allow me to define an object using the identifier __is_integral
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jun 26 08:20:06 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=37945
Paul Robinson <paul_robinson at playstation.sony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
CC| |paul_robinson at playstation.s
| |ony.com
Status|NEW |RESOLVED
--- Comment #1 from Paul Robinson <paul_robinson at playstation.sony.com> ---
Names beginning with a double underscore are reserved to the implementation.
I'd guess that gcc and icc don't happen to use this one while clang does.
--
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/20180626/e1598fb0/attachment.html>
More information about the llvm-bugs
mailing list