[Mono-bugs] [Bug 60056][Cri] Changed - [PATCH] BIGMUL does not handle signs correctly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 12 Jun 2004 12:55:45 -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 bmaurer@users.sf.net.

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

--- shadow/60056	2004-06-12 00:27:47.000000000 -0400
+++ shadow/60056.tmp.7280	2004-06-12 12:55:45.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 60056
 Product: Mono: Runtime
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Critical
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -119,6 +119,9 @@
 
 
 ------- Additional Comments From bmaurer@users.sf.net  2004-06-12 00:27 -------
 This patch makes the BIGMUL code require that the two operands of the
 multiply use the same conversion op. E.g, ((ulong) x) * ((long) y)
 will need to use the long path.
+
+------- Additional Comments From bmaurer@users.sf.net  2004-06-12 12:55 -------
+FIXED in cvs.