[Mono-bugs] [Bug 39828][Nor] Changed - Individual switch-sections treated as blocks by mcs
bugzilla-daemon@ximian.com
bugzilla-daemon@ximian.com
Thu, 20 Mar 2003 08:45:52 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=39828
--- shadow/39828 Mon Mar 17 06:17:34 2003
+++ shadow/39828.tmp.2907 Thu Mar 20 08:45:52 2003
@@ -2,21 +2,20 @@
Product: Mono/MCS
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Misc
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: martin@ximian.com
ReportedBy: kokholm@it-c.dk
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: Individual switch-sections treated as blocks by mcs
mcs version 0.23 does not allow goto from one switch-section
to a label in another switch-section in the same switch-block.
It seems that the parser treats each switch-section as an
individual block.
@@ -46,6 +45,9 @@
LBL4:
System.Console.WriteLine("4");
break;
}
}
}
+
+------- Additional Comments From miguel@ximian.com 2003-03-20 08:45 -------
+Reassigning to Martin.