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]

r196703 - in /branches/google/integration: ./ c...


Author: dnovillo
Date: Sat Mar 16 17:35:30 2013
New Revision: 196703

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196703
Log:
Merged revisions 196580-196581,196587-196592,196595,196597-196598,196600,196602-196604,196607-196608,196611-196614,196625,196629-196634,196636,196639,196645-196647,196649-196650,196654-196659,196666,196669,196671-196675,196682-196683,196694-196695 via svnmerge from 
svn+ssh://gcc.gnu.org/svn/gcc/trunk


Added:
    branches/google/integration/libstdc++-v3/testsuite/23_containers/map/56613.cc
      - copied unchanged from r196695, trunk/libstdc++-v3/testsuite/23_containers/map/56613.cc
    branches/google/integration/libstdc++-v3/testsuite/30_threads/packaged_task/cons/56492.cc
      - copied unchanged from r196695, trunk/libstdc++-v3/testsuite/30_threads/packaged_task/cons/56492.cc
Modified:
    branches/google/integration/libstdc++-v3/ChangeLog
    branches/google/integration/libstdc++-v3/config.h.in
    branches/google/integration/libstdc++-v3/configure
    branches/google/integration/libstdc++-v3/configure.ac
    branches/google/integration/libstdc++-v3/doc/html/api.html
    branches/google/integration/libstdc++-v3/doc/html/faq.html
    branches/google/integration/libstdc++-v3/doc/html/index.html
    branches/google/integration/libstdc++-v3/doc/html/manual/abi.html
    branches/google/integration/libstdc++-v3/doc/html/manual/algorithms.html
    branches/google/integration/libstdc++-v3/doc/html/manual/api.html
    branches/google/integration/libstdc++-v3/doc/html/manual/appendix_contributing.html
    branches/google/integration/libstdc++-v3/doc/html/manual/appendix_free.html
    branches/google/integration/libstdc++-v3/doc/html/manual/appendix_gpl.html
    branches/google/integration/libstdc++-v3/doc/html/manual/appendix_porting.html
    branches/google/integration/libstdc++-v3/doc/html/manual/atomics.html
    branches/google/integration/libstdc++-v3/doc/html/manual/backwards.html
    branches/google/integration/libstdc++-v3/doc/html/manual/bitmap_allocator_impl.html
    branches/google/integration/libstdc++-v3/doc/html/manual/concurrency.html
    branches/google/integration/libstdc++-v3/doc/html/manual/containers.html
    branches/google/integration/libstdc++-v3/doc/html/manual/debug_mode_using.html
    branches/google/integration/libstdc++-v3/doc/html/manual/diagnostics.html
    branches/google/integration/libstdc++-v3/doc/html/manual/documentation_hacking.html
    branches/google/integration/libstdc++-v3/doc/html/manual/ext_preface.html
    branches/google/integration/libstdc++-v3/doc/html/manual/extensions.html
    branches/google/integration/libstdc++-v3/doc/html/manual/facets.html
    branches/google/integration/libstdc++-v3/doc/html/manual/index.html
    branches/google/integration/libstdc++-v3/doc/html/manual/intro.html
    branches/google/integration/libstdc++-v3/doc/html/manual/io.html
    branches/google/integration/libstdc++-v3/doc/html/manual/iterators.html
    branches/google/integration/libstdc++-v3/doc/html/manual/localization.html
    branches/google/integration/libstdc++-v3/doc/html/manual/memory.html
    branches/google/integration/libstdc++-v3/doc/html/manual/numerics.html
    branches/google/integration/libstdc++-v3/doc/html/manual/parallel_mode.html
    branches/google/integration/libstdc++-v3/doc/html/manual/parallel_mode_using.html
    branches/google/integration/libstdc++-v3/doc/html/manual/policy_data_structures.html
    branches/google/integration/libstdc++-v3/doc/html/manual/policy_data_structures_design.html
    branches/google/integration/libstdc++-v3/doc/html/manual/policy_data_structures_using.html
    branches/google/integration/libstdc++-v3/doc/html/manual/profile_mode.html
    branches/google/integration/libstdc++-v3/doc/html/manual/profile_mode_design.html
    branches/google/integration/libstdc++-v3/doc/html/manual/profile_mode_diagnostics.html
    branches/google/integration/libstdc++-v3/doc/html/manual/status.html
    branches/google/integration/libstdc++-v3/doc/html/manual/std_contents.html
    branches/google/integration/libstdc++-v3/doc/html/manual/strings.html
    branches/google/integration/libstdc++-v3/doc/html/manual/support.html
    branches/google/integration/libstdc++-v3/doc/html/manual/test.html
    branches/google/integration/libstdc++-v3/doc/html/manual/using.html
    branches/google/integration/libstdc++-v3/doc/html/manual/using_exceptions.html
    branches/google/integration/libstdc++-v3/doc/html/manual/using_headers.html
    branches/google/integration/libstdc++-v3/doc/html/manual/utilities.html
    branches/google/integration/libstdc++-v3/include/bits/stl_tree.h
    branches/google/integration/libstdc++-v3/include/std/future
    branches/google/integration/libstdc++-v3/include/std/type_traits
    branches/google/integration/libstdc++-v3/libsupc++/eh_catch.cc
    branches/google/integration/libstdc++-v3/libsupc++/eh_throw.cc
    branches/google/integration/libstdc++-v3/libsupc++/unwind-cxx.h
    branches/google/integration/libstdc++-v3/testsuite/20_util/is_compound/value.cc
    branches/google/integration/libstdc++-v3/testsuite/20_util/is_fundamental/value.cc

