[Mono-bugs] [Bug 77601][Nor] Changed - Problems with goto statement in try/catch/finally

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Feb 26 15:38:00 EST 2006


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 miguel at ximian.com.

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: rharinath at novell.com                            
+AssignedTo: miguel at ximian.com                            
 ReportedBy: ashleyreed79 at comcast.net               
 QAContact: mono-bugs at ximian.com
 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 miguel at ximian.com  2006-02-26 15:38 -------
+We are generating a jump, but we should be generating a "leave"
+instruction here.
+
+Will take care of it.


More information about the mono-bugs mailing list