[Mono-bugs] [Bug 27375][Nor] Changed - checked() does not throw OverflowException
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
15 Aug 2002 03:00:59 -0000
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 ndrochak@gol.com.
http://bugzilla.ximian.com/show_bug.cgi?id=27375
--- shadow/27375 Tue Jul 23 20:46:21 2002
+++ shadow/27375.tmp.12522 Wed Aug 14 23:00:59 2002
@@ -1,13 +1,13 @@
Bug#: 27375
Product: Mono/Runtime
Version: unspecified
OS: Red Hat 7.2
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: ndrochak@gol.com
QAContact: mono-bugs@ximian.com
@@ -93,6 +93,10 @@
exception. On the other hand, running the mcs generated code with
the ms runtime will trigger the exception.
So I'll reassign this bug to the runtime.
+
+------- Additional Comments From ndrochak@gol.com 2002-08-14 23:00 -------
+Fixed this function to throw an overflow when the result will not fit
+in to 64 bits.