http://llvm.org/bugs/show_bug.cgi?id=7062

           Summary: [C++ CodeGen] Destruction of partial-constructed
                    member arrays in implicitly-defined constructors
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=4833)
 --> (http://llvm.org/bugs/attachment.cgi?id=4833)
Failing test case

When an exception occurs while constructing an element in a non-static array
member, we need to destroy all of the elements constructed before the exception
occurred. The attached tested case (copy-constructor-synthesis-3.cpp) is a
simple run-time test that checks for this behavior, which we currently fail.

-- 
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

Reply via email to