http://llvm.org/bugs/show_bug.cgi?id=15923
Bug ID: 15923
Summary: clang crashes on nested ternary-expressions with
throw-expressions on both levels
Product: clang
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
Created attachment 10476
--> http://llvm.org/bugs/attachment.cgi?id=10476&action=edit
the error-output
clang crashes on the following code:
int main(){
(true ? throw 1 : true) ? true : throw 2;
}
--
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