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]

r198833 - in /branches/gupc: ./ gcc/ChangeLog g...


Author: gfunck
Date: Mon May 13 14:31:18 2013
New Revision: 198833

URL: http://gcc.gnu.org/viewcvs?rev=198833&root=gcc&view=rev
Log:
	Merge trunk version 198815 into gupc branch.

Added:
    branches/gupc/libstdc++-v3/include/profile/unordered_base.h
      - copied unchanged from r198817, trunk/libstdc++-v3/include/profile/unordered_base.h
    branches/gupc/libstdc++-v3/libsupc++/bad_array_length.cc
      - copied unchanged from r198817, trunk/libstdc++-v3/libsupc++/bad_array_length.cc
    branches/gupc/libstdc++-v3/libsupc++/bad_array_new.cc
      - copied unchanged from r198817, trunk/libstdc++-v3/libsupc++/bad_array_new.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/54577.cc
      - copied unchanged from r198817, trunk/libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/54577.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/list/modifiers/erase/
      - copied from r198817, trunk/libstdc++-v3/testsuite/23_containers/list/modifiers/erase/
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/erase/54577.cc
      - copied unchanged from r198817, trunk/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/erase/54577.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/54577.cc
      - copied unchanged from r198817, trunk/libstdc++-v3/testsuite/23_containers/vector/modifiers/erase/54577.cc
    branches/gupc/libstdc++-v3/testsuite/ext/vstring/modifiers/char/54577.cc
      - copied unchanged from r198817, trunk/libstdc++-v3/testsuite/ext/vstring/modifiers/char/54577.cc
    branches/gupc/libstdc++-v3/testsuite/ext/vstring/modifiers/wchar_t/54577.cc
      - copied unchanged from r198817, trunk/libstdc++-v3/testsuite/ext/vstring/modifiers/wchar_t/54577.cc
Modified:
    branches/gupc/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
    branches/gupc/libstdc++-v3/config/abi/pre/gnu.ver
    branches/gupc/libstdc++-v3/include/Makefile.am
    branches/gupc/libstdc++-v3/include/Makefile.in
    branches/gupc/libstdc++-v3/include/bits/atomic_base.h
    branches/gupc/libstdc++-v3/include/bits/deque.tcc
    branches/gupc/libstdc++-v3/include/bits/list.tcc
    branches/gupc/libstdc++-v3/include/bits/stl_bvector.h
    branches/gupc/libstdc++-v3/include/bits/stl_deque.h
    branches/gupc/libstdc++-v3/include/bits/stl_iterator.h
    branches/gupc/libstdc++-v3/include/bits/stl_list.h
    branches/gupc/libstdc++-v3/include/bits/stl_vector.h
    branches/gupc/libstdc++-v3/include/bits/vector.tcc
    branches/gupc/libstdc++-v3/include/debug/deque
    branches/gupc/libstdc++-v3/include/debug/list
    branches/gupc/libstdc++-v3/include/debug/vector
    branches/gupc/libstdc++-v3/include/ext/vstring.h
    branches/gupc/libstdc++-v3/include/profile/deque
    branches/gupc/libstdc++-v3/include/profile/impl/profiler.h
    branches/gupc/libstdc++-v3/include/profile/list
    branches/gupc/libstdc++-v3/include/profile/unordered_map
    branches/gupc/libstdc++-v3/include/profile/unordered_set
    branches/gupc/libstdc++-v3/include/profile/vector
    branches/gupc/libstdc++-v3/libsupc++/Makefile.in
    branches/gupc/libstdc++-v3/libsupc++/cxxabi.h
    branches/gupc/libstdc++-v3/libsupc++/eh_aux_runtime.cc
    branches/gupc/libstdc++-v3/libsupc++/new
    branches/gupc/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/assign_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/insert_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/unordered_multiset/55043.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
    branches/gupc/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
    branches/gupc/libstdc++-v3/testsuite/util/exception/safety.h
    branches/gupc/libstdc++-v3/testsuite/util/testsuite_abi.cc

