[Mono-bugs] [Bug 70400][Min] Changed - Wrong behavior of breaking out of SWITCH, when done from within a nested SWITCH and a nested IF

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 20 Jan 2005 11:45:03 -0500 (EST)


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@ximian.com.

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

--- shadow/70400	2004-12-09 17:49:24.000000000 -0500
+++ shadow/70400.tmp.18252	2005-01-20 11:45:03.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 70400
 Product: Mono: Compilers
 Version: 1.0
 OS: unknown
 OS Details: Mandrake 10.0
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Minor
 Component: C#
 AssignedTo: martin@ximian.com                            
 ReportedBy: vgapeyev@cis.upenn.edu               
 QAContact: mono-bugs@ximian.com
@@ -89,6 +89,9 @@
 reported in #5986 still fails to work correctly with mono/mcs 1.0.5,
 but the sample above is a little shorter.
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-12-09 17:49 -------
 It looks like this was not merged into the 1.0 branch. Martin, you
 fixed  bug 59867, so am assigning
+
+------- Additional Comments From martin@ximian.com  2005-01-20 11:45 -------
+This has been fixed in HEAD a long time ago.