[Mono-bugs] [Bug 56223][Blo] Changed - long.MinValue returns a positive integer on Solaris 8
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 31 Mar 2004 08:03:37 -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 gkodinov@openlinksw.co.uk.
http://bugzilla.ximian.com/show_bug.cgi?id=56223
--- shadow/56223 2004-03-31 08:01:48.000000000 -0500
+++ shadow/56223.tmp.16645 2004-03-31 08:03:37.000000000 -0500
@@ -75,6 +75,10 @@
- public const long MinValue = -9223372036854775808;
+ public const long MinValue = (long)
-9223372036854775808.00;
internal long m_value;
+
+------- Additional Comments From gkodinov@openlinksw.co.uk 2004-03-31 08:03 -------
+Note also that I've actually recompiled the class libraries on Solaris
+- if you have yours from (say) Linux it may behave differently.