[Mono-bugs] [Bug 46696][Wis] New - conv.ovf.i8 fails when a long is on the stack.

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 21 Jul 2003 21:44:49 -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=46696

--- shadow/46696	Mon Jul 21 21:44:49 2003
+++ shadow/46696.tmp.28429	Mon Jul 21 21:44:49 2003
@@ -0,0 +1,58 @@
+Bug#: 46696
+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 fails when a long is on 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. Compile the following program
+
+.assembly extern mscorlib { }
+.class Test {
+
+        .method public static void Main ()
+        {
+                .entrypoint
+
+                ldc.i8	0x0000000000000001
+	        conv.ovf.i8
+                call void [mscorlib]System.Console::WriteLine (int64)
+
+                ret
+        }       
+}
+
+2. run
+
+Actual Results:
+** ERROR **: unknown operator: long_conv_to_ovf_i8
+aborting...
+Aborted
+
+
+Expected Results:
+1
+
+
+How often does this happen? 
+Allays
+
+Additional Information:
+The binary compiled with our ilasm runs on MS.