[Mono-bugs] [Bug 74591][Wis] New - problems with i8 conversions on amd64
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 13 Apr 2005 11:07:10 -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 malekith@pld-linux.org.
http://bugzilla.ximian.com/show_bug.cgi?id=74591
--- shadow/74591 2005-04-13 11:07:10.000000000 -0400
+++ shadow/74591.tmp.28734 2005-04-13 11:07:10.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 74591
+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: problems with i8 conversions on amd64
+
+Description of Problem:
+
+There are some problem with checked conversions to i8 on amd64.
+
+Please compile the attached IL file.
+
+Actual Results:
+-6835060
+
+Expected Results:
+1
+
+
+(using mono 1.1.6)