[LLVMbugs] [Bug 22292] New: Segmentation fault when diagnosing error
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jan 21 21:51:07 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22292
Bug ID: 22292
Summary: Segmentation fault when diagnosing error
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: mizvekov at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 13716
--> http://llvm.org/bugs/attachment.cgi?id=13716&action=edit
source
Crashes when trying to compile the following C++ code:
unsigned a[32];
unsigned *prio_bits_array = a;
template<unsigned I> void f() {
__atomic_store_n(prio_op_array + I, false, __ATOMIC_RELAXED);
}
--
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/20150122/d4c01eef/attachment.html>
More information about the llvm-bugs
mailing list