[Mono-bugs] [Bug 30951][Nor] Changed - unable to box 64bit enums
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
25 Sep 2002 11:39:31 -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 vargaz@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=30951
--- shadow/30951 Wed Sep 25 00:18:04 2002
+++ shadow/30951.tmp.29163 Wed Sep 25 07:39:31 2002
@@ -1,13 +1,13 @@
Bug#: 30951
Product: Mono/MCS
Version: unspecified
OS: Debian Woody
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Normal
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: vargaz@freemail.hu
QAContact: mono-bugs@ximian.com
@@ -33,6 +33,10 @@
but then it needs to convert the value to a 64 bit int before the box
opcode (compiling the sample with mcs and running PEVerify on it will
show the issue).
------- Additional Comments From miguel@ximian.com 2002-09-25 00:18 -------
Thanks for the bug report. Fixed.
+
+------- Additional Comments From vargaz@freemail.hu 2002-09-25 07:39 -------
+This is not entirely fixed. If you change |(SomeInt64Enum)0| to
+|(SomeInt64Enum)3| in the testcase, the problem is still there.