gcc/gcc cp/class.c cp/cp-tree.def cp/cp-tree.h ...
mmitchel@gcc.gnu.org
mmitchel@gcc.gnu.org
Mon Aug 6 07:55:00 GMT 2001
CVSROOT: /cvs/gcc
Module name: gcc
Branch: cp-parser-branch
Changes by: mmitchel@gcc.gnu.org 2001-08-06 07:55:56
Modified files:
gcc/cp : class.c cp-tree.def cp-tree.h decl.c decl2.c
init.c method.c parser.c pt.c semantics.c
tree.c typeck.c
gcc/testsuite/g++.old-deja/g++.bugs: 900402_02.C 900404_03.C
gcc/testsuite/g++.old-deja/g++.jason: dtor.C
gcc/testsuite/g++.old-deja/g++.law: ctors5.C
gcc/testsuite/g++.old-deja/g++.martin: pmf2.C
gcc/testsuite/g++.old-deja/g++.other: array3.C crash4.C dtor3.C
dtor4.C
gcc/testsuite/g++.old-deja/g++.pt: inherit1.C nontype5.C
Log message:
More work
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/class.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.382.2.6&r2=1.382.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.def.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.58.2.3&r2=1.58.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.617.2.8&r2=1.617.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.789.2.7&r2=1.789.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl2.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.469.2.6&r2=1.469.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/init.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.244.2.6&r2=1.244.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/method.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.202.4.5&r2=1.202.4.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.1.2.11&r2=1.1.2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.535.2.8&r2=1.535.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/semantics.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.212.2.8&r2=1.212.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/tree.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.244.2.1&r2=1.244.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.348.4.7&r2=1.348.4.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900402_02.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.2&r2=1.2.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900404_03.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.2&r2=1.2.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.jason/dtor.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.3&r2=1.3.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.law/ctors5.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.3&r2=1.3.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.martin/pmf2.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.1&r2=1.1.18.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/array3.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.1&r2=1.1.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/crash4.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.2&r2=1.2.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/dtor3.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.2.28.1&r2=1.2.28.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/dtor4.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.2&r2=1.2.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.pt/inherit1.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.2.18.1&r2=1.2.18.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.pt/nontype5.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.1.8.1&r2=1.1.8.2
More information about the Gcc-cvs
mailing list