This is the mail archive of the gcc-bugs@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++/9403: [3.4 regression]parse error on template keyword used for disambiguation


Synopsis: [3.4 regression]parse error on template keyword used for disambiguation

State-Changed-From-To: analyzed->closed
State-Changed-By: nathan
State-Changed-When: Mon Jan 27 21:56:18 2003
State-Changed-Why:
    	PR c++/9403
    	* parser.c (cp_parser_class_or_namespace_name): Reject duplicate
    	template keyword.
    	(cp_parser_base_specifier): Look for and consume a
    	TEMPLATE keyword. Replace switch with array index.
    DR 343 indicates the non-template base name is also ok -- must implement that

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9403


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