[llvm-bugs] [Bug 37945] New: 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 07:51:09 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=37945
Bug ID: 37945
Summary: clang doesn't allow me to define an object using the
identifier __is_integral
Product: clang
Version: 6.0
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: mib.bugzilla at gmail.com
CC: dgregor at apple.com, llvm-bugs at lists.llvm.org
gcc and icc allow the declaration of this identifier, but clang gives an error
"expected unqualified id".
int __is_integral;
--Melanie Blower (I work for Intel on the Intel C++ compiler)
--
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/eb9fd93d/attachment.html>
More information about the llvm-bugs
mailing list