mail-archives/mono-bugs/2004-June/016741.html

88 строки
3.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-bugs] [Bug 59289][Nor] Changed - gmcs: grammar problem with &lt;, &gt;
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
<META NAME="robots" CONTENT="index,nofollow">
<LINK REL="Previous" HREF="016740.html">
<LINK REL="Next" HREF="016742.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-bugs] [Bug 59289][Nor] Changed - gmcs: grammar problem with &lt;, &gt;
</H1>
<B>bugzilla-daemon@bugzilla.ximian.com
</B>
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
TITLE="[Mono-bugs] [Bug 59289][Nor] Changed - gmcs: grammar problem with &lt;, &gt;">bugzilla-daemon@bugzilla.ximian.com
</A><BR>
<I>Fri, 4 Jun 2004 16:43:22 -0400 (EDT)</I>
<P><UL>
<LI> Previous message: <A HREF="016740.html">[Mono-bugs] [Bug 59557][Nor] Changed - Mono hangs when allocating memory
</A></li>
<LI> Next message: <A HREF="016742.html">[Mono-bugs] [Bug 59557][Nor] Changed - Mono hangs when allocating memory
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#16741">[ date ]</a>
<a href="thread.html#16741">[ thread ]</a>
<a href="subject.html#16741">[ subject ]</a>
<a href="author.html#16741">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>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 <A HREF="mailto:martin@ximian.com.">martin@ximian.com.</A>
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=59289">http://bugzilla.ximian.com/show_bug.cgi?id=59289</A>
--- shadow/59289 2004-06-03 16:41:13.000000000 -0400
+++ shadow/59289.tmp.659 2004-06-04 16:43:22.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: <A HREF="mailto:martin@ximian.com">martin@ximian.com</A>
ReportedBy: <A HREF="mailto:duncan@ximian.com">duncan@ximian.com</A>
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
TargetMilestone: ---
URL:
Cc:
-Summary: The grammar for generics misparses
+Summary: gmcs: grammar problem with &lt;, &gt;
mcs compiles this code just fine. With gmcs, we get this error:
ALPHA SOFTWARE: Mono C# Compiler 0.91.99.0 for Generics
syntax error, got token `OP_GENERICS_LT', expecting AS IS CLOSE_BRACE
OPEN_BRACKET CLOSE_BRACKET OPEN_PARENS CLOSE_PARENS DOT COMMA COLON
@@ -34,6 +34,9 @@
Line 713 of DeflaterHuffman.cs says:
if (storedOffset &gt;= 0 &amp;&amp; storedLength+4 &lt; opt_len &gt;&gt; 3) {
There shouldn't be an OP_GENERIC_LT there.
+
+------- Additional Comments From <A HREF="mailto:martin@ximian.com">martin@ximian.com</A> 2004-06-04 16:43 -------
+As a workaround, just add the ()'s.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="016740.html">[Mono-bugs] [Bug 59557][Nor] Changed - Mono hangs when allocating memory
</A></li>
<LI> Next message: <A HREF="016742.html">[Mono-bugs] [Bug 59557][Nor] Changed - Mono hangs when allocating memory
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#16741">[ date ]</a>
<a href="thread.html#16741">[ thread ]</a>
<a href="subject.html#16741">[ subject ]</a>
<a href="author.html#16741">[ author ]</a>
</LI>
</UL>
</body></html>