[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:17:19 -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	2005-02-28 12:39:25.000000000 -0500
+++ shadow/70400.tmp.14444	2005-03-01 13:17:19.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 70400
 Product: Mono: Compilers
 Version: 1.1
 OS: unknown
 OS Details: Mandrake 10.0
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: WONTFIX
 Severity: Unknown
 Priority: Minor
 Component: C#
 AssignedTo: martin@ximian.com                            
 ReportedBy: vgapeyev@cis.upenn.edu               
 QAContact: mono-bugs@ximian.com
@@ -121,6 +121,12 @@
 **** This one is expected
 
 (If you guys care to know, I still use mono 0.29 because of the bugs
 from this series!)
 
 --Vladimir
+
+------- 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.