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 [EMAIL PROTECTED]

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

--- shadow/59289        2005-10-18 00:31:24.000000000 -0400
+++ shadow/59289.tmp.31270      2005-12-30 12:54:29.000000000 -0500
@@ -44,6 +44,20 @@
 ------- Additional Comments From [EMAIL PROTECTED]  2005-08-31 13:40 -------
 It does not happen anymore. Maybe we should recover the original 
 #ziplib source?
 
 ------- Additional Comments From [EMAIL PROTECTED]  2005-10-18 00:31 -------
 Do we still have this problem? Zoltan updated #ziplib sources in mcs.
+
+------- Additional Comments From [EMAIL PROTECTED]  2005-12-30 12:54 -------
+Here is a test case, the bug still exists:
+
+class X {
+        static void Main ()
+        {
+                int h = 1, o = 2;
+
+                if (h+4 < o >> 3){
+                }
+        }
+}
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to