[LLVMbugs] [Bug 15923] New: clang crashes on nested ternary-expressions with throw-expressions on both levels
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon May 6 15:22:19 PDT 2013
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: unassignedclangbugs at nondot.org
Reporter: florian.weber at sfz-bw.de
CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130506/23b0b48d/attachment.html>
More information about the llvm-bugs
mailing list