[Mono-bugs] [Bug 27375][Nor] Changed - mint: overflow not working on 64-bit computations
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
23 Aug 2002 03:25:16 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=27375
--- shadow/27375 Fri Aug 16 10:49:34 2002
+++ shadow/27375.tmp.13625 Thu Aug 22 23:25:16 2002
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs@ximian.com
ReportedBy: ndrochak@gol.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: checked() does not throw OverflowException
+Summary: mint: overflow not working on 64-bit computations
The following code (compiled with csc) should throw an OverflowException,
which it does on ms.net. On mono it does not. It runs to the end and
returns 1.
---------------------------------------------------------------------