[Mono-bugs] [Bug 24172][Nor] Changed - parenthesized expressions as targets in invocation expressions
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
24 Jul 2002 15:54:11 -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=24172
--- shadow/24172 Mon Jul 22 09:44:25 2002
+++ shadow/24172.tmp.24746 Wed Jul 24 11:54:11 2002
@@ -1,17 +1,17 @@
Bug#: 24172
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: ASSIGNED
+Status: NEW
Resolution:
Severity: Unknown
Priority: Normal
Component: Misc
-AssignedTo: martin@gnome.org
+AssignedTo: mono-bugs@ximian.com
ReportedBy: stodden@in.tum.de
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: parenthesized expressions as targets in invocation expressions
@@ -23,7 +23,13 @@
MyDelegate del1, del2 =..;
(del1 + del2)( 42 );
------- Additional Comments From stodden@in.tum.de 2002-05-03 05:42 -------
Created an attachment (id=1696)
reproduces compiler error
+
+
+------- Additional Comments From martin@gnome.org 2002-07-24 11:54 -------
+This is due to a bug in our parser grammar. I've looked at this,
+but I'm unable to fix it. Can someone who's a bit more familiar
+with cs-parser.jay please have a look at this ?