[Mono-bugs] [Bug 38528][Wis] Changed - Constant overflow causes exception
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 22 Feb 2003 16:54:31 -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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=38528
--- shadow/38528 Sat Feb 22 11:41:20 2003
+++ shadow/38528.tmp.29826 Sat Feb 22 16:54:31 2003
@@ -1,14 +1,14 @@
Bug#: 38528
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: dick@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -55,6 +55,12 @@
(Mono.CSharp.TypeContainer,Mono.CSharp.Block,object)
in <0x00023> 00 Mono.CSharp.Method:Emit (Mono.CSharp.TypeContainer)
in <0x0015e> 00 Mono.CSharp.TypeContainer:Emit ()
in <0x004b5> 00 Mono.CSharp.RootContext:EmitCode ()
in <0x007b5> 00 Mono.CSharp.Driver:MainDriver (string[])
in <0x0000f> 00 Mono.CSharp.Driver:Main (string[])
+
+------- Additional Comments From miguel@ximian.com 2003-02-22 16:54 -------
+The crash is solved, but the C# program will not compile anyways.
+
+To make it compile put the expression an `unchecked (...)'
+