[Mono-bugs] [Bug 26973][Nor] Changed - In try block, 'return' doesn't return

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
22 Jul 2002 13:36:07 -0000


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 martin@gnome.org.

http://bugzilla.ximian.com/show_bug.cgi?id=26973

--- shadow/26973	Mon Jul 22 07:24:00 2002
+++ shadow/26973.tmp.6637	Mon Jul 22 09:36:07 2002
@@ -1,13 +1,13 @@
 Bug#: 26973
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: martin@gnome.org                            
 ReportedBy: adb@tardis.ed.ac.uk               
 QAContact: mono-bugs@ximian.com
@@ -96,6 +96,9 @@
 
 ------- Additional Comments From lupus@ximian.com  2002-07-18 07:11 -------
 ILGenerator cannot check when it emits a label, because the label may
 still need to be marked (forward reference). It could do it at the
 end, though, but since the same bug happens also when mcs is run with
 the ms runtime, it's mcs that needs to be fixed.
+
+------- Additional Comments From martin@gnome.org  2002-07-22 09:36 -------
+Ok, this is now fixed in CVS.