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]

r180298 - in /branches/google/gcc-4_6: ./ contr...


Author: dnovillo
Date: Fri Oct 21 12:23:59 2011
New Revision: 180298

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180298
Log:
	Merge from gcc-4_6-branch rev 179421.


Added:
    branches/google/gcc-4_6/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/50529.cc
      - copied unchanged from r179419, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/50529.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/50529.cc
      - copied unchanged from r179419, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/50529.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/25_algorithms/inplace_merge/49559.cc
      - copied unchanged from r179419, branches/gcc-4_6-branch/libstdc++-v3/testsuite/25_algorithms/inplace_merge/49559.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/25_algorithms/stable_sort/49559.cc
      - copied unchanged from r179419, branches/gcc-4_6-branch/libstdc++-v3/testsuite/25_algorithms/stable_sort/49559.cc
Modified:
    branches/google/gcc-4_6/libstdc++-v3/ChangeLog
    branches/google/gcc-4_6/libstdc++-v3/include/bits/deque.tcc
    branches/google/gcc-4_6/libstdc++-v3/include/bits/random.tcc
    branches/google/gcc-4_6/libstdc++-v3/include/bits/stl_algo.h
    branches/google/gcc-4_6/libstdc++-v3/include/bits/stl_algobase.h
    branches/google/gcc-4_6/libstdc++-v3/include/bits/stl_bvector.h
    branches/google/gcc-4_6/libstdc++-v3/include/bits/vector.tcc
    branches/google/gcc-4_6/libstdc++-v3/include/debug/deque
    branches/google/gcc-4_6/libstdc++-v3/include/debug/vector
    branches/google/gcc-4_6/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/3.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/25_algorithms/inplace_merge/moveable.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/25_algorithms/inplace_merge/moveable2.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/util/testsuite_rvalref.h

Changes in other areas also in this revision:
Added:
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/cpp0x/constexpr-typedef1.C
      - copied unchanged from r179419, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-typedef1.C
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/init/const8.C
      - copied unchanged from r179419, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/init/const8.C
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/other/pr50464.C
      - copied unchanged from r179107, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/other/pr50464.C
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/template/partial12.C
      - copied unchanged from r179419, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/template/partial12.C
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/vect/slp-pr50413.cc
      - copied unchanged from r179419, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/vect/slp-pr50413.cc
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/pr50571.c
      - copied unchanged from r179419, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr50571.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/torture/pr50472.c
      - copied unchanged from r179419, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr50472.c
    branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/vect/pr50412.f90
      - copied unchanged from r179419, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/vect/pr50412.f90
Modified:
    branches/google/gcc-4_6/   (props changed)
    branches/google/gcc-4_6/contrib/ChangeLog.google-4_6
    branches/google/gcc-4_6/contrib/testsuite-management/x86_64-unknown-linux-gnu.xfail
    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/config/i386/i386.c
    branches/google/gcc-4_6/gcc/config/i386/sse.md
    branches/google/gcc-4_6/gcc/config/rs6000/rs6000.c   (props changed)
    branches/google/gcc-4_6/gcc/config/rs6000/rs6000.h   (props changed)
    branches/google/gcc-4_6/gcc/cp/ChangeLog
    branches/google/gcc-4_6/gcc/cp/class.c
    branches/google/gcc-4_6/gcc/cp/cp-tree.h
    branches/google/gcc-4_6/gcc/cp/decl.c
    branches/google/gcc-4_6/gcc/cp/init.c
    branches/google/gcc-4_6/gcc/cp/method.c
    branches/google/gcc-4_6/gcc/cp/semantics.c
    branches/google/gcc-4_6/gcc/cp/typeck.c
    branches/google/gcc-4_6/gcc/gimple-fold.c
    branches/google/gcc-4_6/gcc/graphite-scop-detection.c
    branches/google/gcc-4_6/gcc/testsuite/ChangeLog
    branches/google/gcc-4_6/gcc/testsuite/ChangeLog.google-4_6
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/cpp0x/constexpr-object1.C
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/cpp0x/defaulted2.C
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/cpp0x/pr42844-2.C
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/init/pr42844.C
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/vect/vect.exp
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/inline_1.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/inline_2.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/inline_3.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/inline_4.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/unroll_1.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/unroll_2.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/unroll_3.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/unroll_4.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.target/powerpc/ppc-round.c   (props changed)
    branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/bessel_6.f90
    branches/google/gcc-4_6/gcc/testsuite/lib/prune.exp
    branches/google/gcc-4_6/gcc/tree-ssa-alias.c
    branches/google/gcc-4_6/gcc/tree-ssa-ccp.c
    branches/google/gcc-4_6/gcc/tree-vect-data-refs.c
    branches/google/gcc-4_6/include/ChangeLog
    branches/google/gcc-4_6/include/demangle.h
    branches/google/gcc-4_6/libiberty/ChangeLog
    branches/google/gcc-4_6/libiberty/cp-demangle.c
    branches/google/gcc-4_6/libiberty/testsuite/demangle-expected
    branches/google/gcc-4_6/libjava/classpath/   (props changed)
    branches/google/gcc-4_6/libquadmath/ChangeLog
    branches/google/gcc-4_6/libquadmath/Makefile.am
    branches/google/gcc-4_6/libquadmath/Makefile.in

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/config/rs6000/rs6000.c
            ('svn:mergeinfo' modified)

Propchange: branches/google/gcc-4_6/gcc/config/rs6000/rs6000.h
            ('svn:mergeinfo' 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]