This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
gcc gcc/diagnostic.c gcc/cp/class.c gcc/cp/cp- ...
- To: gcc-cvs at gcc dot gnu dot org, libstdc++-cvs at gcc dot gnu dot org
- Subject: gcc gcc/diagnostic.c gcc/cp/class.c gcc/cp/cp- ...
- From: mmitchel at gcc dot gnu dot org
- Date: 16 Aug 2001 06:11:19 -0000
CVSROOT: /cvs/gcc
Module name: gcc
Branch: cp-parser-branch
Changes by: mmitchel@gcc.gnu.org 2001-08-15 23:11:19
Modified files:
gcc : diagnostic.c
gcc/cp : class.c cp-tree.def cp-tree.h decl.c decl2.c
error.c init.c method.c parser.c ptree.c
semantics.c typeck.c
gcc/doc : c-tree.texi
gcc/testsuite/g++.old-deja/g++.jason: rfg10.C
gcc/testsuite/g++.old-deja/g++.law: ctors5.C
gcc/testsuite/g++.old-deja/g++.mike: p646.C p700.C p784.C
p8154.C
gcc/testsuite/g++.old-deja/g++.other: crash1.C crash11.C
crash24.C crash25.C
gcc/testsuite/g++.old-deja/g++.pt: friend28.C friend29.C
instantiate1.C
instantiate11.C
libiberty : dyn-string.c
libstdc++-v3/include/bits: std_limits.h
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.4&r2=1.56.2.5
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.9&r2=1.382.2.10
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.7&r2=1.58.2.8
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.12&r2=1.617.2.13
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.12&r2=1.789.2.13
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.11&r2=1.469.2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/error.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.154.4.4&r2=1.154.4.5
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.9&r2=1.244.2.10
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.8&r2=1.202.4.9
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.16&r2=1.1.2.17
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ptree.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.27&r2=1.27.4.1
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.10&r2=1.212.2.11
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.11&r2=1.348.4.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/c-tree.texi.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.3.4.2&r2=1.3.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg10.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++.law/ctors5.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.3.8.1&r2=1.3.8.2
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&r1=1.6.8.1&r2=1.6.8.2
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&r1=1.6.8.2&r2=1.6.8.3
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&r1=1.7.8.1&r2=1.7.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.mike/p8154.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/crash1.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/crash11.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/crash24.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.2&r2=1.2.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/crash25.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/friend28.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/friend29.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/instantiate1.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++.pt/instantiate11.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/libiberty/dyn-string.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.5.10.1&r2=1.5.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/std_limits.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.2.4.1&r2=1.2.4.2