[Mono-bugs] [Bug 30951][Nor] Changed - unable to box 64bit enums
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
26 Sep 2002 08:19:07 -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 11:21:42 2002
+++ shadow/30951.tmp.10775 Thu Sep 26 04:19:07 2002
@@ -1,13 +1,13 @@
Bug#: 30951
Product: Mono/MCS
Version: unspecified
OS: Debian Woody
OS Details:
-Status: VERIFIED
-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
@@ -40,6 +40,14 @@
------- 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.
------- Additional Comments From miguel@ximian.com 2002-09-25 11:21 -------
oops, mark as fixed
+
+------- Additional Comments From vargaz@freemail.hu 2002-09-26 04:19 -------
+Err, is this really fixed? I updated mcs, recompiled it etc. but the
+second testcase still fails with the JIT. I looked at the generated code
+and it is still the same (i.e. conv.u8 is missing between ldc.i4.xxx and
+box).
+I see a ChangeLog entry which seems to be related to this, but there
+is no corresponding commit on the mono-patches list.