[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 12:06:37 -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 vargaz@freemail.hu.

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

--- shadow/43393	Wed May 21 08:41:54 2003
+++ shadow/43393.tmp.32199	Wed May 21 12:06:37 2003
@@ -1,13 +1,13 @@
 Bug#: 43393
 Product: Mono/Runtime
 Version: unspecified
 OS: Debian Woody
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Critical
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vargaz@freemail.hu               
 QAContact: mono-bugs@ximian.com
@@ -59,6 +59,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.
+
+------- Additional Comments From vargaz@freemail.hu  2003-05-21 12:06 -------
+This is not quite fixed yet. If you change '42' to '-5' in abyte(), the
+test still fails.