gcc/libstdc++-v3 ChangeLog Makefile.am Makefil ...
matz@gcc.gnu.org
matz@gcc.gnu.org
Wed Jun 19 10:53:00 GMT 2002
CVSROOT: /cvs/gcc
Module name: gcc
Branch: new-regalloc-branch
Changes by: matz@gcc.gnu.org 2002-06-19 10:53:38
Modified files:
libstdc++-v3 : ChangeLog Makefile.am Makefile.in acinclude.m4
aclocal.m4 config.h.in configure configure.in
configure.target mkcheck.in
libstdc++-v3/config/cpu/m68k/bits: atomicity.h
libstdc++-v3/config/locale/generic: ctype_members.cc
libstdc++-v3/config/locale/gnu: ctype_members.cc
libstdc++-v3/config/locale/ieee_1003.1-2001:
codecvt_specializations.h
libstdc++-v3/config/os/aix/bits: ctype_noninline.h
libstdc++-v3/config/os/generic/bits: ctype_noninline.h
libstdc++-v3/config/os/solaris/solaris2.5/bits:
ctype_noninline.h
libstdc++-v3/config/os/solaris/solaris2.6/bits:
ctype_noninline.h
libstdc++-v3/docs/doxygen: TODO user.cfg.in
libstdc++-v3/docs/html/ext: howto.html
libstdc++-v3/include: Makefile.am Makefile.in
libstdc++-v3/include/backward: strstream
libstdc++-v3/include/bits: basic_string.tcc c++config
istream.tcc ostream.tcc stl_bvector.h
stl_deque.h stl_list.h stl_pair.h
stl_vector.h
libstdc++-v3/include/ext: stdio_filebuf.h stl_hashtable.h
libstdc++-v3/include/std: std_bitset.h std_deque.h std_list.h
std_vector.h
libstdc++-v3/libio: Makefile.in
libstdc++-v3/libmath: Makefile.in
libstdc++-v3/libsupc++: Makefile.in
libstdc++-v3/po: Makefile.in
libstdc++-v3/src: Makefile.am Makefile.in bitset.cc ext-inst.cc
locale-inst.cc misc-inst.cc strstream.cc
libstdc++-v3/testsuite: Makefile.am Makefile.in
testsuite_hooks.h
libstdc++-v3/testsuite/21_strings: ctor_copy_dtor.cc
libstdc++-v3/testsuite/22_locale: ctype_members_char.cc
ctype_members_wchar_t.cc
ctype_scan_wchar_t.cc
money_get_members_char.cc
money_get_members_wchar_t.cc
money_put_members_char.cc
money_put_members_wchar_t.cc
num_get_members_char.cc
num_get_members_wchar_t.cc
num_put_members_char.cc
num_put_members_wchar_t.cc
libstdc++-v3/testsuite/23_containers: bitset_ctor.cc
list_modifiers.cc
vector_bool.cc
libstdc++-v3/testsuite/27_io: ostream_inserter_char.cc
ostream_inserter_other.cc
libstdc++-v3/testsuite/lib: libstdc++-v3-dg.exp
Added files:
libstdc++-v3/config/os/qnx/qnx6.1/bits: ctype_base.h
ctype_inline.h
ctype_noninline.h
os_defines.h
libstdc++-v3/include/bits: deque.tcc list.tcc vector.tcc
libstdc++-v3/src: fstream-inst.cc io-inst.cc istream-inst.cc
ostream-inst.cc sstream-inst.cc
streambuf-inst.cc
libstdc++-v3/testsuite: testsuite_hooks.cc
libstdc++-v3/testsuite/22_locale: ctype_is_char.cc
ctype_is_wchar_t.cc
ctype_narrow_char.cc
ctype_narrow_wchar_t.cc
ctype_to_char.cc
ctype_to_wchar_t.cc
ctype_widen_char.cc
ctype_widen_wchar_t.cc
libstdc++-v3/testsuite/backward: strstream_members.cc
Log message:
merge with head at tag ra-merge-20020613
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.415.2.3&r2=1.415.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/Makefile.am.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.16.2.3&r2=1.16.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/Makefile.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.55.2.3&r2=1.55.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/acinclude.m4.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.123.2.3&r2=1.123.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/aclocal.m4.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.126.2.3&r2=1.126.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config.h.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.25.2.3&r2=1.25.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.140.2.3&r2=1.140.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.49.2.3&r2=1.49.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.target.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.13.2.3&r2=1.13.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/mkcheck.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.48.2.2&r2=1.48.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/cpu/m68k/bits/atomicity.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4.4.1&r2=1.4.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/generic/ctype_members.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.12.1&r2=1.1.12.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/gnu/ctype_members.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2.2.2&r2=1.2.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/locale/ieee_1003.1-2001/codecvt_specializations.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3.2.2&r2=1.3.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/aix/bits/ctype_noninline.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.5.4.1&r2=1.5.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/generic/bits/ctype_noninline.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4.4.1&r2=1.4.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/qnx/qnx6.1/bits/ctype_base.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/qnx/qnx6.1/bits/ctype_inline.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/qnx/qnx6.1/bits/ctype_noninline.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/qnx/qnx6.1/bits/os_defines.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/solaris/solaris2.5/bits/ctype_noninline.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4.4.1&r2=1.4.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/config/os/solaris/solaris2.6/bits/ctype_noninline.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4.4.1&r2=1.4.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/doxygen/TODO.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.7.2.1&r2=1.7.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/doxygen/user.cfg.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.7.2.3&r2=1.7.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/docs/html/ext/howto.html.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.am.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.2.3&r2=1.1.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/Makefile.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2.2.3&r2=1.2.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/backward/strstream.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.2.2&r2=1.1.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/deque.tcc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/list.tcc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/vector.tcc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/basic_string.tcc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2.2.3&r2=1.2.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/c++config.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.8.4.3&r2=1.8.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/istream.tcc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4.2.3&r2=1.4.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/ostream.tcc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_bvector.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.5.2.2&r2=1.5.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_deque.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_list.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.4.2&r2=1.1.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_pair.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2.4.2&r2=1.2.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/bits/stl_vector.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/stdio_filebuf.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2.2.1&r2=1.2.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/ext/stl_hashtable.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.4.3&r2=1.1.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_bitset.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.6.2.2&r2=1.6.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_deque.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2.6.1&r2=1.2.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_list.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2.6.1&r2=1.2.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_vector.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2.6.1&r2=1.2.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libio/Makefile.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.60.2.2&r2=1.60.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libmath/Makefile.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.33.4.2&r2=1.33.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/libsupc++/Makefile.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.35.2.3&r2=1.35.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/po/Makefile.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.16.2.1&r2=1.16.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/fstream-inst.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/io-inst.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/istream-inst.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/ostream-inst.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/sstream-inst.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/streambuf-inst.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/Makefile.am.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.65.2.2&r2=1.65.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/Makefile.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.88.2.2&r2=1.88.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/bitset.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2.2.2&r2=1.2.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/ext-inst.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.2.4.1&r2=1.2.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/locale-inst.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.11.2.3&r2=1.11.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/misc-inst.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4.4.3&r2=1.4.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/src/strstream.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3.2.2&r2=1.3.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_hooks.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.3.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.am.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4.6.1&r2=1.4.6.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/Makefile.in.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.10.2.2&r2=1.10.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/testsuite_hooks.h.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.5.4.2&r2=1.5.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/21_strings/ctor_copy_dtor.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.5.2.2&r2=1.5.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype_is_char.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype_is_wchar_t.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.2.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype_narrow_char.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype_narrow_wchar_t.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.2.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype_to_char.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype_to_wchar_t.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.2.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype_widen_char.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype_widen_wchar_t.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.2.6.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype_members_char.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.8.2.2&r2=1.8.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype_members_wchar_t.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.5.4.2&r2=1.5.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/ctype_scan_wchar_t.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.10.1&r2=1.1.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get_members_char.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.14.4.2&r2=1.14.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_get_members_wchar_t.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.13.4.2&r2=1.13.4.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_put_members_char.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.13.2.2&r2=1.13.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/money_put_members_wchar_t.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.12.2.2&r2=1.12.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_get_members_char.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.11.2.2&r2=1.11.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_get_members_wchar_t.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.9.2.2&r2=1.9.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_put_members_char.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.6.6.2&r2=1.6.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/22_locale/num_put_members_wchar_t.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.6.6.2&r2=1.6.6.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/bitset_ctor.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.3.4.1&r2=1.3.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/list_modifiers.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.8.1&r2=1.1.8.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/vector_bool.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.1.12.1&r2=1.1.12.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ostream_inserter_char.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.4.2.3&r2=1.4.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/27_io/ostream_inserter_other.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.6.2.2&r2=1.6.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/backward/strstream_members.cc.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=NONE&r2=1.1.8.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/lib/libstdc++-v3-dg.exp.diff?cvsroot=gcc&only_with_tag=new-regalloc-branch&r1=1.6.4.3&r2=1.6.4.4
More information about the Libstdc++-cvs
mailing list