This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r171652 - in /branches/redhat/gcc-4_6-branch: ....
- From: jakub at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Tue, 29 Mar 2011 06:55:57 -0000
- Subject: r171652 - in /branches/redhat/gcc-4_6-branch: ....
Author: jakub
Date: Tue Mar 29 06:55:56 2011
New Revision: 171652
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171652
Log:
svn merge -r171262:171647 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch
Added:
branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/moveable2.cc
- copied unchanged from r171647, branches/gcc-4_6-branch/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/moveable2.cc
branches/redhat/gcc-4_6-branch/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/moveable2.cc
- copied unchanged from r171647, branches/gcc-4_6-branch/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/moveable2.cc
Modified:
branches/redhat/gcc-4_6-branch/libstdc++-v3/ChangeLog
branches/redhat/gcc-4_6-branch/libstdc++-v3/config/abi/post/alpha-linux-gnu/baseline_symbols.txt
branches/redhat/gcc-4_6-branch/libstdc++-v3/config/abi/post/i386-linux-gnu/baseline_symbols.txt
branches/redhat/gcc-4_6-branch/libstdc++-v3/config/abi/post/i486-linux-gnu/baseline_symbols.txt
branches/redhat/gcc-4_6-branch/libstdc++-v3/config/abi/post/powerpc-linux-gnu/baseline_symbols.txt
branches/redhat/gcc-4_6-branch/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt
branches/redhat/gcc-4_6-branch/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt
branches/redhat/gcc-4_6-branch/libstdc++-v3/config/abi/post/s390-linux-gnu/baseline_symbols.txt
branches/redhat/gcc-4_6-branch/libstdc++-v3/config/abi/post/s390x-linux-gnu/baseline_symbols.txt
branches/redhat/gcc-4_6-branch/libstdc++-v3/config/abi/post/solaris2.10/amd64/baseline_symbols.txt
branches/redhat/gcc-4_6-branch/libstdc++-v3/config/abi/post/solaris2.10/baseline_symbols.txt
branches/redhat/gcc-4_6-branch/libstdc++-v3/config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt
branches/redhat/gcc-4_6-branch/libstdc++-v3/config/abi/post/solaris2.8/baseline_symbols.txt
branches/redhat/gcc-4_6-branch/libstdc++-v3/config/abi/post/solaris2.8/sparcv9/baseline_symbols.txt
branches/redhat/gcc-4_6-branch/libstdc++-v3/config/abi/post/sparc-linux-gnu/baseline_symbols.txt
branches/redhat/gcc-4_6-branch/libstdc++-v3/config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt
branches/redhat/gcc-4_6-branch/libstdc++-v3/config/abi/post/x86_64-linux-gnu/baseline_symbols.txt
branches/redhat/gcc-4_6-branch/libstdc++-v3/config/abi/pre/gnu.ver
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/random.h
branches/redhat/gcc-4_6-branch/libstdc++-v3/include/bits/random.tcc
Changes in other areas also in this revision:
Added:
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/pr42544.c
- copied unchanged from r171647, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/pr42544.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/pr48197.c
- copied unchanged from r171647, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/pr48197.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/Wstrict-overflow-23.c
- copied unchanged from r171647, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/Wstrict-overflow-23.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/builtin-object-size-10.c
- copied unchanged from r171647, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/builtin-object-size-10.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/dfp/pr48204.c
- copied unchanged from r171647, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/dfp/pr48204.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr48134.c
- copied unchanged from r171647, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr48134.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr48141.c
- copied unchanged from r171647, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr48141.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr48156.c
- copied unchanged from r171647, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr48156.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/neon-vld-1.c
- copied unchanged from r171647, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/neon-vld-1.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/pr48237.c
- copied unchanged from r171647, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/pr48237.c
Modified:
branches/redhat/gcc-4_6-branch/ (props changed)
branches/redhat/gcc-4_6-branch/ChangeLog
branches/redhat/gcc-4_6-branch/boehm-gc/ChangeLog
branches/redhat/gcc-4_6-branch/config/ChangeLog
branches/redhat/gcc-4_6-branch/contrib/ChangeLog
branches/redhat/gcc-4_6-branch/contrib/reghunt/ChangeLog
branches/redhat/gcc-4_6-branch/contrib/regression/ChangeLog
branches/redhat/gcc-4_6-branch/fixincludes/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/BASE-VER
branches/redhat/gcc-4_6-branch/gcc/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/DATESTAMP
branches/redhat/gcc-4_6-branch/gcc/Makefile.in
branches/redhat/gcc-4_6-branch/gcc/ada/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/c-family/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/c-family/c-common.c
branches/redhat/gcc-4_6-branch/gcc/config/arm/predicates.md
branches/redhat/gcc-4_6-branch/gcc/config/i386/i386.c
branches/redhat/gcc-4_6-branch/gcc/config/i386/i386.md
branches/redhat/gcc-4_6-branch/gcc/cp/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/df-core.c
branches/redhat/gcc-4_6-branch/gcc/doc/extend.texi
branches/redhat/gcc-4_6-branch/gcc/doc/invoke.texi
branches/redhat/gcc-4_6-branch/gcc/dse.c
branches/redhat/gcc-4_6-branch/gcc/fold-const.c
branches/redhat/gcc-4_6-branch/gcc/fortran/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/go/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/java/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/lto/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/objc/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/objcp/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/params.def
branches/redhat/gcc-4_6-branch/gcc/po/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/po/gcc.pot
branches/redhat/gcc-4_6-branch/gcc/simplify-rtx.c
branches/redhat/gcc-4_6-branch/gcc/testsuite/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.dg/guality/guality.exp
branches/redhat/gcc-4_6-branch/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog
branches/redhat/gcc-4_6-branch/gcc/tree-object-size.c
branches/redhat/gcc-4_6-branch/gcc/tree-ssa.c
branches/redhat/gcc-4_6-branch/gcc/tree-vrp.c
branches/redhat/gcc-4_6-branch/gnattools/ChangeLog
branches/redhat/gcc-4_6-branch/include/ChangeLog
branches/redhat/gcc-4_6-branch/intl/ChangeLog
branches/redhat/gcc-4_6-branch/libada/ChangeLog
branches/redhat/gcc-4_6-branch/libcpp/ChangeLog
branches/redhat/gcc-4_6-branch/libcpp/po/ChangeLog
branches/redhat/gcc-4_6-branch/libcpp/po/cpplib.pot
branches/redhat/gcc-4_6-branch/libdecnumber/ChangeLog
branches/redhat/gcc-4_6-branch/libffi/ChangeLog
branches/redhat/gcc-4_6-branch/libgcc/ChangeLog
branches/redhat/gcc-4_6-branch/libgcc/config/libbid/ChangeLog
branches/redhat/gcc-4_6-branch/libgfortran/ChangeLog
branches/redhat/gcc-4_6-branch/libgfortran/configure
branches/redhat/gcc-4_6-branch/libgfortran/configure.ac
branches/redhat/gcc-4_6-branch/libgomp/ChangeLog
branches/redhat/gcc-4_6-branch/libgomp/acinclude.m4
branches/redhat/gcc-4_6-branch/libgomp/configure
branches/redhat/gcc-4_6-branch/libiberty/ChangeLog
branches/redhat/gcc-4_6-branch/libjava/ChangeLog
branches/redhat/gcc-4_6-branch/libjava/classpath/ChangeLog
branches/redhat/gcc-4_6-branch/libjava/configure
branches/redhat/gcc-4_6-branch/libjava/configure.ac
branches/redhat/gcc-4_6-branch/libjava/libltdl/ChangeLog
branches/redhat/gcc-4_6-branch/libmudflap/ChangeLog
branches/redhat/gcc-4_6-branch/libobjc/ChangeLog
branches/redhat/gcc-4_6-branch/libquadmath/ChangeLog
branches/redhat/gcc-4_6-branch/libquadmath/configure
branches/redhat/gcc-4_6-branch/libquadmath/configure.ac
branches/redhat/gcc-4_6-branch/libquadmath/printf/printf_fp.c
branches/redhat/gcc-4_6-branch/libssp/ChangeLog
branches/redhat/gcc-4_6-branch/libssp/configure
branches/redhat/gcc-4_6-branch/libssp/configure.ac
branches/redhat/gcc-4_6-branch/lto-plugin/ChangeLog
branches/redhat/gcc-4_6-branch/maintainer-scripts/ChangeLog
branches/redhat/gcc-4_6-branch/zlib/ChangeLog
Propchange: branches/redhat/gcc-4_6-branch/
('svn:mergeinfo' modified)