This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
gcc ./ChangeLog ./MAINTAINERS gcc/ChangeLog gc ...
- From: amacleod at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org, libstdc++-cvs at gcc dot gnu dot org
- Date: 8 Oct 2004 20:22:33 -0000
- Subject: gcc ./ChangeLog ./MAINTAINERS gcc/ChangeLog gc ...
CVSROOT: /cvs/gcc
Module name: gcc
Branch: immuse-rewrite-branch
Changes by: amacleod@gcc.gnu.org 2004-10-08 20:22:33
Modified files:
. : ChangeLog MAINTAINERS
gcc : ChangeLog Makefile.in builtins.c c-ppoutput.c
c-typeck.c cfghooks.c cfgloopmanip.c dbxout.c
defaults.h dwarf2.h dwarf2out.c expmed.c
function.c hooks.c hooks.h lambda-code.c
libgcc2.c loop-doloop.c loop-iv.c rtl.h
system.h tree-cfg.c tree-flow-inline.h
tree-flow.h tree-inline.c tree-nested.c
tree-pretty-print.c tree-ssa-loop-ivopts.c
tree-ssa-pre.c tree-tailcall.c version.c
gcc/config/ia64: ia64-protos.h ia64.c ia64.h
gcc/config/m32r: m32r.c m32r.h
gcc/config/mips: mips.c mips.md
gcc/config/pa : pa.h
gcc/config/rs6000: altivec.md rs6000-protos.h rs6000.c sysv4.h
gcc/config/s390: s390-protos.h s390.c s390.h s390.md tpf.h
gcc/config/sh : sh.c sh.md symbian.c
gcc/config/sparc: sparc.c
gcc/cp : ChangeLog call.c class.c cp-tree.h decl.c
decl2.c init.c parser.c pt.c search.c
semantics.c
gcc/doc : install.texi tm.texi
gcc/fortran : ChangeLog primary.c resolve.c simplify.c
trans-array.c trans-stmt.c
gcc/po : ChangeLog de.po gcc.pot
gcc/testsuite : ChangeLog
gcc/testsuite/gcc.dg: 20011119-1.c darwin-abi-2.c
darwin-longdouble.c ppc-fsel-1.c warn-1.c
gcc/testsuite/gcc.dg/noncompile: 20020213-1.c
gcc/testsuite/gfortran.fortran-torture/execute:
intrinsic_mvbits.f90
intrinsic_pack.f90
gcc/testsuite/objc.dg: method-9.m
include : ChangeLog xtensa-config.h
libcpp : ChangeLog pch.c
libgfortran : ChangeLog
libgfortran/intrinsics: string_intrinsics.c
libgfortran/io : transfer.c unix.c
libobjc : ChangeLog archive.c
libstdc++-v3 : ChangeLog Makefile.in acinclude.m4 configure
configure.ac
libstdc++-v3/include: Makefile.am Makefile.in
libstdc++-v3/include/bits: c++config list.tcc stl_tree.h
libstdc++-v3/libmath: Makefile.in
libstdc++-v3/libsupc++: Makefile.in
libstdc++-v3/po: Makefile.in
libstdc++-v3/scripts: create_testsuite_files
libstdc++-v3/src: Makefile.in mt_allocator.cc
libstdc++-v3/testsuite: Makefile.am Makefile.in
libstdc++-v3/testsuite/ext/mt_allocator: instantiate.cc
libstdc++-v3/testsuite/lib: libstdc++.exp
libstdc++-v3/testsuite/thread: pthread1.cc pthread2.cc
pthread3.cc pthread4.cc
pthread5.cc pthread6.cc
pthread7-rope.cc
Added files:
gcc/testsuite/g++.dg/ext: asm6.C
gcc/testsuite/g++.dg/warn: Winline-4.C
gcc/testsuite/gcc.c-torture/compile: 20041007-1.c acc1.c
gcc/testsuite/gcc.dg: Wconversion-2.c assign-warn-1.c
assign-warn-2.c doloop-2.c func-args-1.c
ppc-fsel-3.c ultrasp11.c
gcc/testsuite/gcc.dg/cpp: ident-1.c
gcc/testsuite/gfortran.dg: do_1.f90 empty_format_1.f90
intrinsic_verify_1.f90 ishft.f90
use_allocated_1.f90
gcc/testsuite/gfortran.fortran-torture/compile: nested.f90
libstdc++-v3/include/ext: array_allocator.h
libstdc++-v3/include/tr1: array
libstdc++-v3/testsuite/ext/array_allocator: 1.cc 2.cc
libstdc++-v3/testsuite/ext/mt_allocator:
deallocate_global_thread-1.cc
deallocate_global_thread-3.cc
deallocate_local_thread-1.cc
deallocate_local_thread-3.cc
Removed files:
libstdc++-v3/testsuite/ext/mt_allocator: deallocate_global-1.cc
deallocate_global-3.cc
deallocate_local-1.cc
deallocate_local-3.cc
Log message:
updated to mainline 10-08-2004
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.995&r2=1.995.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/MAINTAINERS.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.375&r2=1.375.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.5763&r2=2.5763.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.1408&r2=1.1408.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/builtins.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.396&r2=1.396.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-ppoutput.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.22&r2=1.22.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.385&r2=1.385.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfghooks.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.15&r2=1.15.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfgloopmanip.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.33&r2=1.33.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dbxout.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.204&r2=1.204.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/defaults.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.157&r2=1.157.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.28&r2=1.28.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.552&r2=1.552.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expmed.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.197&r2=1.197.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.579&r2=1.579.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/hooks.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.35&r2=1.35.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/hooks.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.35&r2=1.35.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/lambda-code.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.12&r2=2.12.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/libgcc2.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.176&r2=1.176.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/loop-doloop.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.9&r2=2.9.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/loop-iv.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.20&r2=2.20.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/rtl.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.512&r2=1.512.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/system.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.229&r2=1.229.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-cfg.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.69&r2=2.69.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-flow-inline.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.23&r2=2.23.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-flow.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.50&r2=2.50.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-inline.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.144&r2=1.144.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-nested.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.19&r2=2.19.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-pretty-print.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.44&r2=2.44.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-ivopts.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.16&r2=2.16.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-pre.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.46&r2=2.46.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-tailcall.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=2.30&r2=2.30.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/version.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.2477&r2=1.2477.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/ia64-protos.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.66&r2=1.66.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/ia64.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.326&r2=1.326.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/ia64/ia64.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.186&r2=1.186.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/m32r/m32r.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.106&r2=1.106.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/m32r/m32r.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.117&r2=1.117.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.471&r2=1.471.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/mips/mips.md.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.309&r2=1.309.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/pa/pa.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.235&r2=1.235.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/altivec.md.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.23&r2=1.23.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000-protos.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.89&r2=1.89.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/rs6000.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.720&r2=1.720.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/rs6000/sysv4.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.153&r2=1.153.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/s390/s390-protos.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.61&r2=1.61.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/s390/s390.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.185&r2=1.185.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/s390/s390.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.122&r2=1.122.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/s390/s390.md.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.131&r2=1.131.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/s390/tpf.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.3&r2=1.3.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/sh.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.304&r2=1.304.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/sh.md.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.186&r2=1.186.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/symbian.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.4&r2=1.4.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sparc/sparc.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.336&r2=1.336.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.4408&r2=1.4408.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/call.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.511&r2=1.511.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/class.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.680&r2=1.680.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.1056&r2=1.1056.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.1310&r2=1.1310.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl2.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.750&r2=1.750.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/init.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.397&r2=1.397.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.260&r2=1.260.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.930&r2=1.930.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/search.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.324&r2=1.324.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/semantics.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.441&r2=1.441.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/install.texi.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.320&r2=1.320.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/tm.texi.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.377&r2=1.377.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.226&r2=1.226.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/primary.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.12&r2=1.12.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/resolve.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.19&r2=1.19.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/simplify.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.12&r2=1.12.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-array.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.28&r2=1.28.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fortran/trans-stmt.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.15&r2=1.15.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/po/ChangeLog.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.119&r2=1.119.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/po/de.po.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.14&r2=1.14.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/po/gcc.pot.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.29&r2=1.29.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.4390&r2=1.4390.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/ext/asm6.C.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.2.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/warn/Winline-4.C.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/compile/20041007-1.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/compile/acc1.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/Wconversion-2.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/assign-warn-1.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/assign-warn-2.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/doloop-2.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/func-args-1.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/ppc-fsel-3.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/ultrasp11.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/20011119-1.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.1&r2=1.1.116.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/darwin-abi-2.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.1&r2=1.1.50.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/darwin-longdouble.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.1&r2=1.1.22.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/ppc-fsel-1.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.1&r2=1.1.54.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/warn-1.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.4&r2=1.4.18.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/cpp/ident-1.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/noncompile/20020213-1.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.3&r2=1.3.24.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/do_1.f90.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/empty_format_1.f90.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.2.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/intrinsic_verify_1.f90.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/ishft.f90.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.3.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/use_allocated_1.f90.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.fortran-torture/compile/nested.f90.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_mvbits.f90.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.1&r2=1.1.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.fortran-torture/execute/intrinsic_pack.f90.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.3&r2=1.3.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/objc.dg/method-9.m.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.2&r2=1.2.48.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/include/ChangeLog.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.167&r2=1.167.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/include/xtensa-config.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.2&r2=1.2.52.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libcpp/ChangeLog.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.32&r2=1.32.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libcpp/pch.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.3&r2=1.3.16.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.100&r2=1.100.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/intrinsics/string_intrinsics.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.4&r2=1.4.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/transfer.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.15&r2=1.15.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/unix.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.10&r2=1.10.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/ChangeLog.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.146&r2=1.146.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/archive.c.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.8&r2=1.8.18.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.2686&r2=1.2686.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/Makefile.in.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.146&r2=1.146.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/acinclude.m4.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.297&r2=1.297.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.408&r2=1.408.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.ac.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.27&r2=1.27.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.am.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.85&r2=1.85.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.in.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.111&r2=1.111.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/c++config.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.1246&r2=1.1246.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/list.tcc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.17&r2=1.17.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_tree.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.38&r2=1.38.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/array_allocator.h.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/tr1/array.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libmath/Makefile.in.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.101&r2=1.101.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/Makefile.in.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.116&r2=1.116.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/po/Makefile.in.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.46&r2=1.46.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/scripts/create_testsuite_files.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.5&r2=1.5.14.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/Makefile.in.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.209&r2=1.209.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/mt_allocator.cc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.2&r2=1.2.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.am.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.37&r2=1.37.20.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.in.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.80&r2=1.80.12.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/array_allocator/1.cc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/array_allocator/2.cc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-1.cc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global_thread-3.cc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-1.cc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local_thread-3.cc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/instantiate.cc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.2&r2=1.2.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-1.cc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_global-3.cc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-1.cc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/ext/mt_allocator/deallocate_local-3.cc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.1&r2=NONE
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/lib/libstdc++.exp.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.24&r2=1.24.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/thread/pthread1.cc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.10&r2=1.10.26.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/thread/pthread2.cc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.5&r2=1.5.44.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/thread/pthread3.cc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.5&r2=1.5.44.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/thread/pthread4.cc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.9&r2=1.9.26.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/thread/pthread5.cc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.9&r2=1.9.26.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/thread/pthread6.cc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.7&r2=1.7.26.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/thread/pthread7-rope.cc.diff?cvsroot=gcc&only_with_tag=immuse-rewrite-branch&r1=1.8&r2=1.8.24.1