Changes in other areas also in this revision:
Added:
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/alias-decl-32.C
      - copied unchanged from r196695, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-32.C
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/initlist-defarg1.C
      - copied unchanged from r196695, trunk/gcc/testsuite/g++.dg/cpp0x/initlist-defarg1.C
    branches/google/integration/gcc/testsuite/gcc.c-torture/compile/pr40797.c
      - copied unchanged from r196695, trunk/gcc/testsuite/gcc.c-torture/compile/pr40797.c
    branches/google/integration/gcc/testsuite/gcc.c-torture/compile/pr56571.c
      - copied unchanged from r196695, trunk/gcc/testsuite/gcc.c-torture/compile/pr56571.c
    branches/google/integration/gcc/testsuite/gcc.dg/pr53265.c
      - copied unchanged from r196695, trunk/gcc/testsuite/gcc.dg/pr53265.c
    branches/google/integration/gcc/testsuite/gcc.dg/vect/fast-math-bb-slp-call-3.c
      - copied unchanged from r196695, trunk/gcc/testsuite/gcc.dg/vect/fast-math-bb-slp-call-3.c
    branches/google/integration/gcc/testsuite/gcc.target/sh/pr49880-1.c
      - copied unchanged from r196695, trunk/gcc/testsuite/gcc.target/sh/pr49880-1.c
    branches/google/integration/gcc/testsuite/gcc.target/sh/pr49880-2.c
      - copied unchanged from r196695, trunk/gcc/testsuite/gcc.target/sh/pr49880-2.c
    branches/google/integration/gcc/testsuite/gcc.target/sh/pr49880-3.c
      - copied unchanged from r196695, trunk/gcc/testsuite/gcc.target/sh/pr49880-3.c
    branches/google/integration/gcc/testsuite/gcc.target/sh/pr49880-4.c
      - copied unchanged from r196695, trunk/gcc/testsuite/gcc.target/sh/pr49880-4.c
    branches/google/integration/gcc/testsuite/gcc.target/sh/pr49880-5.c
      - copied unchanged from r196695, trunk/gcc/testsuite/gcc.target/sh/pr49880-5.c
    branches/google/integration/gcc/testsuite/gfortran.dg/class_56.f90
      - copied unchanged from r196695, trunk/gcc/testsuite/gfortran.dg/class_56.f90
    branches/google/integration/gcc/testsuite/gfortran.dg/transfer_intrinsic_5.f90
      - copied unchanged from r196695, trunk/gcc/testsuite/gfortran.dg/transfer_intrinsic_5.f90