Changes in other areas also in this revision:
Added:
    branches/gupc/gcc/testsuite/c-c++-common/rotate-1.c
      - copied unchanged from r198817, trunk/gcc/testsuite/c-c++-common/rotate-1.c
    branches/gupc/gcc/testsuite/c-c++-common/rotate-1a.c
      - copied unchanged from r198817, trunk/gcc/testsuite/c-c++-common/rotate-1a.c
    branches/gupc/gcc/testsuite/c-c++-common/rotate-2.c
      - copied unchanged from r198817, trunk/gcc/testsuite/c-c++-common/rotate-2.c
    branches/gupc/gcc/testsuite/c-c++-common/rotate-2a.c
      - copied unchanged from r198817, trunk/gcc/testsuite/c-c++-common/rotate-2a.c
    branches/gupc/gcc/testsuite/c-c++-common/rotate-3.c
      - copied unchanged from r198817, trunk/gcc/testsuite/c-c++-common/rotate-3.c
    branches/gupc/gcc/testsuite/c-c++-common/rotate-3a.c
      - copied unchanged from r198817, trunk/gcc/testsuite/c-c++-common/rotate-3a.c
    branches/gupc/gcc/testsuite/c-c++-common/rotate-4.c
      - copied unchanged from r198817, trunk/gcc/testsuite/c-c++-common/rotate-4.c
    branches/gupc/gcc/testsuite/c-c++-common/rotate-4a.c
      - copied unchanged from r198817, trunk/gcc/testsuite/c-c++-common/rotate-4a.c
    branches/gupc/gcc/testsuite/c-c++-common/vector-scalar-2.c
      - copied unchanged from r198817, trunk/gcc/testsuite/c-c++-common/vector-scalar-2.c
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/alias-decl-34.C
      - copied unchanged from r198817, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-34.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/auto38.C
      - copied unchanged from r198817, trunk/gcc/testsuite/g++.dg/cpp0x/auto38.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/bad_array_new1.C
      - copied unchanged from r198817, trunk/gcc/testsuite/g++.dg/cpp0x/bad_array_new1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/bad_array_new2.C
      - copied unchanged from r198817, trunk/gcc/testsuite/g++.dg/cpp0x/bad_array_new2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr8.C
      - copied unchanged from r198817, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr8.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/initlist70.C
      - copied unchanged from r198817, trunk/gcc/testsuite/g++.dg/cpp0x/initlist70.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr51226.C
      - copied unchanged from r198817, trunk/gcc/testsuite/g++.dg/cpp0x/pr51226.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/vla1.C
      - copied unchanged from r198817, trunk/gcc/testsuite/g++.dg/cpp1y/vla1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/vla2.C
      - copied unchanged from r198817, trunk/gcc/testsuite/g++.dg/cpp1y/vla2.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/vla3.C
      - copied unchanged from r198817, trunk/gcc/testsuite/g++.dg/cpp1y/vla3.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/vla4.C
      - copied unchanged from r198817, trunk/gcc/testsuite/g++.dg/cpp1y/vla4.C
    branches/gupc/gcc/testsuite/g++.dg/cpp1y/vla5.C
      - copied unchanged from r198817, trunk/gcc/testsuite/g++.dg/cpp1y/vla5.C
    branches/gupc/gcc/testsuite/g++.dg/fstack-protector-strong.C
      - copied unchanged from r198817, trunk/gcc/testsuite/g++.dg/fstack-protector-strong.C
    branches/gupc/gcc/testsuite/g++.dg/parse/ref-qual1.C
      - copied unchanged from r198817, trunk/gcc/testsuite/g++.dg/parse/ref-qual1.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr57190.C
      - copied unchanged from r198817, trunk/gcc/testsuite/g++.dg/torture/pr57190.C
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr57108.c
      - copied unchanged from r198817, trunk/gcc/testsuite/gcc.c-torture/compile/pr57108.c
    branches/gupc/gcc/testsuite/gcc.dg/autopar/pr57185.c
      - copied unchanged from r198817, trunk/gcc/testsuite/gcc.dg/autopar/pr57185.c
    branches/gupc/gcc/testsuite/gcc.dg/fstack-protector-strong.c
      - copied unchanged from r198817, trunk/gcc/testsuite/gcc.dg/fstack-protector-strong.c
    branches/gupc/gcc/testsuite/gcc.dg/pr57149.c
      - copied unchanged from r198817, trunk/gcc/testsuite/gcc.dg/pr57149.c
    branches/gupc/gcc/testsuite/gcc.dg/pr57154.c
      - copied unchanged from r198817, trunk/gcc/testsuite/gcc.dg/pr57154.c
    branches/gupc/gcc/testsuite/gcc.dg/pr57184.c
      - copied unchanged from r198817, trunk/gcc/testsuite/gcc.dg/pr57184.c
    branches/gupc/gcc/testsuite/gcc.dg/strlenopt-23.c
      - copied unchanged from r198817, trunk/gcc/testsuite/gcc.dg/strlenopt-23.c
    branches/gupc/gcc/testsuite/gcc.dg/strlenopt-24.c
      - copied unchanged from r198817, trunk/gcc/testsuite/gcc.dg/strlenopt-24.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr57147-1.c
      - copied unchanged from r198817, trunk/gcc/testsuite/gcc.dg/torture/pr57147-1.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr57147-2.c
      - copied unchanged from r198817, trunk/gcc/testsuite/gcc.dg/torture/pr57147-2.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr57147-3.c
      - copied unchanged from r198817, trunk/gcc/testsuite/gcc.dg/torture/pr57147-3.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr57214.c
      - copied unchanged from r198817, trunk/gcc/testsuite/gcc.dg/torture/pr57214.c
    branches/gupc/gcc/testsuite/gcc.dg/vector-shift.c
      - copied unchanged from r198817, trunk/gcc/testsuite/gcc.dg/vector-shift.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/ands_1.c
      - copied unchanged from r198817, trunk/gcc/testsuite/gcc.target/aarch64/ands_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/ands_2.c
      - copied unchanged from r198817, trunk/gcc/testsuite/gcc.target/aarch64/ands_2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/asm-dialect-2.c
      - copied unchanged from r198817, trunk/gcc/testsuite/gcc.target/i386/asm-dialect-2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr57106.c
      - copied unchanged from r198817, trunk/gcc/testsuite/gcc.target/i386/pr57106.c
    branches/gupc/gcc/testsuite/gnat.dg/specs/array3.ads
      - copied unchanged from r198817, trunk/gcc/testsuite/gnat.dg/specs/array3.ads
