[Mono-bugs] [Bug 43660][Maj] Changed - Compilation of nested switch statements with goto seems wrong

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 26 May 2003 14:40:15 -0400 (EDT)


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

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

--- shadow/43660	Mon May 26 05:18:00 2003
+++ shadow/43660.tmp.21063	Mon May 26 14:40:15 2003
@@ -1,14 +1,14 @@
 Bug#: 43660
 Product: Mono/MCS
 Version: unspecified
 OS: Debian Woody
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sestoft@dina.kvl.dk               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -58,6 +58,12 @@
 
 Additional Information:
 
 I suspect that the compilation of nested switch statements is actually
 wrong, because changing the goto case 1 to goto case 2 produces a 
 spurious message about falling through...
+
+------- Additional Comments From miguel@ximian.com  2003-05-26 14:40 -------
+This was simple.   The problem is that we continued processing despite
+the error, and that is where the null reference came from.
+
+fix on cvs