[Mono-bugs] [Bug 32489][Nor] New - control flow analysis refuses valid program

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
18 Oct 2002 11:33:40 -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 vargaz@freemail.hu.

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

--- shadow/32489	Fri Oct 18 07:33:40 2002
+++ shadow/32489.tmp.26901	Fri Oct 18 07:33:40 2002
@@ -0,0 +1,24 @@
+Bug#: 32489
+Product: Mono/MCS
+Version: unspecified
+OS: Debian Woody
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+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
+
+The MS C# compiles it just fine.