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 [EMAIL PROTECTED]

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

--- shadow/77755        2006-03-10 10:49:58.000000000 -0500
+++ shadow/77755.tmp.28690      2006-03-10 10:49:58.000000000 -0500
@@ -0,0 +1,32 @@
+Bug#: 77755
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: Tiger
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: label flagged as unreachable code
+
+compile the enclosed (concocted) class:
+x.cs(5,5): warning CS0162: Unreachable code detected
+
+class X {
+  static void main () {
+    int i = 0;
+    goto a;
+    b:
+      ++ i;
+      return;
+    a:
+    goto b;
+  }
+}
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to