[Mono-bugs] [Bug 71320][Wis] New - conv.ovf.i8 works wrong

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 15 Jan 2005 12:49:45 -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 malekith@pld-linux.org.

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

--- shadow/71320	2005-01-15 12:49:45.000000000 -0500
+++ shadow/71320.tmp.402	2005-01-15 12:49:45.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 71320
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: PLD Linux, amd64
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: JIT
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: malekith@pld-linux.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: conv.ovf.i8 works wrong
+
+Description of Problem:
+The attached IL file uses conv.ovf.i8 to convert from i4 to i8 (which
+doesn't make much sense but is allowed). It is supposed to read one
+character from the end of the file. However the conversion doesn't seem to
+work.
+
+You have to have a non-empty file named Makefile in current directory for
+it to work (it only opens it for reading).
+
+The example was extracted from the Nemerle compiler.
+
+I'm running svn head mono version on amd64.