[Mono-bugs] [Bug 59289][Nor] Changed - [GMCS]: grammar problem with
<, >
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Dec 30 12:54:29 EST 2005
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 at ximian.com.
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 atsushi at ximian.com 2005-08-31 13:40 -------
It does not happen anymore. Maybe we should recover the original
#ziplib source?
------- Additional Comments From atsushi at ximian.com 2005-10-18 00:31 -------
Do we still have this problem? Zoltan updated #ziplib sources in mcs.
+
+------- Additional Comments From miguel at ximian.com 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){
+ }
+ }
+}
+
More information about the mono-bugs
mailing list