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

            Bug ID: 25639
           Summary: clang-cl: cannot mangle this C11 atomic type yet
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedb...@nondot.org
          Reporter: yaron.ke...@gmail.com
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

sh-4.3$ cat a.cpp
#include <stdatomic.h>
atomic_int_least32_t a;

sh-4.3$ clang-cl -c a.cpp
a.cpp(2,1) :  error: cannot mangle this C11 atomic type yet
atomic_int_least32_t a;
^~~~~~~~~~~~~~~~~~~~~~
1 error generated.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to