In mcs:
authorRaja R Harinath <harinath@hurrynot.org>
Thu, 13 Jan 2005 11:56:23 +0000 (11:56 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Thu, 13 Jan 2005 11:56:23 +0000 (11:56 -0000)
commit085566343511d554caa85546b338ebd801f9ff11
tree4b8361f8168bef557ccc06bc56e886f0cf018ab2
parentb69fde499f7e47db74ff43761c1556dd8ed2967a
In mcs:
Fix test-335.cs (bug #58126).
* cs-parser.jay (argument): Split out non-expression parts of the
rule into 'non_simple_argument'.
(invocation_expression): Support parenthesized invocations with
multiple arguments, and with single non-simple arguments.

In tests:
* test-335.cs: New test, from #58126.

svn path=/trunk/mcs/; revision=38865
mcs/mcs/ChangeLog
mcs/mcs/cs-parser.jay
mcs/tests/ChangeLog
mcs/tests/Makefile
mcs/tests/test-335.cs [new file with mode: 0644]