[Mono-bugs] [Bug 44291][Nor] Changed - arithmetic problem with --optimize=intrins
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 9 Jun 2003 21:48: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 ndrochak@gol.com.
http://bugzilla.ximian.com/show_bug.cgi?id=44291
--- shadow/44291 Sat Jun 7 13:53:14 2003
+++ shadow/44291.tmp.23448 Mon Jun 9 21:48:54 2003
@@ -2,16 +2,16 @@
Product: Mono/Runtime
Version: unspecified
OS: Debian Potato
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: ndrochak@gol.com
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: arithmetic problem with --optimize=intrins
@@ -34,6 +34,11 @@
Console.WriteLine (foo (1, -3, 5));
}
}
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
When running it with --optimize=-intrins, it runs fine.
+
+------- Additional Comments From ndrochak@gol.com 2003-06-09 21:48 -------
+OK, this is my bug. I'm on the case. I checked some assumptions
+with Paolo and we both think it's a register allocation bug
+(introduced by me, of course).