[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
Tue, 1 Mar 2005 13:32:29 -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	2005-03-01 13:17:19.000000000 -0500
+++ shadow/70400.tmp.14776	2005-03-01 13:32:29.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 70400
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: Mandrake 10.0
-Status: RESOLVED   
-Resolution: WONTFIX
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Minor
 Component: C#
 AssignedTo: martin@ximian.com                            
 ReportedBy: vgapeyev@cis.upenn.edu               
 QAContact: mono-bugs@ximian.com
@@ -127,6 +127,17 @@
 
 ------- Additional Comments From martin@ximian.com  2005-03-01 13:17 -------
 Well, as I already pointed out several times in the past, I'm not
 merging flow analysis changes like this into the 1.0 branch.  The code
 is just too complex and too much has changed since 1.0, so it'd be a
 lot of work and also have a very high risk of breaking stuff.
+
+------- Additional Comments From bmaurer@users.sf.net  2005-03-01 13:32 -------
+Martin,
+
+Vladimir said he was using the 1.1.4 release. I am at home now, so I 
+can't check out this testcase on HEAD.
+
+Vladimir -- What bugs are preventing you from upgrading. The newer 
+versions should be MUCH more reliable.
+
+-- Ben