This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


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

gcc gcc/diagnostic.c gcc/diagnostic.h gcc/cp/N ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	cp-parser-branch
Changes by:	mmitchel@gcc.gnu.org	2001-07-23 11:00:57

Modified files:
	gcc            : diagnostic.c diagnostic.h 
	gcc/cp         : NEWS class.c cp-tree.def cp-tree.h decl.c 
	                 decl2.c error.c init.c parser.c pt.c search.c 
	                 semantics.c typeck.c 
	gcc/doc        : extend.texi 
	gcc/testsuite/g++.old-deja/g++.benjamin: tem03.C tem05.C 
	gcc/testsuite/g++.old-deja/g++.bob: inherit2.C 
	gcc/testsuite/g++.old-deja/g++.brendan: crash18.C crash48.C 
	                                        crash49.C crash64.C 
	gcc/testsuite/g++.old-deja/g++.bugs: 900205_02.C 
	gcc/testsuite/g++.old-deja/g++.law: cvt20.C 
	gcc/testsuite/g++.old-deja/g++.mike: p646.C 
	gcc/testsuite/g++.old-deja/g++.other: dtor3.C 
	gcc/testsuite/g++.old-deja/g++.pt: crash3.C 
	gcc/testsuite/g++.old-deja/g++.robertl: eb118.C eb121.C eb22.C 
	                                        eb8.C eb82.C eb86.C 
	                                        eb9.C eb93.C 
	include        : dyn-string.h 
	libiberty      : dyn-string.c 
	libstdc++-v3/include/bits: codecvt.h concept_check.h 
	                           std_fstream.h std_istream.h 
	                           std_ostream.h std_sstream.h 
	                           stl_deque.h stl_list.h stl_map.h 
	                           stl_multimap.h stl_multiset.h 
	                           stl_queue.h stl_set.h stl_stack.h 
	                           stl_tree.h stl_vector.h 
	                           valarray_meta.h 
Removed files:
	gcc/testsuite/g++.old-deja/g++.ext: namedret1.C namedret2.C 
	                                    namedret3.C return1.C 
	gcc/testsuite/g++.old-deja/g++.mike: net47.C 
	gcc/testsuite/g++.old-deja/g++.oliva: nameret1.C nameret2.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.2&r2=1.56.2.3
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.1&r2=1.25.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/NEWS.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.25&r2=1.25.10.1
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.4&r2=1.382.2.5
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.2&r2=1.58.2.3
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.4&r2=1.617.2.5
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.4&r2=1.789.2.5
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.4&r2=1.469.2.5
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&r2=1.154.4.1
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.3&r2=1.244.2.4
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.5&r2=1.1.2.6
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.4&r2=1.535.2.5
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.2&r2=1.209.4.3
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.4&r2=1.212.2.5
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.3&r2=1.348.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/extend.texi.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.1&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/tem03.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.5&r2=1.5.24.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/tem05.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.3&r2=1.3.14.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.bob/inherit2.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++.brendan/crash18.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++.brendan/crash48.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.4&r2=1.4.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.brendan/crash49.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++.brendan/crash64.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.3&r2=1.3.18.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.bugs/900205_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++.ext/namedret1.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.1&r2=NONE
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&r1=1.1&r2=NONE
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&r1=1.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.ext/return1.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.law/cvt20.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++.mike/p646.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.6&r2=1.6.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.mike/net47.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.3&r2=NONE
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&r1=1.3&r2=NONE
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&r1=1.5&r2=NONE
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&r2=1.2.28.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&r2=1.2.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb118.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.5&r2=1.5.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb121.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.4&r2=1.4.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb22.C.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.4&r2=1.4.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.robertl/eb8.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++.robertl/eb82.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++.robertl/eb86.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++.robertl/eb9.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++.robertl/eb93.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/include/dyn-string.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.4&r2=1.4.10.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&r2=1.5.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/codecvt.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.15&r2=1.15.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/concept_check.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.3&r2=1.3.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/std_fstream.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.10&r2=1.10.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/std_istream.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.6.2.1&r2=1.6.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/std_ostream.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.7&r2=1.7.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/std_sstream.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.6&r2=1.6.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_deque.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.5&r2=1.5.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_list.h.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/libstdc++-v3/include/bits/stl_map.h.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/libstdc++-v3/include/bits/stl_multimap.h.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/libstdc++-v3/include/bits/stl_multiset.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.5&r2=1.5.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_queue.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.5&r2=1.5.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_set.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.5&r2=1.5.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_stack.h.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/libstdc++-v3/include/bits/stl_tree.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.3&r2=1.3.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_vector.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.5&r2=1.5.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/valarray_meta.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch&r1=1.4&r2=1.4.4.1


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