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: [C++ PATCH]: Fix 9212




--On Tuesday, January 07, 2003 01:54:59 PM +0000 Nathan Sidwell <nathan@codesourcery.com> wrote:

Mark,
this fixes 9212, a parsing error. Although this is an obvious fix, it
is not 'orthogonally-clean', in that CP_PARSER_DECLARATOR_EITHER also
means 'need unqualified-id'. A theoretically cleaner patch would have
to pass something else down.
Ah, now you're seeing why I got scared. :-)

built & tested on i686-pc-linux-gnu, ok?
Yes, but update the comment for CP_PARSER_DECLARATOR_EITHER.

Thanks,

--
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


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