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]

gcc/gcc cp/cvt.c cp/decl.c cp/parser.c cp/sema ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	cp-parser-branch-2
Changes by:	mmitchel@gcc.gnu.org	2002-11-12 22:42:52

Modified files:
	gcc/cp         : cvt.c decl.c parser.c semantics.c 
	gcc/testsuite/g++.dg/lookup: scoped2.C 
	gcc/testsuite/g++.dg/other: do1.C 
	gcc/testsuite/g++.dg/template: access6.C complit1.C 
	                               instantiate3.C ref1.C 
	gcc/testsuite/g++.old-deja/g++.brendan: crash64.C crash8.C 
	gcc/testsuite/g++.old-deja/g++.ns: crash2.C 

Log message:
	Eliminate repetitive parsing of template-ids

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cvt.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.118.4.4&r2=1.118.4.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.911.4.21&r2=1.911.4.22
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1.4.21&r2=1.1.4.22
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/semantics.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.264.4.13&r2=1.264.4.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/lookup/scoped2.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1.14.1&r2=1.1.14.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/other/do1.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.2.14.1&r2=1.2.14.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/access6.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1.2.1&r2=1.1.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/complit1.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.2.14.1&r2=1.2.14.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/instantiate3.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1.12.1&r2=1.1.12.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/ref1.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.2.16.1&r2=1.2.16.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash64.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.3.38.1&r2=1.3.38.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash8.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.7&r2=1.7.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.ns/crash2.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.2.50.1&r2=1.2.50.2


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