This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r147145 - in /branches/redhat/gcc-4_4-branch: ....
- From: jakub at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Wed, 06 May 2009 06:22:58 -0000
- Subject: r147145 - in /branches/redhat/gcc-4_4-branch: ....
Author: jakub
Date: Wed May 6 06:22:57 2009
New Revision: 147145
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147145
Log:
svn merge -r146834:147142 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_4-branch
Added:
branches/redhat/gcc-4_4-branch/libstdc++-v3/testsuite/19_diagnostics/error_code/cons/39882.cc
- copied unchanged from r147142, branches/gcc-4_4-branch/libstdc++-v3/testsuite/19_diagnostics/error_code/cons/39882.cc
branches/redhat/gcc-4_4-branch/libstdc++-v3/testsuite/19_diagnostics/error_code/modifiers/
- copied from r147142, branches/gcc-4_4-branch/libstdc++-v3/testsuite/19_diagnostics/error_code/modifiers/
branches/redhat/gcc-4_4-branch/libstdc++-v3/testsuite/19_diagnostics/error_condition/cons/39881.cc
- copied unchanged from r147142, branches/gcc-4_4-branch/libstdc++-v3/testsuite/19_diagnostics/error_condition/cons/39881.cc
branches/redhat/gcc-4_4-branch/libstdc++-v3/testsuite/19_diagnostics/error_condition/modifiers/
- copied from r147142, branches/gcc-4_4-branch/libstdc++-v3/testsuite/19_diagnostics/error_condition/modifiers/
branches/redhat/gcc-4_4-branch/libstdc++-v3/testsuite/19_diagnostics/system_error/39880.cc
- copied unchanged from r147142, branches/gcc-4_4-branch/libstdc++-v3/testsuite/19_diagnostics/system_error/39880.cc
branches/redhat/gcc-4_4-branch/libstdc++-v3/testsuite/30_threads/call_once/39909.cc
- copied unchanged from r147142, branches/gcc-4_4-branch/libstdc++-v3/testsuite/30_threads/call_once/39909.cc
Modified:
branches/redhat/gcc-4_4-branch/libstdc++-v3/ChangeLog
branches/redhat/gcc-4_4-branch/libstdc++-v3/acinclude.m4
branches/redhat/gcc-4_4-branch/libstdc++-v3/config/abi/pre/gnu.ver
branches/redhat/gcc-4_4-branch/libstdc++-v3/configure
branches/redhat/gcc-4_4-branch/libstdc++-v3/doc/xml/authors.xml
branches/redhat/gcc-4_4-branch/libstdc++-v3/doc/xml/faq.xml
branches/redhat/gcc-4_4-branch/libstdc++-v3/doc/xml/manual/abi.xml
branches/redhat/gcc-4_4-branch/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
branches/redhat/gcc-4_4-branch/libstdc++-v3/doc/xml/manual/intro.xml
branches/redhat/gcc-4_4-branch/libstdc++-v3/doc/xml/manual/status_cxx1998.xml
branches/redhat/gcc-4_4-branch/libstdc++-v3/doc/xml/manual/status_cxx200x.xml
branches/redhat/gcc-4_4-branch/libstdc++-v3/doc/xml/manual/status_cxxtr1.xml
branches/redhat/gcc-4_4-branch/libstdc++-v3/include/std/mutex
branches/redhat/gcc-4_4-branch/libstdc++-v3/include/std/system_error
branches/redhat/gcc-4_4-branch/libstdc++-v3/scripts/create_testsuite_files
branches/redhat/gcc-4_4-branch/libstdc++-v3/scripts/run_doxygen
branches/redhat/gcc-4_4-branch/libstdc++-v3/src/mutex.cc
branches/redhat/gcc-4_4-branch/libstdc++-v3/testsuite/19_diagnostics/error_category/cons/copy_neg.cc
branches/redhat/gcc-4_4-branch/libstdc++-v3/testsuite/19_diagnostics/error_code/cons/1.cc
branches/redhat/gcc-4_4-branch/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/bool.cc
branches/redhat/gcc-4_4-branch/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/equal.cc
branches/redhat/gcc-4_4-branch/libstdc++-v3/testsuite/19_diagnostics/error_code/operators/not_equal.cc
branches/redhat/gcc-4_4-branch/libstdc++-v3/testsuite/19_diagnostics/system_error/cons-1.cc
branches/redhat/gcc-4_4-branch/libstdc++-v3/testsuite/19_diagnostics/system_error/what-4.cc
branches/redhat/gcc-4_4-branch/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/error_code.cc
branches/redhat/gcc-4_4-branch/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/error_code.cc
branches/redhat/gcc-4_4-branch/libstdc++-v3/testsuite/30_threads/unique_lock/locking/2.cc
branches/redhat/gcc-4_4-branch/libstdc++-v3/testsuite/util/testsuite_abi.cc
Changes in other areas also in this revision:
Added:
branches/redhat/gcc-4_4-branch/gcc/testsuite/g++.dg/ext/vla7.C
- copied unchanged from r147142, branches/gcc-4_4-branch/gcc/testsuite/g++.dg/ext/vla7.C
branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr39937.c
- copied unchanged from r147142, branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr39937.c
branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr39941.c
- copied unchanged from r147142, branches/gcc-4_4-branch/gcc/testsuite/gcc.c-torture/compile/pr39941.c
branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.dg/pr39565.c
- copied unchanged from r147142, branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/pr39565.c
branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.dg/torture/pr39903-1.c
- copied unchanged from r147142, branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/torture/pr39903-1.c
branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.dg/torture/pr39903-2.c
- copied unchanged from r147142, branches/gcc-4_4-branch/gcc/testsuite/gcc.dg/torture/pr39903-2.c
branches/redhat/gcc-4_4-branch/gcc/testsuite/gfortran.fortran-torture/compile/pr39937.f
- copied unchanged from r147142, branches/gcc-4_4-branch/gcc/testsuite/gfortran.fortran-torture/compile/pr39937.f
Modified:
branches/redhat/gcc-4_4-branch/ (props changed)
branches/redhat/gcc-4_4-branch/contrib/ChangeLog
branches/redhat/gcc-4_4-branch/contrib/dg-extract-results.sh
branches/redhat/gcc-4_4-branch/gcc/ChangeLog
branches/redhat/gcc-4_4-branch/gcc/DATESTAMP
branches/redhat/gcc-4_4-branch/gcc/config/i386/i386.c
branches/redhat/gcc-4_4-branch/gcc/config/m32c/m32c.c
branches/redhat/gcc-4_4-branch/gcc/cp/ChangeLog
branches/redhat/gcc-4_4-branch/gcc/cp/pt.c
branches/redhat/gcc-4_4-branch/gcc/ira-conflicts.c
branches/redhat/gcc-4_4-branch/gcc/testsuite/ChangeLog
branches/redhat/gcc-4_4-branch/gcc/testsuite/g++.dg/ext/altivec-15.C
branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.dg/tls/alias-1.c
branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.dg/tls/opt-2.c
branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.dg/vmx/3a-04.c
branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.dg/vmx/3a-04m.c
branches/redhat/gcc-4_4-branch/gcc/testsuite/gcc.dg/vmx/3a-05.c
branches/redhat/gcc-4_4-branch/gcc/testsuite/lib/target-supports.exp
branches/redhat/gcc-4_4-branch/gcc/toplev.c
branches/redhat/gcc-4_4-branch/libjava/ChangeLog
branches/redhat/gcc-4_4-branch/libjava/Makefile.am
branches/redhat/gcc-4_4-branch/libjava/Makefile.in
Propchange: branches/redhat/gcc-4_4-branch/
('svn:mergeinfo' modified)