[Mono-bugs] [Bug 43393][Cri] Changed - Register allocation problem with bytes

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 21 May 2003 08:41:54 -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 dietmar@ximian.com.

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

--- shadow/43393	Wed May 21 05:46:49 2003
+++ shadow/43393.tmp.29048	Wed May 21 08:41:54 2003
@@ -1,13 +1,13 @@
 Bug#: 43393
 Product: Mono/Runtime
 Version: unspecified
 OS: Debian Woody
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Critical
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vargaz@freemail.hu               
 QAContact: mono-bugs@ximian.com
@@ -55,6 +55,10 @@
 	}
 }
 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 
 When running with --optimize=-linears it prints 42 as expected, otherwise
 it prints some random number.
+
+------- Additional Comments From dietmar@ximian.com  2003-05-21 08:41 -------
+I disabled allocation of signed bytes to registers, because x86 cant
+sign extend 8bit valuse in caller saved registers.