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]

r171691 - in /branches/google/gcc-4_6: ./ Chang...


Author: dnovillo
Date: Tue Mar 29 19:09:21 2011
New Revision: 171691

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171691
Log:

	Merge from gcc-4_6-branch rev 171512 (4.6.0 release tag).


Added:
    branches/google/gcc-4_6/libstdc++-v3/libsupc++/nested_exception.cc
      - copied unchanged from r171512, branches/gcc-4_6-branch/libstdc++-v3/libsupc++/nested_exception.cc
    branches/google/gcc-4_6/libstdc++-v3/src/functional.cc
      - copied unchanged from r171512, branches/gcc-4_6-branch/libstdc++-v3/src/functional.cc
    branches/google/gcc-4_6/libstdc++-v3/src/shared_ptr.cc
      - copied unchanged from r171512, branches/gcc-4_6-branch/libstdc++-v3/src/shared_ptr.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/19_diagnostics/stdexcept.cc
      - copied unchanged from r171512, branches/gcc-4_6-branch/libstdc++-v3/testsuite/19_diagnostics/stdexcept.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/moveable2.cc
      - copied unchanged from r171512, branches/gcc-4_6-branch/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/moveable2.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/moveable2.cc
      - copied unchanged from r171512, branches/gcc-4_6-branch/libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/moveable2.cc
Modified:
    branches/google/gcc-4_6/libstdc++-v3/ChangeLog
    branches/google/gcc-4_6/libstdc++-v3/config/abi/post/alpha-linux-gnu/baseline_symbols.txt
    branches/google/gcc-4_6/libstdc++-v3/config/abi/post/i386-linux-gnu/baseline_symbols.txt
    branches/google/gcc-4_6/libstdc++-v3/config/abi/post/i486-linux-gnu/baseline_symbols.txt
    branches/google/gcc-4_6/libstdc++-v3/config/abi/post/powerpc-linux-gnu/baseline_symbols.txt
    branches/google/gcc-4_6/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt
    branches/google/gcc-4_6/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt
    branches/google/gcc-4_6/libstdc++-v3/config/abi/post/s390-linux-gnu/baseline_symbols.txt
    branches/google/gcc-4_6/libstdc++-v3/config/abi/post/s390x-linux-gnu/baseline_symbols.txt
    branches/google/gcc-4_6/libstdc++-v3/config/abi/post/solaris2.10/amd64/baseline_symbols.txt
    branches/google/gcc-4_6/libstdc++-v3/config/abi/post/solaris2.10/baseline_symbols.txt
    branches/google/gcc-4_6/libstdc++-v3/config/abi/post/solaris2.10/sparcv9/baseline_symbols.txt
    branches/google/gcc-4_6/libstdc++-v3/config/abi/post/solaris2.8/baseline_symbols.txt
    branches/google/gcc-4_6/libstdc++-v3/config/abi/post/solaris2.8/sparcv9/baseline_symbols.txt
    branches/google/gcc-4_6/libstdc++-v3/config/abi/post/sparc-linux-gnu/baseline_symbols.txt
    branches/google/gcc-4_6/libstdc++-v3/config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt
    branches/google/gcc-4_6/libstdc++-v3/config/abi/post/x86_64-linux-gnu/baseline_symbols.txt
    branches/google/gcc-4_6/libstdc++-v3/config/abi/pre/gnu.ver
    branches/google/gcc-4_6/libstdc++-v3/doc/xml/manual/abi.xml
    branches/google/gcc-4_6/libstdc++-v3/include/Makefile.am
    branches/google/gcc-4_6/libstdc++-v3/include/Makefile.in
    branches/google/gcc-4_6/libstdc++-v3/include/bits/c++config
    branches/google/gcc-4_6/libstdc++-v3/include/bits/random.h
    branches/google/gcc-4_6/libstdc++-v3/include/bits/random.tcc
    branches/google/gcc-4_6/libstdc++-v3/include/bits/regex.h
    branches/google/gcc-4_6/libstdc++-v3/include/bits/regex_compiler.h
    branches/google/gcc-4_6/libstdc++-v3/include/bits/regex_cursor.h
    branches/google/gcc-4_6/libstdc++-v3/include/bits/regex_grep_matcher.h
    branches/google/gcc-4_6/libstdc++-v3/include/bits/regex_grep_matcher.tcc
    branches/google/gcc-4_6/libstdc++-v3/include/bits/regex_nfa.h
    branches/google/gcc-4_6/libstdc++-v3/include/bits/regex_nfa.tcc
    branches/google/gcc-4_6/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/google/gcc-4_6/libstdc++-v3/include/std/functional
    branches/google/gcc-4_6/libstdc++-v3/include/std/future
    branches/google/gcc-4_6/libstdc++-v3/include/std/stdexcept
    branches/google/gcc-4_6/libstdc++-v3/include/std/system_error
    branches/google/gcc-4_6/libstdc++-v3/libsupc++/Makefile.am
    branches/google/gcc-4_6/libstdc++-v3/libsupc++/Makefile.in
    branches/google/gcc-4_6/libstdc++-v3/libsupc++/nested_exception.h
    branches/google/gcc-4_6/libstdc++-v3/src/Makefile.am
    branches/google/gcc-4_6/libstdc++-v3/src/Makefile.in
    branches/google/gcc-4_6/libstdc++-v3/src/future.cc
    branches/google/gcc-4_6/libstdc++-v3/src/stdexcept.cc
    branches/google/gcc-4_6/libstdc++-v3/src/system_error.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/20_util/shared_ptr/cons/43820_neg.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/20_util/weak_ptr/comparison/cmp_neg.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/util/testsuite_abi.cc

