[Mono-bugs] [Bug 70355][Wis] New - 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
Wed, 8 Dec 2004 22:24:39 -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 bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=70355

--- shadow/70355	2004-12-08 22:24:39.000000000 -0500
+++ shadow/70355.tmp.9991	2004-12-08 22:24:39.000000000 -0500
@@ -0,0 +1,28 @@
+Bug#: 70355
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: JIT
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: bmaurer@users.sf.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: conv.ovf.{i4.u4, r8.i4, r8.i8, r8.i, u4.i} are not implemented
+
+using any of the opcodes:
+
+conv.ovf.{i4.u4, r8.i4, r8.i8, r8.i, u4.i}
+
+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.