[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, 9 Dec 2004 17:49:24 -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 bmaurer@users.sf.net.

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

--- shadow/70400	2004-12-09 17:42:10.000000000 -0500
+++ shadow/70400.tmp.26586	2004-12-09 17:49:24.000000000 -0500
@@ -1,17 +1,17 @@
 Bug#: 70400
 Product: Mono: Compilers
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: Mandrake 10.0
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: C#
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: martin@ximian.com                            
 ReportedBy: vgapeyev@cis.upenn.edu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Wrong behavior of breaking out of SWITCH, when done from within a nested SWITCH and a nested IF
@@ -85,6 +85,10 @@
 Additional Information:
 
 This bug is probably the same as #59867.  I have just noticed that the
 latter was marked as RESOLVED FIXED, so I re-raise it here.  The code
 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