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: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to