Modified:
    branches/google/integration/   (props changed)
    branches/google/integration/contrib/testsuite-management/x86_64-grtev3-linux-gnu.xfail
    branches/google/integration/contrib/testsuite-management/x86_64-unknown-linux-gnu.xfail
    branches/google/integration/gcc/ChangeLog
    branches/google/integration/gcc/DATESTAMP
    branches/google/integration/gcc/Makefile.in
    branches/google/integration/gcc/cfgloop.h
    branches/google/integration/gcc/common.opt
    branches/google/integration/gcc/config.gcc
    branches/google/integration/gcc/config/aarch64/aarch64.c
    branches/google/integration/gcc/config/aarch64/aarch64.md
    branches/google/integration/gcc/config/aarch64/t-aarch64-linux
    branches/google/integration/gcc/config/arm/arm.c
    branches/google/integration/gcc/config/avr/avr.c
    branches/google/integration/gcc/config/avr/avr.opt
    branches/google/integration/gcc/config/i386/cygwin.h
    branches/google/integration/gcc/config/microblaze/linux.h
    branches/google/integration/gcc/config/microblaze/microblaze-protos.h
    branches/google/integration/gcc/config/microblaze/microblaze.c
    branches/google/integration/gcc/config/microblaze/microblaze.h
    branches/google/integration/gcc/config/microblaze/microblaze.md
    branches/google/integration/gcc/config/microblaze/predicates.md
    branches/google/integration/gcc/config/pa/pa.c
    branches/google/integration/gcc/config/pa/pa.md
    branches/google/integration/gcc/config/sh/linux.h
    branches/google/integration/gcc/config/sh/netbsd-elf.h
    branches/google/integration/gcc/config/sh/sh.c
    branches/google/integration/gcc/config/sh/sh.h
    branches/google/integration/gcc/config/sh/sh.md
    branches/google/integration/gcc/config/sh/sh.opt
    branches/google/integration/gcc/configure
    branches/google/integration/gcc/configure.ac
    branches/google/integration/gcc/cp/ChangeLog
    branches/google/integration/gcc/cp/decl.c
    branches/google/integration/gcc/cp/semantics.c
    branches/google/integration/gcc/cp/typeck.c
    branches/google/integration/gcc/doc/extend.texi
    branches/google/integration/gcc/doc/invoke.texi
    branches/google/integration/gcc/emit-rtl.c
    branches/google/integration/gcc/fortran/ChangeLog
    branches/google/integration/gcc/fortran/expr.c
    branches/google/integration/gcc/fortran/gfortran.texi
    branches/google/integration/gcc/fortran/resolve.c
    branches/google/integration/gcc/fortran/trans-intrinsic.c
    branches/google/integration/gcc/genmultilib
    branches/google/integration/gcc/lto-streamer-out.c
    branches/google/integration/gcc/po/ChangeLog
    branches/google/integration/gcc/po/de.po
    branches/google/integration/gcc/po/gcc.pot
    branches/google/integration/gcc/po/sv.po
    branches/google/integration/gcc/rtl.c
    branches/google/integration/gcc/testsuite/ChangeLog
    branches/google/integration/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-initlist3.C
    branches/google/integration/gcc/testsuite/g++.dg/opt/longbranch2.C
    branches/google/integration/gcc/testsuite/gcc.dg/graphite/id-6.c
    branches/google/integration/gcc/testsuite/gcc.dg/graphite/pr35356-2.c
    branches/google/integration/gcc/testsuite/gcc.dg/graphite/scop-3.c
    branches/google/integration/gcc/testsuite/gcc.dg/inline_3.c
    branches/google/integration/gcc/testsuite/gcc.dg/inline_4.c
    branches/google/integration/gcc/testsuite/gcc.dg/pr44194-1.c
    branches/google/integration/gcc/testsuite/gcc.dg/torture/pr49518.c
    branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/cunroll-10.c
    branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/pr55579.c
    branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/vector-4.c
    branches/google/integration/gcc/testsuite/gcc.dg/unroll_2.c
    branches/google/integration/gcc/testsuite/gcc.dg/unroll_3.c
    branches/google/integration/gcc/testsuite/gcc.dg/unroll_4.c
    branches/google/integration/gcc/testsuite/gcc.target/i386/movti.c
    branches/google/integration/gcc/testsuite/gcc.target/i386/pr20020-1.c
    branches/google/integration/gcc/testsuite/gcc.target/i386/pr20020-2.c
    branches/google/integration/gcc/testsuite/gcc.target/i386/pr20020-3.c
    branches/google/integration/gcc/testsuite/gcc.target/i386/pr53425-1.c
    branches/google/integration/gcc/testsuite/gcc.target/i386/pr53425-2.c
    branches/google/integration/gcc/testsuite/gcc.target/i386/pr53907.c
    branches/google/integration/gcc/testsuite/gcc.target/i386/pr55093.c
    branches/google/integration/gcc/testsuite/gcc.target/powerpc/ppc-round.c   (props changed)
    branches/google/integration/gcc/tree-ssa-loop-niter.c
    branches/google/integration/gcc/tree-vect-slp.c
    branches/google/integration/gcc/valtrack.c
    branches/google/integration/libcpp/po/ChangeLog
    branches/google/integration/libcpp/po/cpplib.pot
    branches/google/integration/libgcc/ChangeLog
    branches/google/integration/libgcc/config/sh/lib1funcs.S
    branches/google/integration/libgcc/unwind-dw2.c
    branches/google/integration/libgfortran/ChangeLog
    branches/google/integration/libgfortran/intrinsics/execute_command_line.c
    branches/google/integration/libgfortran/io/transfer.c
    branches/google/integration/libjava/ChangeLog
    branches/google/integration/libjava/classpath/   (props changed)
    branches/google/integration/libjava/include/posix-threads.h
    branches/google/integration/libmudflap/ChangeLog
    branches/google/integration/libmudflap/testsuite/libmudflap.c/fail37-frag.c

Propchange: branches/google/integration/
            ('svn:mergeinfo' modified)

Propchange: branches/google/integration/
            ('svnmerge-integrated' modified)

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

Propchange: branches/google/integration/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]