[Mono-bugs] [Bug 27977][Wis] Changed - Comparisons of unsigned integers are not valid

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
20 Jul 2002 15:40:27 -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=27977

--- shadow/27977	Sat Jul 20 10:37:43 2002
+++ shadow/27977.tmp.3648	Sat Jul 20 11:40:27 2002
@@ -1,13 +1,13 @@
 Bug#: 27977
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: martin@gnome.org                            
 ReportedBy: sylvain_pasche@yahoo.fr               
 QAContact: mono-bugs@ximian.com
@@ -45,6 +45,11 @@
                 ldstr      "This is Ok"
                 call       void [mscorlib]System.Console::WriteLine(class
 System.String)
                 br         ?L2124
 
 What The right output should use bge.un instead of bge (what csc gives)
+
+------- Additional Comments From martin@gnome.org  2002-07-20 11:40 -------
+This bug also caused test-40.cs to fail.
+Fixed the bug and added test-146.cs for it.
+