This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix g++.dg/parse/parameter-declaration-1.C test


Jakub Jelinek <jakub@redhat.com> writes:

| Hi!
| 
| Both gcc 3.2.x and trunk issue the error on the
| last line of input, ie.
| testsuite/g++.dg/parse/parameter-declaration-1.C:7: type specifier omitted for parameter `a()'
| testsuite/g++.dg/parse/parameter-declaration-1.C:7: parse error at end of input
| and not on line 6.
| Is this what you meant?

Does it solve the problem I outlined in

   http://gcc.gnu.org/ml/gcc-patches/2002-12/msg00460.html

?

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]