[llvm-bugs] [Bug 25639] New: clang-cl: cannot mangle this C11 atomic type yet
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Nov 25 11:53:13 PST 2015
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: unassignedbugs at nondot.org
Reporter: yaron.keren at gmail.com
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151125/9643d3ce/attachment.html>
More information about the llvm-bugs
mailing list