Changes in other areas also in this revision:
Added:
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/cpp0x/constexpr-array3.C
      - copied unchanged from r171512, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array3.C
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/cpp0x/sfinae6.C
      - copied unchanged from r171512, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/sfinae6.C
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/debug/dwarf2/typedef6.C
      - copied unchanged from r171512, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/debug/dwarf2/typedef6.C
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/template/incomplete6.C
      - copied unchanged from r171512, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/template/incomplete6.C
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/torture/pr48165.C
      - copied unchanged from r171512, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/torture/pr48165.C
    branches/google/gcc-4_6/gcc/testsuite/gcc.c-torture/compile/pr48161.c
      - copied unchanged from r171512, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/compile/pr48161.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.c-torture/execute/postmod-1.c
      - copied unchanged from r171512, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/postmod-1.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/c1x-anon-struct-3.c
      - copied unchanged from r171512, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/c1x-anon-struct-3.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/pr48213.c
      - copied unchanged from r171512, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr48213.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.target/arm/pr46788.c
      - copied unchanged from r171512, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/pr46788.c
Removed:
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/c1x-typedef-2.c
Modified:
    branches/google/gcc-4_6/   (props changed)
    branches/google/gcc-4_6/ChangeLog
    branches/google/gcc-4_6/boehm-gc/ChangeLog
    branches/google/gcc-4_6/config.guess
    branches/google/gcc-4_6/config/ChangeLog
    branches/google/gcc-4_6/configure
    branches/google/gcc-4_6/configure.ac
    branches/google/gcc-4_6/contrib/ChangeLog
    branches/google/gcc-4_6/contrib/reghunt/ChangeLog
    branches/google/gcc-4_6/contrib/regression/ChangeLog
    branches/google/gcc-4_6/fixincludes/ChangeLog
    branches/google/gcc-4_6/gcc/ChangeLog
    branches/google/gcc-4_6/gcc/ChangeLog.google-4_6
    branches/google/gcc-4_6/gcc/DATESTAMP
    branches/google/gcc-4_6/gcc/ada/ChangeLog
    branches/google/gcc-4_6/gcc/c-decl.c
    branches/google/gcc-4_6/gcc/c-family/ChangeLog
    branches/google/gcc-4_6/gcc/config/arm/arm.md
    branches/google/gcc-4_6/gcc/config/i386/i386.opt
    branches/google/gcc-4_6/gcc/config/rs6000/constraints.md
    branches/google/gcc-4_6/gcc/config/rs6000/predicates.md
    branches/google/gcc-4_6/gcc/config/rs6000/rs6000-protos.h
    branches/google/gcc-4_6/gcc/config/rs6000/rs6000.c
    branches/google/gcc-4_6/gcc/config/rs6000/rs6000.md
    branches/google/gcc-4_6/gcc/config/rs6000/t-freebsd
    branches/google/gcc-4_6/gcc/config/s390/s390.c
    branches/google/gcc-4_6/gcc/config/sol2.c
    branches/google/gcc-4_6/gcc/cp/ChangeLog
    branches/google/gcc-4_6/gcc/cp/call.c
    branches/google/gcc-4_6/gcc/cp/decl.c
    branches/google/gcc-4_6/gcc/cp/typeck.c
    branches/google/gcc-4_6/gcc/doc/extend.texi
    branches/google/gcc-4_6/gcc/doc/install.texi
    branches/google/gcc-4_6/gcc/doc/invoke.texi
    branches/google/gcc-4_6/gcc/doc/standards.texi
    branches/google/gcc-4_6/gcc/dwarf2out.c
    branches/google/gcc-4_6/gcc/expr.c
    branches/google/gcc-4_6/gcc/fortran/ChangeLog
    branches/google/gcc-4_6/gcc/go/ChangeLog
    branches/google/gcc-4_6/gcc/java/ChangeLog
    branches/google/gcc-4_6/gcc/lto/ChangeLog
    branches/google/gcc-4_6/gcc/objc/ChangeLog
    branches/google/gcc-4_6/gcc/objcp/ChangeLog
    branches/google/gcc-4_6/gcc/po/ChangeLog
    branches/google/gcc-4_6/gcc/po/gcc.pot
    branches/google/gcc-4_6/gcc/testsuite/ChangeLog
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/cpp0x/initlist38.C
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/cpp0x/pr45908.C
    branches/google/gcc-4_6/gcc/testsuite/g++.old-deja/g++.jason/conversion11.C
    branches/google/gcc-4_6/gcc/testsuite/g++.old-deja/g++.law/arg11.C
    branches/google/gcc-4_6/gcc/testsuite/g++.old-deja/g++.oliva/ChangeLog
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/anon-struct-11.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/c1x-anon-struct-1.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/c1x-typedef-1.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/torture/20090618-1.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/vect/slp-multitypes-2.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.target/powerpc/ppc-round.c   (props changed)
    branches/google/gcc-4_6/gcc/tree-object-size.c
    branches/google/gcc-4_6/gnattools/ChangeLog
    branches/google/gcc-4_6/include/ChangeLog
    branches/google/gcc-4_6/intl/ChangeLog
    branches/google/gcc-4_6/libada/ChangeLog
    branches/google/gcc-4_6/libcpp/ChangeLog
    branches/google/gcc-4_6/libcpp/lex.c
    branches/google/gcc-4_6/libcpp/po/ChangeLog
    branches/google/gcc-4_6/libcpp/po/cpplib.pot
    branches/google/gcc-4_6/libdecnumber/ChangeLog
    branches/google/gcc-4_6/libffi/ChangeLog
    branches/google/gcc-4_6/libgcc/ChangeLog
    branches/google/gcc-4_6/libgcc/config/libbid/ChangeLog
    branches/google/gcc-4_6/libgfortran/ChangeLog
    branches/google/gcc-4_6/libgfortran/intrinsics/system_clock.c
    branches/google/gcc-4_6/libgomp/ChangeLog
    branches/google/gcc-4_6/libiberty/ChangeLog
    branches/google/gcc-4_6/libjava/ChangeLog
    branches/google/gcc-4_6/libjava/classpath/   (props changed)
    branches/google/gcc-4_6/libjava/classpath/ChangeLog
    branches/google/gcc-4_6/libjava/libltdl/ChangeLog
    branches/google/gcc-4_6/libmudflap/ChangeLog
    branches/google/gcc-4_6/libobjc/ChangeLog
    branches/google/gcc-4_6/libquadmath/ChangeLog
    branches/google/gcc-4_6/libssp/ChangeLog
    branches/google/gcc-4_6/lto-plugin/ChangeLog
    branches/google/gcc-4_6/maintainer-scripts/ChangeLog
    branches/google/gcc-4_6/zlib/ChangeLog

Propchange: branches/google/gcc-4_6/
            ('svn:mergeinfo' modified)

Propchange: branches/google/gcc-4_6/
            ('svnmerge-integrated' modified)

Propchange: branches/google/gcc-4_6/gcc/testsuite/gcc.target/powerpc/ppc-round.c
            ('svn:mergeinfo' modified)

Propchange: branches/google/gcc-4_6/libjava/classpath/
            ('svn:mergeinfo' modified)



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