[Mono-bugs] [Bug 70355][Wis] Changed - conv.ovf.{i4.u4, r8.i4, r8.i8, r8.i, u4.i} are not implemented
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 9 Dec 2004 08:51:53 -0500 (EST)
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@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70355
--- shadow/70355 2004-12-08 22:24:39.000000000 -0500
+++ shadow/70355.tmp.19927 2004-12-09 08:51:53.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 70355
Product: Mono: Runtime
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: JIT
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -23,6 +23,10 @@
Will give you:
** ERROR **: unknown operator: conv.ovf.u4.un
aborting...
The assert is from inside BURG, so it looks like we do not have rules here.
+
+------- Additional Comments From vargaz@gmail.com 2004-12-09 08:51 -------
+What are these opcodes ? I never heard of them. Could you attach a test
+case ?