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]
Other format: [Raw text]

gcc gcc/ChangeLog gcc/ChangeLog.hammer gcc/cal ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	hammer-3_3-branch
Changes by:	hubicka at gcc dot gnu dot org	2003-02-27 11:33:06

Modified files:
	gcc            : ChangeLog ChangeLog.hammer calls.c expr.c 
	                 expr.h ggc-common.c ra-colorize.c real.c 
	                 tlink.c version.c 
	gcc/config/alpha: osf.h 
	gcc/config/c4x : c4x.h 
	gcc/config/i386: i386.c 
	gcc/config/m68k: m68k.md 
	gcc/config/mips: iris6.h 
	gcc/config/pa  : pa.c pa.h 
	gcc/config/rs6000: rs6000.c rs6000.h 
	gcc/cp         : ChangeLog decl.c decl2.c pt.c typeck2.c 
	gcc/doc        : extend.texi invoke.texi 
	gcc/fixinc     : fixincl.x inclhack.def 
	gcc/testsuite  : ChangeLog 
	gcc/testsuite/g++.dg/other: pragma-ep-1.C 
	gcc/testsuite/gcc.dg: pragma-ep-1.c 
	libiberty      : ChangeLog physmem.c 
	libstdc++-v3   : ChangeLog 
	libstdc++-v3/include/bits: c++config 
	libstdc++-v3/include/std: std_sstream.h 
	libstdc++-v3/src: fstream.cc 
	libstdc++-v3/testsuite/27_io: filebuf_virtuals.cc 
	                              stringbuf_members.cc 
Added files:
	gcc/fixinc/tests/base/sys: socket.h 
	gcc/testsuite/g++.dg/parse: namespace1.C 
	gcc/testsuite/g++.dg/template: friend16.C static3.C 
	gcc/testsuite/g++.dg/warn: implicit-typename1.C 
	gcc/testsuite/gcc.dg: 20030225-1.c 

Log message:
	* Merge from 3.3-branch (hammer-3_3-merge-20030226)

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.15884.2.13&r2=1.15884.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.hammer.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.1.2.82&r2=1.1.2.83
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/calls.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.242.2.5&r2=1.242.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.492.2.8&r2=1.492.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.h.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.123.2.1&r2=1.123.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ggc-common.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.56.2.2&r2=1.56.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ra-colorize.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.4&r2=1.4.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/real.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.103.2.2&r2=1.103.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tlink.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.45.6.1&r2=1.45.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/version.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.1778.2.14&r2=1.1778.2.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/alpha/osf.h.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.28.10.1&r2=1.28.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/c4x/c4x.h.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.116.2.1&r2=1.116.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.490.2.26&r2=1.490.2.27
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/m68k/m68k.md.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.51.12.1&r2=1.51.12.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/iris6.h.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.54.6.1&r2=1.54.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/pa/pa.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.186.4.7&r2=1.186.4.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/pa/pa.h.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.175.4.3&r2=1.175.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.397.2.5&r2=1.397.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000.h.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.234.2.5&r2=1.234.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.3042.4.11&r2=1.3042.4.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.959.2.8&r2=1.959.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl2.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.572.2.8&r2=1.572.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.630.4.7&r2=1.630.4.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/typeck2.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.132&r2=1.132.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/extend.texi.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.107.2.4&r2=1.107.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.198.2.14&r2=1.198.2.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fixinc/fixincl.x.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.132.2.1&r2=1.132.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fixinc/inclhack.def.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.139.2.1&r2=1.139.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fixinc/tests/base/sys/socket.h.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=NONE&r2=1.1.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.2210.2.12&r2=1.2210.2.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/other/pragma-ep-1.C.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.2&r2=1.2.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/parse/namespace1.C.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=NONE&r2=1.1.14.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/friend16.C.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=NONE&r2=1.2.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/static3.C.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/warn/implicit-typename1.C.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=NONE&r2=1.1.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/20030225-1.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=NONE&r2=1.2.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/pragma-ep-1.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.2&r2=1.2.28.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/ChangeLog.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.394.2.9&r2=1.394.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libiberty/physmem.c.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.7.4.1&r2=1.7.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.1422.2.11&r2=1.1422.2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/c++config.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.542.2.13&r2=1.542.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_sstream.h.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.8.2.3&r2=1.8.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/fstream.cc.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.2&r2=1.2.22.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/filebuf_virtuals.cc.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.7.12.4&r2=1.7.12.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/stringbuf_members.cc.diff?cvsroot=gcc&only_with_tag=hammer-3_3-branch&r1=1.1&r2=1.1.22.1


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