[Mono-bugs] [Bug 62677][Nor] Changed - [gmcs] syntax error if an unbound-generic-type is used in a typeof-expression

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 8 Aug 2004 13:37:04 -0400 (EDT)


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 arhra@arslinux.com.

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

--- shadow/62677	2004-08-08 13:35:18.000000000 -0400
+++ shadow/62677.tmp.18613	2004-08-08 13:37:04.000000000 -0400
@@ -51,6 +51,11 @@
 
 [mike@harmakhis]$ gmcs gentypeof.cs
 ALPHA SOFTWARE: Mono C# Compiler 1.0.0.0 for Generics
 syntax error, got token `OP_LT', expecting OPEN_BRACKET CLOSE_PARENS STAR
 gentypeof.cs(5) error CS1002: Expecting `;'
 Compilation failed: 1 error(s), 0 warnings
+
+------- Additional Comments From arhra@arslinux.com  2004-08-08 13:37 -------
+Created an attachment (id=8940)
+output of gmcs --parse -v on testcase
+