In mcs:
authorRaja R Harinath <harinath@hurrynot.org>
Wed, 2 May 2007 08:34:15 +0000 (08:34 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Wed, 2 May 2007 08:34:15 +0000 (08:34 -0000)
commite37311e26d9e7f2b0ca932030dc0f6c1da093b5f
tree7b24abd291fb245d265807cc2461a7e65ce8cbae
parent27304baccac2aa3c6036ad49e3ccb7c236f5db55
In mcs:
Fix regression in cs0631-3.cs
* cs-parser.jay (operator_declarator): Add opt_attributes to error
fallback.  Make error fallback catch more cases.

In gmcs:
Fix regression in cs0631-3.cs
* cs-parser.jay (operator_declarator): Add opt_attributes to error
fallback.  Make error fallback catch more cases.

In errors:
* cs1534-2.cs: New test.  Ensure that the error handling isn't
limited to only erroneous 3-argument operators.

svn path=/trunk/mcs/; revision=76555
mcs/errors/ChangeLog
mcs/errors/cs1534-2.cs [new file with mode: 0644]
mcs/gmcs/ChangeLog
mcs/gmcs/cs-parser.jay
mcs/mcs/ChangeLog
mcs/mcs/cs-parser.jay