[Mono-bugs] [Bug 78314][Maj] Changed - Register allocation bug when compiling shift-left operator in very simple loop

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat May 6 13:47:56 EDT 2006


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 at gmail.com.

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

--- shadow/78314	2006-05-06 11:26:14.000000000 -0400
+++ shadow/78314.tmp.3682	2006-05-06 13:47:56.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 78314
 Product: Mono: Runtime
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: JIT
 AssignedTo: lupus at ximian.com                            
 ReportedBy: bbjamey at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -116,6 +116,10 @@
 allocation error when compiling "<<<".  
 
     for j = 0 to 7 do 
       System.Console.WriteLine("j = {0}",j);
       System.Console.WriteLine("res = {0}",(10 <<< j) = (10 <<< j))
     done
+
+------- Additional Comments From vargaz at gmail.com  2006-05-06 13:47 -------
+Fixed in SVN.
+


More information about the mono-bugs mailing list