[Mono-bugs] [Bug 59428][Nor] Changed - Reachability of constant switches

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 22 Aug 2004 18:38:40 -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 martin@ximian.com.

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

--- shadow/59428	2004-06-01 23:01:09.000000000 -0400
+++ shadow/59428.tmp.23667	2004-08-22 18:38:40.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 59428
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -35,6 +35,9 @@
 `The statement list of a given switch section is reachable if the switch
 statement is reachable and at least one of the following is true: ... The
 switch expression is a constant value that matches a case label in the
 switch section.'
 
 From 15.7.2 The switch statement.
+
+------- Additional Comments From martin@ximian.com  2004-08-22 18:38 -------
+Fixed in CVS.