[Mono-bugs] [Bug 59793][Nor] Changed - unknown operator: long_conv_to_ovf_u1_un and long_conv_to_ovf_u2_un

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 8 Jun 2004 09:59:33 -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 sebastien@ximian.com.

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

--- shadow/59793	2004-06-08 09:41:17.000000000 -0400
+++ shadow/59793.tmp.8267	2004-06-08 09:59:33.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: unknown operator: long_conv_to_ovf_u1_un
+Summary: unknown operator: long_conv_to_ovf_u1_un and long_conv_to_ovf_u2_un
 
 Description of Problem:
 We seems to have incomplete checked support in the JIT.
 
 
 Steps to reproduce the problem:
@@ -80,6 +80,14 @@
 	{
 		long l = System.Int64.Parse (args[0]);
 		sbyte sb = checked ((sbyte) l);
 		System.Console.WriteLine (sb);
 	}
 }
+
+------- Additional Comments From sebastien@ximian.com  2004-06-08 09:59 -------
+The same also happens with unsigned 16 bits types (ushort and char)
+
+** ERROR **: unknown operator: long_conv_to_ovf_u2_un
+aborting...
+Aborted
+