gcc/gcc diagnostic.c diagnostic.h cp/cp-tree.h ...
mmitchel@gcc.gnu.org
mmitchel@gcc.gnu.org
Tue Aug 21 23:51:00 GMT 2001
CVSROOT: /cvs/gcc
Module name: gcc
Branch: cp-parser-branch
Changes by: mmitchel@gcc.gnu.org 2001-08-21 23:51:10
Modified files:
gcc : diagnostic.c diagnostic.h
gcc/cp : cp-tree.h decl.c decl2.c method.c parser.c pt.c
search.c semantics.c
gcc/testsuite/g++.old-deja/g++.brendan: crash16.C
gcc/testsuite/g++.old-deja/g++.other: array6.C base1.C
lookup19.C
gcc/testsuite/g++.old-deja/g++.pt: crash3.C eichin01.C
eichin01a.C eichin01b.C
memtemp85.C memtemp87.C
overload8.C spec22.C
gcc/testsuite/g++.old-deja/g++.robertl: eb79.C eb82.C
Log message:
More work
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/diagnostic.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.56.2.6&r2=1.56.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/diagnostic.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.25.2.3&r2=1.25.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.15&r2=1.617.2.16
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.15&r2=1.789.2.16
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.13&r2=1.469.2.14
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.9&r2=1.202.4.10
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.19&r2=1.1.2.20
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.13&r2=1.535.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/search.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.209.4.8&r2=1.209.4.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.12&r2=1.212.2.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash16.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.3&r2=1.3.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/array6.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.1.6.1&r2=1.1.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/base1.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.1&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup19.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.1&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.pt/crash3.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++.pt/eichin01.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/eichin01a.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/eichin01b.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/memtemp85.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.2&r2=1.2.18.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp87.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.2&r2=1.2.18.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.pt/overload8.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.2&r2=1.2.30.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.pt/spec22.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.3&r2=1.3.26.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb79.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.4&r2=1.4.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb82.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.3.28.2&r2=1.3.28.3
More information about the Gcc-cvs
mailing list