[Mono-bugs] [Bug 47336][Wis] New - conv.ovf.i8.un fails with a long on the top of the stack
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 4 Aug 2003 06:10:18 -0400 (EDT)
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 jackson@latitudegeo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=47336
--- shadow/47336 Mon Aug 4 06:10:18 2003
+++ shadow/47336.tmp.9135 Mon Aug 4 06:10:18 2003
@@ -0,0 +1,55 @@
+Bug#: 47336
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jackson@latitudegeo.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: conv.ovf.i8.un fails with a long on the top of the stack
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Assemble the following program
+
+.assembly test { }
+.assembly extern mscorlib { }
+.method public static void test ()
+{
+ .entrypoint
+ ldc.i8 0
+ conv.ovf.u8.un
+ pop
+ ret
+}
+
+2. Run
+
+Actual Results:
+
+** ERROR **: unknown operator: long_conv_to_ovf_u8_un
+aborting...
+Aborted
+
+
+Expected Results:
+Nothing
+
+How often does this happen?
+Allways
+
+Additional Information:
+The binary creating with our ilasm runs fine on MS runtime, and has no
+errors with peverify