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/call.c cp/class.c cp/cp-tree.h cp/d ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	cp-parser-branch-2
Changes by:	mmitchel@gcc.gnu.org	2002-09-10 18:35:31

Modified files:
	gcc/cp         : call.c class.c cp-tree.h decl.c decl2.c init.c 
	                 method.c parser.c pt.c search.c semantics.c 
	                 typeck.c 
	gcc/testsuite/g++.dg/expr: pmf-1.C 
	gcc/testsuite/g++.dg/ext: anon-struct1.C anon-struct2.C 
	                          anon-struct3.C 
	gcc/testsuite/g++.dg/lookup: scoped1.C using2.C 
	gcc/testsuite/g++.dg/other: init1.C ptrmem2.C 
	gcc/testsuite/g++.dg/template: qual1.C qualttp18.C 
	gcc/testsuite/g++.old-deja/g++.benjamin: 13478.C 15799.C 
	                                         p13417.C 
	gcc/testsuite/g++.old-deja/g++.brendan: crash13.C crash15.C 
	gcc/testsuite/g++.old-deja/g++.ext: namedret1.C namedret2.C 
	                                    namedret3.C 
	gcc/testsuite/g++.old-deja/g++.jason: typeid1.C 
	gcc/testsuite/g++.old-deja/g++.law: ctors9.C 
	gcc/testsuite/g++.old-deja/g++.mike: p12306.C p3579.C p646.C 
	                                     p700.C p701.C p710.C p784.C 
	                                     pmf7.C pmf9.C 
	gcc/testsuite/g++.old-deja/g++.ns: invalid1.C template5.C 
	gcc/testsuite/g++.old-deja/g++.oliva: nameret1.C nameret2.C 
	gcc/testsuite/g++.old-deja/g++.other: sizeof2.C 
	gcc/testsuite/g++.old-deja/g++.pt: explicit12.C explicit35.C 
	                                   friend46.C memclass20.C 
	                                   memclass7.C memtemp75.C 
	                                   parms2.C spec10.C virtual2.C 
	gcc/testsuite/g++.old-deja/g++.robertl: eb27.C eb43.C 

Log message:
	More improvements

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.320.4.6&r2=1.320.4.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/class.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.452.4.8&r2=1.452.4.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.719.4.11&r2=1.719.4.12
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.12&r2=1.911.4.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl2.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.540.4.8&r2=1.540.4.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/init.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.281.4.7&r2=1.281.4.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/method.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.224.4.3&r2=1.224.4.4
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.12&r2=1.1.4.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.591.4.12&r2=1.591.4.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/search.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.229.4.6&r2=1.229.4.7
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.9&r2=1.264.4.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.408.4.6&r2=1.408.4.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/expr/pmf-1.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/ext/anon-struct1.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1&r2=1.1.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/ext/anon-struct2.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1&r2=1.1.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/ext/anon-struct3.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1&r2=1.1.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/lookup/scoped1.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/lookup/using2.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.2&r2=1.2.18.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/other/init1.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1&r2=1.1.20.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/other/ptrmem2.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1&r2=1.1.20.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/qual1.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.2&r2=1.2.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/qualttp18.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1&r2=1.1.18.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/13478.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.4&r2=1.4.30.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/15799.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.2&r2=1.2.50.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/p13417.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.3&r2=1.3.30.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash13.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.4&r2=1.4.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash15.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.4&r2=1.4.24.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.ext/namedret1.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1&r2=1.1.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.ext/namedret2.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1&r2=1.1.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.ext/namedret3.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1&r2=1.1.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.jason/typeid1.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.5&r2=1.5.24.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors9.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.4&r2=1.4.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.mike/p12306.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.2&r2=1.2.48.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.mike/p3579.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.2&r2=1.2.48.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.mike/p646.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.6&r2=1.6.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.mike/p700.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.6&r2=1.6.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.mike/p701.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.3&r2=1.3.48.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.mike/p710.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.4&r2=1.4.48.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.mike/p784.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.8&r2=1.8.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.mike/pmf7.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.2&r2=1.2.48.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.mike/pmf9.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.2&r2=1.2.48.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.ns/invalid1.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.2&r2=1.2.48.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.ns/template5.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.2&r2=1.2.48.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.oliva/nameret1.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.3&r2=1.3.30.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.oliva/nameret2.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.5&r2=1.5.30.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/sizeof2.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.2&r2=1.2.38.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit12.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.4&r2=1.4.34.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.pt/explicit35.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.4&r2=1.4.34.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.pt/friend46.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1&r2=1.1.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass20.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.2&r2=1.2.38.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.pt/memclass7.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.4&r2=1.4.34.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp75.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.2&r2=1.2.48.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.pt/parms2.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1&r2=1.1.32.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec10.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.3&r2=1.3.48.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.pt/virtual2.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.2&r2=1.2.38.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb27.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.10.24.1&r2=1.10.24.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb43.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.7&r2=1.7.28.1


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