[Mono-bugs] [Bug 23547] Changed - Windening integers should clear high bits of the result
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
29 Apr 2002 11:46:03 -0000
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=23547
--- shadow/23547 Wed Apr 24 23:15:41 2002
+++ shadow/23547.tmp.17562 Mon Apr 29 07:46:03 2002
@@ -1,13 +1,13 @@
Bug#: 23547
Product: Mono/Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
@@ -64,6 +64,9 @@
operands. The type of the result is that of the promoted
left operand. If the value of the right operand is negative
or is greater than or equal to the number of value and sign
bits in the object representation of the promoted left
operand, the behavior is undefined.
+
+------- Additional Comments From dietmar@ximian.com 2002-04-29 07:46 -------
+fixed by emitting CONV_U8 instead of CONV_I8 in jit.c