[Mono-bugs] [Bug 31541][Nor] Changed - compilation issue with labels and goto

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
10 Oct 2002 00:28:18 -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 martin@gnome.org.

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

--- shadow/31541	Wed Oct  9 20:27:52 2002
+++ shadow/31541.tmp.28959	Wed Oct  9 20:28:18 2002
@@ -12,13 +12,13 @@
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: compilation issue with labels and goto
-BugsThisDependsOn: 30715
+BugsThisDependsOn: 30715[FIXED]
 
 mcs can't compile the following code.
 class T {
                 static int fib (int n) {
                         int f0 = 0, f1 = 1, f2 = 0, i;