This is the mail archive of the gcc-cvs@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]

r159944 - in /branches/gcc-3_0-branch/gcc/cp: C...


Author: jason
Date: Thu May 27 20:00:57 2010
New Revision: 159944

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159944
Log:
	* parse.y (TYPENAME): Rename as tTYPENAME to avoid the clash with
	decl.h's TYPENAME.
	* spew.c, lex.c: Adjust.
	* parse.y (explicit_instantiation): Add empty action to override
	the default $$ = $1 where it introduces a type clash.

Modified:
    branches/gcc-3_0-branch/gcc/cp/ChangeLog
    branches/gcc-3_0-branch/gcc/cp/lex.c
    branches/gcc-3_0-branch/gcc/cp/parse.y
    branches/gcc-3_0-branch/gcc/cp/spew.c


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