Removed:
    branches/gupc/gcc/testsuite/gcc.target/sh/pr57108.c
Modified:
    branches/gupc/   (props changed)
    branches/gupc/gcc/ChangeLog
    branches/gupc/gcc/ChangeLog.upc
    branches/gupc/gcc/DATESTAMP
    branches/gupc/gcc/ada/ChangeLog
    branches/gupc/gcc/ada/gcc-interface/decl.c
    branches/gupc/gcc/builtins.def
    branches/gupc/gcc/c-family/ChangeLog
    branches/gupc/gcc/c-family/c-common.c
    branches/gupc/gcc/c-family/c-cppbuiltin.c
    branches/gupc/gcc/calls.c
    branches/gupc/gcc/cfgexpand.c
    branches/gupc/gcc/cgraph.c
    branches/gupc/gcc/cgraph.h
    branches/gupc/gcc/cgraphclones.c
    branches/gupc/gcc/common.opt
    branches/gupc/gcc/config.in
    branches/gupc/gcc/config/aarch64/aarch64-protos.h
    branches/gupc/gcc/config/aarch64/aarch64-simd.md
    branches/gupc/gcc/config/aarch64/aarch64.c
    branches/gupc/gcc/config/aarch64/aarch64.md
    branches/gupc/gcc/config/arm/arm.c
    branches/gupc/gcc/config/arm/linux-eabi.h
    branches/gupc/gcc/config/arm/t-rtems-eabi
    branches/gupc/gcc/config/epiphany/epiphany.c
    branches/gupc/gcc/config/epiphany/epiphany.h
    branches/gupc/gcc/config/epiphany/epiphany.md
    branches/gupc/gcc/config/i386/i386.c
    branches/gupc/gcc/config/i386/i386.md
    branches/gupc/gcc/config/i386/mmx.md
    branches/gupc/gcc/config/i386/sse.md
    branches/gupc/gcc/config/i386/winnt.c
    branches/gupc/gcc/config/mips/constraints.md
    branches/gupc/gcc/config/mips/mips-protos.h
    branches/gupc/gcc/config/mips/mips.c
    branches/gupc/gcc/config/mips/mips.md
    branches/gupc/gcc/config/mips/predicates.md
    branches/gupc/gcc/config/rs6000/rs6000.c
    branches/gupc/gcc/config/sh/sh.md
    branches/gupc/gcc/config/v850/t-rtems
    branches/gupc/gcc/configure
    branches/gupc/gcc/configure.ac
    branches/gupc/gcc/convert.c
    branches/gupc/gcc/cp/ChangeLog
    branches/gupc/gcc/cp/call.c
    branches/gupc/gcc/cp/cp-tree.h
    branches/gupc/gcc/cp/decl.c
    branches/gupc/gcc/cp/error.c
    branches/gupc/gcc/cp/except.c
    branches/gupc/gcc/cp/init.c
    branches/gupc/gcc/cp/parser.c
    branches/gupc/gcc/cp/pt.c
    branches/gupc/gcc/cp/rtti.c
    branches/gupc/gcc/cp/semantics.c
    branches/gupc/gcc/cp/tree.c
    branches/gupc/gcc/cp/typeck.c
    branches/gupc/gcc/cp/typeck2.c
    branches/gupc/gcc/doc/cpp.texi
    branches/gupc/gcc/doc/invoke.texi
    branches/gupc/gcc/doc/tm.texi
    branches/gupc/gcc/doc/tm.texi.in
    branches/gupc/gcc/double-int.c
    branches/gupc/gcc/double-int.h
    branches/gupc/gcc/expmed.c
    branches/gupc/gcc/expr.c
    branches/gupc/gcc/final.c
    branches/gupc/gcc/fold-const.c
    branches/gupc/gcc/gcc.c
    branches/gupc/gcc/gensupport.c
    branches/gupc/gcc/gimple-fold.c
    branches/gupc/gcc/gimple-ssa-strength-reduction.c
    branches/gupc/gcc/gimple.c
    branches/gupc/gcc/gimplify.c
    branches/gupc/gcc/intl.h
    branches/gupc/gcc/ipa.c
    branches/gupc/gcc/ira.c
    branches/gupc/gcc/java/ChangeLog
    branches/gupc/gcc/java/class.c
    branches/gupc/gcc/jump.c
    branches/gupc/gcc/lra-assigns.c
    branches/gupc/gcc/lra-constraints.c
    branches/gupc/gcc/lra-eliminations.c
    branches/gupc/gcc/lto-cgraph.c
    branches/gupc/gcc/lto-symtab.c
    branches/gupc/gcc/lto/ChangeLog
    branches/gupc/gcc/lto/lto-partition.c
    branches/gupc/gcc/lto/lto-partition.h
    branches/gupc/gcc/lto/lto.c
    branches/gupc/gcc/machmode.h
    branches/gupc/gcc/reorg.c
    branches/gupc/gcc/rtl.h
    branches/gupc/gcc/stor-layout.c
    branches/gupc/gcc/symtab.c
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/c-c++-common/asan/clone-test-1.c
    branches/gupc/gcc/testsuite/c-c++-common/asan/heap-overflow-1.c
    branches/gupc/gcc/testsuite/c-c++-common/asan/null-deref-1.c
    branches/gupc/gcc/testsuite/c-c++-common/asan/rlimit-mmap-test-1.c
    branches/gupc/gcc/testsuite/c-c++-common/asan/stack-overflow-1.c
    branches/gupc/gcc/testsuite/c-c++-common/asan/strncpy-overflow-1.c
    branches/gupc/gcc/testsuite/c-c++-common/asan/use-after-free-1.c
    branches/gupc/gcc/testsuite/g++.dg/asan/deep-thread-stack-1.C
    branches/gupc/gcc/testsuite/g++.dg/asan/large-func-test-1.C
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/initlist21.C
    branches/gupc/gcc/testsuite/g++.dg/ext/vla4.C
    branches/gupc/gcc/testsuite/g++.dg/init/array24.C
    branches/gupc/gcc/testsuite/g++.dg/init/new40.C
    branches/gupc/gcc/testsuite/g++.dg/template/crash106.C
    branches/gupc/gcc/testsuite/g++.dg/template/crash112.C
    branches/gupc/gcc/testsuite/g++.dg/template/crash84.C
    branches/gupc/gcc/testsuite/g++.dg/template/dependent-args1.C
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/slsr-32.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/slsr-33.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/slsr-34.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/slsr-35.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/slsr-36.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/slsr-37.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/slsr-38.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/scalar_intrinsics.c
    branches/gupc/gcc/testsuite/gcc.target/i386/avx256-unaligned-load-2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/l_fma_double_1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/l_fma_double_2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/l_fma_double_3.c
    branches/gupc/gcc/testsuite/gcc.target/i386/l_fma_double_4.c
    branches/gupc/gcc/testsuite/gcc.target/i386/l_fma_double_5.c
    branches/gupc/gcc/testsuite/gcc.target/i386/l_fma_double_6.c
    branches/gupc/gcc/testsuite/gcc.target/i386/l_fma_float_1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/l_fma_float_2.c
    branches/gupc/gcc/testsuite/gcc.target/i386/l_fma_float_3.c
    branches/gupc/gcc/testsuite/gcc.target/i386/l_fma_float_4.c
    branches/gupc/gcc/testsuite/gcc.target/i386/l_fma_float_5.c
    branches/gupc/gcc/testsuite/gcc.target/i386/l_fma_float_6.c
    branches/gupc/gcc/testsuite/gcc.target/i386/rotate-1.c
    branches/gupc/gcc/testsuite/lib/target-supports.exp
    branches/gupc/gcc/tree-cfg.c
    branches/gupc/gcc/tree-cfgcleanup.c
    branches/gupc/gcc/tree-eh.c
    branches/gupc/gcc/tree-inline.c
    branches/gupc/gcc/tree-parloops.c
    branches/gupc/gcc/tree-ssa-forwprop.c
    branches/gupc/gcc/tree-ssa-loop-ivcanon.c
    branches/gupc/gcc/tree-ssa-loop-niter.c
    branches/gupc/gcc/tree-ssa-sccvn.c
    branches/gupc/gcc/tree-ssa-strlen.c
    branches/gupc/gcc/tree-ssa-uninit.c
    branches/gupc/gcc/tree-vect-data-refs.c
    branches/gupc/gcc/tree-vect-loop-manip.c
    branches/gupc/gcc/tree-vect-loop.c
    branches/gupc/gcc/tree.c
    branches/gupc/gcc/tree.h
    branches/gupc/gcc/varasm.c
    branches/gupc/libgcc/ChangeLog
    branches/gupc/libgcc/config/i386/cygming-crtbegin.c
    branches/gupc/libiberty/ChangeLog
    branches/gupc/libiberty/hashtab.c
    branches/gupc/libsanitizer/ChangeLog
    branches/gupc/libsanitizer/configure.tgt

Propchange: branches/gupc/
            ('svn:mergeinfo' modified)



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