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

dnovillo@gcc.gnu.org dnovillo@gcc.gnu.org
Sun Dec 11 16:20:00 GMT 2011


Author: dnovillo
Date: Sun Dec 11 16:20:31 2011
New Revision: 182207

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

Merged revisions 180740,180749,180755,180766,180792,180804,180809,180841,180915,180968,180988,180995,181020,181052,181057,181137,181140,181186,181244,181264,181277,181305,181313-181314,181316,181330,181336-181337,181344,181375,181382,181398,181418,181427,181430,181463,181471-181472,181497,181500,181510,181514,181520,181536,181542,181553,181605,181641,181647,181678-181679,181682,181686,181699,181705,181714,181716,181726,181734,181753,181769,181792,181817,181828,181866,181900,181936,181958,181969,181978,181988,181998,182036,182040,182046,182057,182062,182071,182095,182103-182104,182111-182114,182120,182122,182124 via svnmerge from 
svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch


Added:
    branches/google/gcc-4_6/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/51142.cc
      - copied unchanged from r181472, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/map/modifiers/erase/51142.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/23_containers/multimap/modifiers/erase/51142.cc
      - copied unchanged from r181472, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/multimap/modifiers/erase/51142.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/23_containers/multiset/modifiers/erase/
      - copied from r181472, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/multiset/modifiers/erase/
    branches/google/gcc-4_6/libstdc++-v3/testsuite/23_containers/set/modifiers/erase/
      - copied from r181472, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/set/modifiers/erase/
    branches/google/gcc-4_6/libstdc++-v3/testsuite/23_containers/unordered_map/erase/51142.cc
      - copied unchanged from r181472, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/unordered_map/erase/51142.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/51142.cc
      - copied unchanged from r181472, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/unordered_multimap/erase/51142.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/51142.cc
      - copied unchanged from r181472, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/unordered_multiset/erase/51142.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/23_containers/unordered_set/erase/51142.cc
      - copied unchanged from r181472, branches/gcc-4_6-branch/libstdc++-v3/testsuite/23_containers/unordered_set/erase/51142.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/26_numerics/complex/50880.cc
      - copied unchanged from r181472, branches/gcc-4_6-branch/libstdc++-v3/testsuite/26_numerics/complex/50880.cc
    branches/google/gcc-4_6/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/50880.cc
      - copied unchanged from r181472, branches/gcc-4_6-branch/libstdc++-v3/testsuite/tr1/8_c_compatibility/complex/50880.cc
Modified:
    branches/google/gcc-4_6/libstdc++-v3/ChangeLog
    branches/google/gcc-4_6/libstdc++-v3/configure
    branches/google/gcc-4_6/libstdc++-v3/include/bits/hashtable.h
    branches/google/gcc-4_6/libstdc++-v3/include/bits/stl_map.h
    branches/google/gcc-4_6/libstdc++-v3/include/bits/stl_multimap.h
    branches/google/gcc-4_6/libstdc++-v3/include/bits/stl_tree.h
    branches/google/gcc-4_6/libstdc++-v3/include/debug/map.h
    branches/google/gcc-4_6/libstdc++-v3/include/debug/multimap.h
    branches/google/gcc-4_6/libstdc++-v3/include/debug/unordered_map
    branches/google/gcc-4_6/libstdc++-v3/include/debug/unordered_set
    branches/google/gcc-4_6/libstdc++-v3/include/profile/map.h
    branches/google/gcc-4_6/libstdc++-v3/include/profile/multimap.h
    branches/google/gcc-4_6/libstdc++-v3/include/std/complex
    branches/google/gcc-4_6/libstdc++-v3/include/tr1/complex
    branches/google/gcc-4_6/libstdc++-v3/include/tr1/poly_hermite.tcc

