[Mono-bugs] [Bug 28106][Nor] Changed - another int/uint compilation error

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
24 Jul 2002 00:03:46 -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 martin@gnome.org.

http://bugzilla.ximian.com/show_bug.cgi?id=28106

--- shadow/28106	Tue Jul 23 18:33:59 2002
+++ shadow/28106.tmp.7510	Tue Jul 23 20:03:46 2002
@@ -1,13 +1,13 @@
 Bug#: 28106
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: martin@gnome.org                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -23,6 +23,11 @@
 	public static int Main() {
 		if (Int32.MinValue == 0x80000000)
 			return 1;
 		return 0;
 	}
 }
+
+------- Additional Comments From martin@gnome.org  2002-07-23 20:03 -------
+Ok, that was a constant folding bug.  Fixed it in CVS and added your 
+test case as test-150.cs.
+