[Mono-bugs] [Bug 71319][Wis] New - unknown operator: long_conv_to_ovf_i4_un on amd64

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 15 Jan 2005 12:36:35 -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=71319

--- shadow/71319	2005-01-15 12:36:35.000000000 -0500
+++ shadow/71319.tmp.32657	2005-01-15 12:36:35.000000000 -0500
@@ -0,0 +1,37 @@
+Bug#: 71319
+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: unknown operator: long_conv_to_ovf_i4_un on amd64
+
+Description of Problem:
+
+Running mono on amd64 platform I get the following error:
+
+
+[malekith@r64 boot]$ mono ../boot/ncc.exe ../lib/getopt.n
+___________................................................. 
+** ERROR **: unknown operator: long_conv_to_ovf_i4_un aborting... 
+zsh: 25712 abort (core dumped)  mono ../boot/ncc.exe ../lib/getopt.n 
+[malekith@r64 boot]$ 
+
+The compilation should fail anyway, but not this way.
+
+This occurs with the svn head version.
+
+Steps to reproduce the problem:
+1. checkout http://nemerle.org/svn/nemerle/trunk, 
+2. go to boot/
+3. run mono ../boot/ncc.exe ../lib/getopt.n