[LLVMbugs] [Bug 7127] New: clang confused by double throw

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu May 13 01:23:10 PDT 2010


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

           Summary: clang confused by double throw
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: chris at bubblescope.net
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


Created an attachment (id=4882)
 --> (http://llvm.org/bugs/attachment.cgi?id=4882)
Example showing double throw issue.

The attached code causes termination by an exception escaping. The 'rethrow'
does not appear to be caught by the (...).

This bug does not appear on Snow Leopard, but it does occur on both Leopard and
Ubuntu.

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



More information about the llvm-bugs mailing list