Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77601 --- shadow/77601 2006-02-19 18:00:58.000000000 -0500 +++ shadow/77601.tmp.16209 2006-02-26 15:38:00.000000000 -0500 @@ -5,13 +5,13 @@ OS Details: Fedora Core 5 Test 2 Status: NEW Resolution: Severity: Unknown Priority: Normal Component: C# -AssignedTo: [EMAIL PROTECTED] +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: Summary: Problems with goto statement in try/catch/finally @@ -59,6 +59,12 @@ Every time Additional Information: Also, if the catch block is removed from the code, the compiler displays this warning, which should not be displayed: test.cs(20,1): warning CS0162: Unreachable code detected + +------- Additional Comments From [EMAIL PROTECTED] 2006-02-26 15:38 ------- +We are generating a jump, but we should be generating a "leave" +instruction here. + +Will take care of it. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
