http://llvm.org/bugs/show_bug.cgi?id=7246
Summary: clang doesn't handle constructor exception handlers
properly
Product: clang
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected]
Created an attachment (id=4944)
--> (http://llvm.org/bugs/attachment.cgi?id=4944)
test case
in function try blocks for constructors and destructors, the handler should
rethrow the currently handled exception at the end, according to the c++
standard.
when executing the attached test case, both handlers should be executed, but
only the one for the constructor is.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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