[Mono-bugs] [Bug 60932][Min] Changed - Compiler bootstrapping problem with BigInteger
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 28 Aug 2004 01:23:39 -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=60932
--- shadow/60932 2004-07-01 06:56:32.000000000 -0400
+++ shadow/60932.tmp.25578 2004-08-28 01:23:39.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 60932
Product: Mono: Class Libraries
Version: unspecified
OS: Mandrake 9.1
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: INVALID
Severity: Unknown
Priority: Minor
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: andy_murdoch@yahoo.com
QAContact: mono-bugs@ximian.com
@@ -38,6 +38,9 @@
Additional Information:
Simple fix to code of Mono.Math BigNumber, change line 303 from:
BigInteger val = new BigInteger (0);
to:
BigInteger val = new BigInteger ((uint)0);
+
+------- Additional Comments From bmaurer@users.sf.net 2004-08-28 01:23 -------
+This compiles today...