http://llvm.org/bugs/show_bug.cgi?id=21912
Bug ID: 21912
Summary: core dump with empty compound literals
Product: clang
Version: 3.5
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++11
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
Created attachment 13538
--> http://llvm.org/bugs/attachment.cgi?id=13538&action=edit
Output of clang
Compile the following code with clang++ -std=c++11 -O3 :
const int *const *a = (const int *const []) {};
Then clang crashes and dumps core.
Output: see the attachment clang-output.txt
Thanks.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs