[Mono-bugs] [Bug 43276][Nor] Changed - Mono does not understand conv.ovf.i8 instructions

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Sun, 18 May 2003 22:37:19 -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 mathpup@mylinuxisp.com.

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

--- shadow/43276	Sun May 18 22:36:12 2003
+++ shadow/43276.tmp.9603	Sun May 18 22:37:19 2003
@@ -1,14 +1,14 @@
 Bug#: 43276
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mathpup@mylinuxisp.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -42,6 +42,24 @@
 Always 
  
  
 Additional Information: 
  
 Works with Rotor
+
+------- Additional Comments From mathpup@mylinuxisp.com  2003-05-18 22:37 -------
+Test case: 
+ 
+.assembly Test{} 
+ 
+.class public Test { 
+ 
+.method public static void main() { 
+.entrypoint 
+.maxstack	10 
+        ldc.i4 5 
+        conv.ovf.i8 
+        pop 
+	ret 
+ 
+} 
+}