[LLVMbugs] [Bug 14225] New: Jumps between try block and handler for function-try-block crashes clang

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Oct 31 04:41:19 PDT 2012


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

             Bug #: 14225
           Summary: Jumps between try block and handler for
                    function-try-block crashes clang
           Product: clang
           Version: 3.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: ulfalizer at gmail.com
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Both of the ill-formed snippets

void f() try { goto x; } catch(...) { x: ; }

and

void f() try { x: ; } catch(...) { goto x; }

crash clang.

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