[Mono-bugs] [Bug 72590][Nor] Changed - unhandled compiler exception
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 17 Feb 2005 00:59:32 -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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72590
--- shadow/72590 2005-02-16 02:46:15.000000000 -0500
+++ shadow/72590.tmp.23237 2005-02-17 00:59:32.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 72590
Product: Mono: Compilers
Version: 1.1
OS: unknown
OS Details:
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: Jeroen@xs4all.nl
QAContact: mono-bugs@ximian.com
@@ -87,6 +87,17 @@
ulong value = -1;
When was it fixed in svn? This with a build from sunday.
------- Additional Comments From rharinath@novell.com 2005-02-16 02:46 -------
bug #72554 was fixed on 2005-02-14
+
+------- Additional Comments From rharinath@novell.com 2005-02-17 00:59 -------
+The following complete testcase works:
+
+ class X {
+ static void Main () {
+ ulong value = -1;
+ }
+ }
+
+compiles without complaint with yesterday's checkout.