[LLVMbugs] [Bug 22043] New: Initializing atomic qualified type with another atomic qualified type leads to assertion failure
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Dec 28 03:30:30 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=22043
Bug ID: 22043
Summary: Initializing atomic qualified type with another atomic
qualified type leads to assertion failure
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: unassignedclangbugs at nondot.org
Reporter: david.majnemer at gmail.com
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
Classification: Unclassified
typedef _Atomic(int) A;
A a = A();
--
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/20141228/089bf139/attachment.html>
More information about the llvm-bugs
mailing list