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 ./ChangeLog ./Makefile.in ./configure.in g ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	cp-parser-branch-2
Changes by:	mmitchel@gcc.gnu.org	2002-07-11 09:08:44

Modified files:
	.              : ChangeLog Makefile.in configure.in 
	gcc            : ChangeLog Makefile.in c-pragma.c c-pragma.h 
	                 combine.c cpperror.c cppexp.c cpplib.c 
	                 cpptrad.c cse.c diagnostic.h dwarfout.c 
	                 except.c optabs.c tree.h version.c 
	gcc/ada        : gnatvsn.ads 
	gcc/config/avr : avr-protos.h avr.c avr.h avr.md 
	gcc/config/i386: i386.c 
	gcc/config/mips: mips.md 
	gcc/config/mn10200: mn10200.c 
	gcc/config/rs6000: aix.h aix31.h aix41.h aix43.h aix51.h beos.h 
	                   darwin.h eabi.h eabisim.h linux.h linux64.h 
	                   lynx.h mach.h rtems.h sysv4.h vxppc.h 
	gcc/config/sh  : sh.c sh.h sh.md 
	gcc/cp         : ChangeLog Make-lang.in class.c config-lang.in 
	                 cp-tree.h decl.c decl2.c init.c lex.c parse.y 
	                 parser.c pt.c semantics.c 
	gcc/doc        : cpp.texi invoke.texi 
	gcc/f          : version.c 
	gcc/objc       : objc-act.c 
	gcc/testsuite  : ChangeLog 
	gcc/testsuite/gcc.c-torture/compile: 981006-1.x 
	gcc/testsuite/gcc.dg: 20020312-2.c 
	gcc/treelang   : ChangeLog treetree.c 
	libf2c         : ChangeLog 
	libf2c/libF77  : Version.c 
	libf2c/libI77  : Version.c open.c 
	libf2c/libU77  : Version.c 
	libiberty      : ChangeLog cp-demangle.c 
	libiberty/testsuite: demangle-expected 
	libjava        : ChangeLog configure configure.in mauve-libgcj 
	libstdc++-v3   : ChangeLog configure.target 
	libstdc++-v3/config/cpu/mips: atomicity.h 
	libstdc++-v3/docs/html/23_containers: howto.html 
	libstdc++-v3/include/bits: c++config stl_deque.h valarray_meta.h 
Added files:
	gcc            : location.h 
	gcc/testsuite/gcc.c-torture/compile: 20020709-1.c 
Removed files:
	gcc/testsuite/gcc.c-torture/compile: 930326-1.x 

Log message:
	Merge from cp-parser-merge-10

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.528.2.3&r2=1.528.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.103.2.2&r2=1.103.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.in.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.154.2.2&r2=1.154.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/location.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.14637.2.3&r2=1.14637.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.902.2.3&r2=1.902.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-pragma.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.53&r2=1.53.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-pragma.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.30&r2=1.30.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/combine.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.299.4.2&r2=1.299.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cpperror.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.60.4.1&r2=1.60.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cppexp.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.123.4.1&r2=1.123.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cpplib.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.311.4.3&r2=1.311.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cpptrad.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.14.2.3&r2=1.14.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cse.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.229.4.1&r2=1.229.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/diagnostic.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.44&r2=1.44.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarfout.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.111.4.1&r2=1.111.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/except.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.226.2.1&r2=1.226.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/optabs.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.137.4.1&r2=1.137.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.342.4.1&r2=1.342.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/version.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1630.4.3&r2=1.1630.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/gnatvsn.ads.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.28.4.3&r2=1.28.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/avr/avr-protos.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.21&r2=1.21.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/avr/avr.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.76&r2=1.76.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/avr/avr.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.59&r2=1.59.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/avr/avr.md.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.33&r2=1.33.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.425.4.1&r2=1.425.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.md.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.131.2.3&r2=1.131.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mn10200/mn10200.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.24&r2=1.24.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/aix.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.29&r2=1.29.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/aix31.h.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/config/rs6000/aix41.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.16&r2=1.16.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/aix43.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.26&r2=1.26.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/aix51.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.15&r2=1.15.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/beos.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.10&r2=1.10.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/darwin.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.21&r2=1.21.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/eabi.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.5&r2=1.5.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/eabisim.h.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/config/rs6000/linux.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.31&r2=1.31.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/linux64.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.19&r2=1.19.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/lynx.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.10&r2=1.10.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/mach.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.6&r2=1.6.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rtems.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.14&r2=1.14.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/sysv4.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.97&r2=1.97.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/vxppc.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.9&r2=1.9.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/sh.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.153.4.1&r2=1.153.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/sh.h.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.152.4.2&r2=1.152.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/sh.md.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.105.4.2&r2=1.105.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.2848.2.5&r2=1.2848.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/Make-lang.in.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.115.4.1&r2=1.115.4.2
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.2&r2=1.452.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/config-lang.in.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.11&r2=1.11.4.1
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.5&r2=1.719.4.6
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.4&r2=1.911.4.5
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.2&r2=1.540.4.3
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.2&r2=1.281.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/lex.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.283.2.3&r2=1.283.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parse.y.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.262.2.4&r2=1.262.2.5
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.5&r2=1.1.4.6
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.4&r2=1.591.4.5
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.3&r2=1.264.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/cpp.texi.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.35.4.1&r2=1.35.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.152.4.1&r2=1.152.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/f/version.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1120.4.3&r2=1.1120.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/objc-act.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.137.4.1&r2=1.137.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1936.4.3&r2=1.1936.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/compile/20020709-1.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/compile/981006-1.x.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.5&r2=1.5.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/compile/930326-1.x.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.3&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/20020312-2.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.7&r2=1.7.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/treelang/ChangeLog.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.7.2.1&r2=1.7.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/treelang/treetree.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.6&r2=1.6.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/ChangeLog.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.178.4.1&r2=1.178.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/libF77/Version.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1088.4.3&r2=1.1088.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/libI77/Version.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1095.4.3&r2=1.1095.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/libI77/open.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.19&r2=1.19.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/libU77/Version.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1087.4.3&r2=1.1087.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/ChangeLog.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.378.4.2&r2=1.378.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/cp-demangle.c.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.42.4.1&r2=1.42.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/testsuite/demangle-expected.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.12&r2=1.12.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1363.4.3&r2=1.1363.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/configure.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.149.4.1&r2=1.149.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/configure.in.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.134.4.1&r2=1.134.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/mauve-libgcj.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.21&r2=1.21.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.1247.2.3&r2=1.1247.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.target.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.43.4.2&r2=1.43.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/cpu/mips/atomicity.h.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/libstdc++-v3/docs/html/23_containers/howto.html.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.20&r2=1.20.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/c++config.diff?cvsroot=gcc&only_with_tag=cp-parser-branch-2&r1=1.395.4.3&r2=1.395.4.4
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-2&r1=1.22.4.1&r2=1.22.4.2
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-2&r1=1.7&r2=1.7.10.1


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