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=76656 --- shadow/76656 2005-11-09 15:18:04.000000000 -0500 +++ shadow/76656.tmp.31179 2005-11-10 18:00:18.000000000 -0500 @@ -1,14 +1,14 @@ Bug#: 76656 Product: Mono: Compilers Version: unspecified -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Cosmetic Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -34,6 +34,15 @@ It fails, of course, bug MS says that it is waiting for a ')', while the error by mcs/gmcs is: syntax error, got token `SEMICOLON' bug.cs(7,59): error CS1002: Expecting `;' syntax error, got token `SEMICOLON' bug.cs(9,58): error CS1002: Expecting `;' + +------- Additional Comments From [EMAIL PROTECTED] 2005-11-10 18:00 ------- +The parser has the information, but we are not consuming it properly. + +We might be able to "stash" all the tokens on a variable when the +error is reported and use that in our call to Report.Error. + +Or alternatively, we could change the yyError interface to take the +list of strings and report this to the user. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
