[Mono-bugs] [Bug 54209][Maj] Changed - this.bool = (DateTime.Ticks != 0) in DateTime Property
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 14 May 2004 04:52:36 -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 patrik.torstensson@intel.com.
http://bugzilla.ximian.com/show_bug.cgi?id=54209
--- shadow/54209 2004-03-02 16:27:59.000000000 -0500
+++ shadow/54209.tmp.3310 2004-05-14 04:52:36.000000000 -0400
@@ -1,8 +1,8 @@
Bug#: 54209
-Product: Mono/Runtime
+Product: Mono: Runtime
Version: unspecified
OS: Debian Woody
OS Details:
Status: NEW
Resolution:
Severity: Unknown
@@ -87,6 +87,9 @@
assigned sreg2 %eax to R22
Here, eax is spilled at instruction 24, so a load instruction is
generated there. But since the code contains branches, this load
might not be executed, meaning that eax will not contain the value of
the R18 register at instruction 29.
+
+------- Additional Comments From Patrik.Torstensson@intel.com 2004-05-14 04:52 -------
+*** Bug 58475 has been marked as a duplicate of this bug. ***