[Mono-bugs] [Bug 63842][Maj] Changed - mcs sometimes generates incorrect IL-code using declarations after goto

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 6 Sep 2004 20:46:27 -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 ravi@ximian.com.

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

--- shadow/63842	2004-08-27 12:47:49.000000000 -0400
+++ shadow/63842.tmp.15309	2004-09-06 20:46:27.000000000 -0400
@@ -5,13 +5,13 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: C#
-AssignedTo: martin@ximian.com                            
+AssignedTo: ravi@ximian.com                            
 ReportedBy: priewasser@gmx.at               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: mcs sometimes generates incorrect IL-code using declarations after goto
@@ -35,6 +35,10 @@
 Actual Results:
 ** ERROR **: Invalid IL code at IL0000 in C:Main (): IL_0000: br        
 IL_ffffffff
 
 Expected Results:
 end
+
+------- Additional Comments From ravi@ximian.com  2004-09-06 20:46 -------
+Assigning to myself. Looks like MCS is completely miscompiling simple
+goto statements.