[LLVMbugs] [Bug 22568] New: _Atomic leads to crash in CodeGen
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Feb 12 10:18:24 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22568
Bug ID: 22568
Summary: _Atomic leads to crash in CodeGen
Product: clang
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: LLVM Codegen
Assignee: unassignedclangbugs at nondot.org
Reporter: david.majnemer at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
struct S;
_Atomic(struct S *) x;
void f() { x++; }
--
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/20150212/787144a7/attachment.html>
More information about the llvm-bugs
mailing list