[LLVMbugs] [Bug 3226] clang infinite loop on the attached code snippet
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Apr 18 14:29:36 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=3226
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|INVALID |FIXED
--- Comment #3 from Chris Lattner <clattner at apple.com> 2009-04-18 16:29:36 ---
This is now rejected:
t.m:4:5: error: illegal goto into protected scope
goto L;
^
t.m:5:5: note: jump bypasses initialization of @finally block
} @finally {
^
--
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