Changes in other areas also in this revision:
Added:
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/cpp0x/decltype35.C
      - copied unchanged from r181472, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/decltype35.C
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/cpp0x/decltype36.C
      - copied unchanged from r182124, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/decltype36.C
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/other/offsetof7.C
      - copied unchanged from r181472, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/other/offsetof7.C
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/tree-ssa/pr50622.C
      - copied unchanged from r182124, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/tree-ssa/pr50622.C
    branches/google/gcc-4_6/gcc/testsuite/gcc.c-torture/compile/20110913-1.c
      - copied unchanged from r181472, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/compile/20110913-1.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.c-torture/compile/pr51077.c
      - copied unchanged from r181472, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/compile/pr51077.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.c-torture/execute/20111208-1.c
      - copied unchanged from r182124, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/20111208-1.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.c-torture/execute/pr51323.c
      - copied unchanged from r182124, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/pr51323.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/debug/dwarf2/pr51410.c
      - copied unchanged from r182124, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/debug/dwarf2/pr51410.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/delay-slot-2.c
      - copied unchanged from r182124, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/delay-slot-2.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/gomp/pr51339.c
      - copied unchanged from r182124, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/gomp/pr51339.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.target/arm/pr49641.c
      - copied unchanged from r181472, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/arm/pr49641.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.target/i386/movdi-rex64.c
      - copied unchanged from r182124, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/movdi-rex64.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.target/i386/pr48721.c
      - copied unchanged from r182124, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/pr48721.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.target/i386/pr51393.c
      - copied unchanged from r182124, branches/gcc-4_6-branch/gcc/testsuite/gcc.target/i386/pr51393.c
    branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/default_initialization_5.f90
      - copied unchanged from r182124, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/default_initialization_5.f90
    branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/implicit_pure_1.f90
      - copied unchanged from r182124, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/implicit_pure_1.f90
    branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/move_alloc_8.f90
      - copied unchanged from r182124, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/move_alloc_8.f90
    branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/whole_file_35.f90
      - copied unchanged from r182124, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/whole_file_35.f90
    branches/google/gcc-4_6/gcc/testsuite/gnat.dg/frame_overflow.ads
      - copied unchanged from r182124, branches/gcc-4_6-branch/gcc/testsuite/gnat.dg/frame_overflow.ads
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/boehm-gc/configure
    branches/google/gcc-4_6/configure
    branches/google/gcc-4_6/configure.ac
    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/ada/ChangeLog
    branches/google/gcc-4_6/gcc/ada/Make-generated.in
    branches/google/gcc-4_6/gcc/ada/gcc-interface/Makefile.in
    branches/google/gcc-4_6/gcc/ada/gcc-interface/decl.c
    branches/google/gcc-4_6/gcc/ada/init.c
    branches/google/gcc-4_6/gcc/ada/mlib-tgt-specific-darwin.adb
    branches/google/gcc-4_6/gcc/c-decl.c
    branches/google/gcc-4_6/gcc/c-family/ChangeLog
    branches/google/gcc-4_6/gcc/c-family/c-common.c
    branches/google/gcc-4_6/gcc/c-family/c-common.h
    branches/google/gcc-4_6/gcc/c-parser.c
    branches/google/gcc-4_6/gcc/c-typeck.c
    branches/google/gcc-4_6/gcc/calls.c
    branches/google/gcc-4_6/gcc/cfgcleanup.c
    branches/google/gcc-4_6/gcc/config/arm/arm.c
    branches/google/gcc-4_6/gcc/config/avr/avr-devices.c
    branches/google/gcc-4_6/gcc/config/avr/avr.c
    branches/google/gcc-4_6/gcc/config/avr/avr.md
    branches/google/gcc-4_6/gcc/config/avr/libgcc.S
    branches/google/gcc-4_6/gcc/config/darwin.c
    branches/google/gcc-4_6/gcc/config/i386/avxintrin.h
    branches/google/gcc-4_6/gcc/config/i386/i386.c
    branches/google/gcc-4_6/gcc/config/i386/i386.md
    branches/google/gcc-4_6/gcc/config/rs6000/rs6000.c   (contents, props changed)
    branches/google/gcc-4_6/gcc/config/rs6000/rs6000.h   (props changed)
    branches/google/gcc-4_6/gcc/config/sparc/sparc.h
    branches/google/gcc-4_6/gcc/config/sparc/sparc.md
    branches/google/gcc-4_6/gcc/configure
    branches/google/gcc-4_6/gcc/configure.ac
    branches/google/gcc-4_6/gcc/cp/ChangeLog
    branches/google/gcc-4_6/gcc/cp/pt.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/dwarf2out.c
    branches/google/gcc-4_6/gcc/fortran/ChangeLog
    branches/google/gcc-4_6/gcc/fortran/check.c
    branches/google/gcc-4_6/gcc/fortran/expr.c
    branches/google/gcc-4_6/gcc/fortran/resolve.c
    branches/google/gcc-4_6/gcc/fortran/trans-decl.c
    branches/google/gcc-4_6/gcc/fortran/trans-types.c
    branches/google/gcc-4_6/gcc/objc/ChangeLog
    branches/google/gcc-4_6/gcc/objc/objc-act.c
    branches/google/gcc-4_6/gcc/objc/objc-next-runtime-abi-01.c
    branches/google/gcc-4_6/gcc/reload1.c
    branches/google/gcc-4_6/gcc/reorg.c
    branches/google/gcc-4_6/gcc/sched-deps.c
    branches/google/gcc-4_6/gcc/testsuite/ChangeLog
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/cpp/assert4.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.target/powerpc/ppc-round.c   (props changed)
    branches/google/gcc-4_6/gcc/testsuite/gnat.dg/frame_overflow.adb
    branches/google/gcc-4_6/gcc/testsuite/gnat.dg/specs/addr1.ads
    branches/google/gcc-4_6/gcc/tree-object-size.c
    branches/google/gcc-4_6/gcc/tree-sra.c
    branches/google/gcc-4_6/libada/ChangeLog
    branches/google/gcc-4_6/libada/Makefile.in
    branches/google/gcc-4_6/libffi/ChangeLog
    branches/google/gcc-4_6/libffi/configure
    branches/google/gcc-4_6/libgcc/ChangeLog
    branches/google/gcc-4_6/libgcc/config.host
    branches/google/gcc-4_6/libgfortran/ChangeLog
    branches/google/gcc-4_6/libgfortran/configure
    branches/google/gcc-4_6/libgomp/ChangeLog
    branches/google/gcc-4_6/libgomp/configure
    branches/google/gcc-4_6/libiberty/ChangeLog
    branches/google/gcc-4_6/libiberty/simple-object-mach-o.c
    branches/google/gcc-4_6/libjava/ChangeLog
    branches/google/gcc-4_6/libjava/classpath/   (props changed)
    branches/google/gcc-4_6/libjava/classpath/ChangeLog.gcj
    branches/google/gcc-4_6/libjava/classpath/config.rpath
    branches/google/gcc-4_6/libjava/classpath/configure
    branches/google/gcc-4_6/libjava/configure
    branches/google/gcc-4_6/libjava/configure.ac
    branches/google/gcc-4_6/libjava/libltdl/ChangeLog
    branches/google/gcc-4_6/libjava/libltdl/acinclude.m4
    branches/google/gcc-4_6/libjava/libltdl/configure
    branches/google/gcc-4_6/libjava/prims.cc
    branches/google/gcc-4_6/libmudflap/ChangeLog
    branches/google/gcc-4_6/libmudflap/configure
    branches/google/gcc-4_6/libobjc/ChangeLog
    branches/google/gcc-4_6/libobjc/configure
    branches/google/gcc-4_6/libquadmath/ChangeLog
    branches/google/gcc-4_6/libquadmath/configure
    branches/google/gcc-4_6/libssp/ChangeLog
    branches/google/gcc-4_6/libssp/configure
    branches/google/gcc-4_6/libtool.m4
    branches/google/gcc-4_6/lto-plugin/ChangeLog
    branches/google/gcc-4_6/lto-plugin/configure
    branches/google/gcc-4_6/maintainer-scripts/ChangeLog
    branches/google/gcc-4_6/maintainer-scripts/update_web_docs_svn
    branches/google/gcc-4_6/zlib/ChangeLog
    branches/google/gcc-4_6/zlib/configure

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)




More information about the Libstdc++-cvs mailing list