[Mono-bugs] [Bug 32489][Maj] Changed - control flow analysis refuses valid program

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
19 Oct 2002 20:21:58 -0000


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=32489

--- shadow/32489	Fri Oct 18 07:34:06 2002
+++ shadow/32489.tmp.7812	Sat Oct 19 16:21:58 2002
@@ -2,21 +2,20 @@
 Product: Mono/MCS
 Version: unspecified
 OS: Debian Woody
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Normal
+Severity: Unknown
+Priority: Major
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vargaz@freemail.hu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: control flow analysis refuses valid program
 
 mcs refuses to compile the attached testcase with the message:
 
 bug-case.cs(9) error CS0163: Control cannot fall through from one case
 label to another
@@ -24,6 +23,9 @@
 The MS C# compiles it just fine.
 
 ------- Additional Comments From vargaz@freemail.hu  2002-10-18 07:34 -------
 Created an attachment (id=2584)
 testcase
 
+
+------- Additional Comments From miguel@ximian.com  2002-10-19 16:21 -------
+Martin, could you help me with this bug?