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]

r238449 - in /branches/ibm/stage-vector2: ./ gc...


Author: meissner
Date: Mon Jul 18 21:01:04 2016
New Revision: 238449

URL: https://gcc.gnu.org/viewcvs?rev=238449&root=gcc&view=rev
Log:
Merge up to 238445

Added:
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/any/assign/emplace.cc
      - copied unchanged from r238445, trunk/libstdc++-v3/testsuite/20_util/any/assign/emplace.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/any/cons/in_place.cc
      - copied unchanged from r238445, trunk/libstdc++-v3/testsuite/20_util/any/cons/in_place.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/any/make_any.cc
      - copied unchanged from r238445, trunk/libstdc++-v3/testsuite/20_util/any/make_any.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/any/requirements.cc
      - copied unchanged from r238445, trunk/libstdc++-v3/testsuite/20_util/any/requirements.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/in_place/
      - copied from r238445, trunk/libstdc++-v3/testsuite/20_util/in_place/
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/25_algorithms/clamp/
      - copied from r238445, trunk/libstdc++-v3/testsuite/25_algorithms/clamp/
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_assert.cc
      - copied unchanged from r238445, trunk/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/parallel_algorithm_assert.cc
Modified:
    branches/ibm/stage-vector2/libstdc++-v3/ChangeLog
    branches/ibm/stage-vector2/libstdc++-v3/include/bits/algorithmfwd.h
    branches/ibm/stage-vector2/libstdc++-v3/include/bits/allocated_ptr.h
    branches/ibm/stage-vector2/libstdc++-v3/include/bits/basic_string.h
    branches/ibm/stage-vector2/libstdc++-v3/include/bits/c++config
    branches/ibm/stage-vector2/libstdc++-v3/include/bits/forward_list.h
    branches/ibm/stage-vector2/libstdc++-v3/include/bits/move.h
    branches/ibm/stage-vector2/libstdc++-v3/include/bits/postypes.h
    branches/ibm/stage-vector2/libstdc++-v3/include/bits/stl_algo.h
    branches/ibm/stage-vector2/libstdc++-v3/include/bits/stl_deque.h
    branches/ibm/stage-vector2/libstdc++-v3/include/bits/stl_list.h
    branches/ibm/stage-vector2/libstdc++-v3/include/bits/stl_map.h
    branches/ibm/stage-vector2/libstdc++-v3/include/bits/stl_multimap.h
    branches/ibm/stage-vector2/libstdc++-v3/include/bits/stl_multiset.h
    branches/ibm/stage-vector2/libstdc++-v3/include/bits/stl_set.h
    branches/ibm/stage-vector2/libstdc++-v3/include/bits/stl_vector.h
    branches/ibm/stage-vector2/libstdc++-v3/include/bits/unordered_map.h
    branches/ibm/stage-vector2/libstdc++-v3/include/bits/unordered_set.h
    branches/ibm/stage-vector2/libstdc++-v3/include/debug/bitset
    branches/ibm/stage-vector2/libstdc++-v3/include/experimental/functional
    branches/ibm/stage-vector2/libstdc++-v3/include/experimental/optional
    branches/ibm/stage-vector2/libstdc++-v3/include/ext/pb_ds/detail/type_utils.hpp
    branches/ibm/stage-vector2/libstdc++-v3/include/ext/string_conversions.h
    branches/ibm/stage-vector2/libstdc++-v3/include/parallel/balanced_quicksort.h
    branches/ibm/stage-vector2/libstdc++-v3/include/parallel/compiletime_settings.h
    branches/ibm/stage-vector2/libstdc++-v3/include/parallel/losertree.h
    branches/ibm/stage-vector2/libstdc++-v3/include/parallel/merge.h
    branches/ibm/stage-vector2/libstdc++-v3/include/parallel/multiway_merge.h
    branches/ibm/stage-vector2/libstdc++-v3/include/parallel/partition.h
    branches/ibm/stage-vector2/libstdc++-v3/include/parallel/queue.h
    branches/ibm/stage-vector2/libstdc++-v3/include/parallel/sort.h
    branches/ibm/stage-vector2/libstdc++-v3/include/std/any
    branches/ibm/stage-vector2/libstdc++-v3/include/std/optional
    branches/ibm/stage-vector2/libstdc++-v3/include/std/utility
    branches/ibm/stage-vector2/libstdc++-v3/libsupc++/pbase_type_info.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/any/assign/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/any/assign/self.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/any/cons/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/any/misc/any_cast_neg.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/any/misc/swap.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/any/modifiers/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/optional/constexpr/in_place.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/optional/constexpr/relops/4.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/optional/in_place.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/optional/make_optional.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/optional/relops/1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/optional/relops/2.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/optional/relops/3.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/optional/relops/4.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/20_util/optional/requirements.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/27_io/fpos/14320-1.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/experimental/functional/searchers.cc
    branches/ibm/stage-vector2/libstdc++-v3/testsuite/util/thread/all.h

Changes in other areas also in this revision:
Added:
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/conversion/ambig3.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/conversion/ambig3.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp0x/alias-decl-55.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-55.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp0x/alignas7.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/cpp0x/alignas7.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp0x/constexpr-71828.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-71828.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp0x/constexpr-array17.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array17.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp0x/decltype65.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/cpp0x/decltype65.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp0x/initlist-template1.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/cpp0x/initlist-template1.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp0x/nullptr35.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/cpp0x/nullptr35.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp0x/range-for31.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/cpp0x/range-for31.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp0x/sfinae57.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae57.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp0x/variadic-mangle1.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/cpp0x/variadic-mangle1.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp0x/variadic-mangle1a.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/cpp0x/variadic-mangle1a.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp0x/variadic-mangle2.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/cpp0x/variadic-mangle2.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp0x/variadic-mangle2a.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/cpp0x/variadic-mangle2a.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp0x/variadic-mangle3.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/cpp0x/variadic-mangle3.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp0x/variadic-mangle3a.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/cpp0x/variadic-mangle3a.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp1y/lambda-generic-conv2.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-conv2.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp1z/fold-mangle.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/cpp1z/fold-mangle.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/ext/vector31.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/ext/vector31.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/pr71633.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/pr71633.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/template/defarg21.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/template/defarg21.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/template/pr71826.C
      - copied unchanged from r238445, trunk/gcc/testsuite/g++.dg/template/pr71826.C
    branches/ibm/stage-vector2/gcc/testsuite/gcc.c-torture/compile/pr71872.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.c-torture/compile/pr71872.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/pr24574.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.dg/pr24574.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/pr71104-1.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.dg/pr71104-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/pr71104-2.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.dg/pr71104-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/spellcheck-identifiers-2.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.dg/spellcheck-identifiers-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/spellcheck-identifiers-3.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.dg/spellcheck-identifiers-3.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/stack-layout-dynamic-1.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.dg/stack-layout-dynamic-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/pr71866.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.dg/torture/pr71866.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/pr71881.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.dg/torture/pr71881.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/torture/pr71887.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.dg/torture/pr71887.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-ssa/loop-41.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.dg/tree-ssa/loop-41.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/vect/pr65951.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.dg/vect/pr65951.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/vect/vect-alias-check-2.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.dg/vect/vect-alias-check-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/vect/vect-mult-const-pattern-1.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.dg/vect/vect-mult-const-pattern-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/vect/vect-mult-const-pattern-2.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.dg/vect/vect-mult-const-pattern-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-comp-swap-release-acquire-1.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-comp-swap-release-acquire-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-comp-swap-release-acquire-2.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-comp-swap-release-acquire-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-acq_rel-1.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-op-acq_rel-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-acq_rel-2.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-op-acq_rel-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-acquire-1.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-op-acquire-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-acquire-2.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-op-acquire-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-char-1.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-op-char-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-char-2.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-op-char-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-consume-1.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-op-consume-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-consume-2.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-op-consume-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-int-1.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-op-int-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-int-2.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-op-int-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-relaxed-1.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-op-relaxed-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-relaxed-2.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-op-relaxed-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-release-1.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-op-release-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-release-2.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-op-release-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-seq_cst-1.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-op-seq_cst-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-seq_cst-2.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-op-seq_cst-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-short-1.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-op-short-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-short-2.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/atomic-op-short-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/cbz.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/cbz.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/movdi_movw.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/movdi_movw.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/movhi_movw.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/movhi_movw.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/movsi_movw.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/arm/movsi_movw.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/powerpc/p9-novsx.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/powerpc/p9-novsx.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/s390/nolrl-1.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/s390/nolrl-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/s390/warn-dynamicstack-1.c
      - copied unchanged from r238445, trunk/gcc/testsuite/gcc.target/s390/warn-dynamicstack-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/goacc/vector_length.f90
      - copied unchanged from r238445, trunk/gcc/testsuite/gfortran.dg/goacc/vector_length.f90
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/null_9.f90
      - copied unchanged from r238445, trunk/gcc/testsuite/gfortran.dg/null_9.f90
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/pr62125.f90
      - copied unchanged from r238445, trunk/gcc/testsuite/gfortran.dg/pr62125.f90
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/pr71523_1.f90
      - copied unchanged from r238445, trunk/gcc/testsuite/gfortran.dg/pr71523_1.f90
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/pr71523_2.f90
      - copied unchanged from r238445, trunk/gcc/testsuite/gfortran.dg/pr71523_2.f90
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/select_type_35.f03
      - copied unchanged from r238445, trunk/gcc/testsuite/gfortran.dg/select_type_35.f03
    branches/ibm/stage-vector2/libgomp/testsuite/libgomp.oacc-c-c++-common/zero_length_subarrays.c
      - copied unchanged from r238445, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/zero_length_subarrays.c
    branches/ibm/stage-vector2/libjava/testsuite/libjava.jar/ReturnInvocationHandler.java
      - copied unchanged from r238445, trunk/libjava/testsuite/libjava.jar/ReturnInvocationHandler.java
    branches/ibm/stage-vector2/libjava/testsuite/libjava.jar/ReturnProxyTest.jar
      - copied unchanged from r238445, trunk/libjava/testsuite/libjava.jar/ReturnProxyTest.jar
    branches/ibm/stage-vector2/libjava/testsuite/libjava.jar/ReturnProxyTest.java
      - copied unchanged from r238445, trunk/libjava/testsuite/libjava.jar/ReturnProxyTest.java
    branches/ibm/stage-vector2/libjava/testsuite/libjava.jar/ReturnProxyTest.out
      - copied unchanged from r238445, trunk/libjava/testsuite/libjava.jar/ReturnProxyTest.out
    branches/ibm/stage-vector2/libjava/testsuite/libjava.jar/ReturnProxyTest.xfail
      - copied unchanged from r238445, trunk/libjava/testsuite/libjava.jar/ReturnProxyTest.xfail
    branches/ibm/stage-vector2/libjava/testsuite/libjava.jar/ReturnTypes.java
      - copied unchanged from r238445, trunk/libjava/testsuite/libjava.jar/ReturnTypes.java
    branches/ibm/stage-vector2/libjava/testsuite/libjava.jar/ReturnTypesImpl.java
      - copied unchanged from r238445, trunk/libjava/testsuite/libjava.jar/ReturnTypesImpl.java
    branches/ibm/stage-vector2/libjava/testsuite/libjava.jar/arraysort.jar
      - copied unchanged from r238445, trunk/libjava/testsuite/libjava.jar/arraysort.jar
    branches/ibm/stage-vector2/libjava/testsuite/libjava.jar/arraysort.java
      - copied unchanged from r238445, trunk/libjava/testsuite/libjava.jar/arraysort.java
    branches/ibm/stage-vector2/libjava/testsuite/libjava.jar/arraysort.out
      - copied unchanged from r238445, trunk/libjava/testsuite/libjava.jar/arraysort.out
    branches/ibm/stage-vector2/libjava/testsuite/libjava.jar/arraysort.xfail
      - copied unchanged from r238445, trunk/libjava/testsuite/libjava.jar/arraysort.xfail
Removed:
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-comp-swap-release-acquire.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-acq_rel.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-acquire.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-char.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-consume.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-int.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-relaxed.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-release.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-seq_cst.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/atomic-op-short.c
Modified:
    branches/ibm/stage-vector2/   (props changed)
    branches/ibm/stage-vector2/gcc/ChangeLog
    branches/ibm/stage-vector2/gcc/ChangeLog.meissner
    branches/ibm/stage-vector2/gcc/DATESTAMP
    branches/ibm/stage-vector2/gcc/REVISION
    branches/ibm/stage-vector2/gcc/ada/ChangeLog
    branches/ibm/stage-vector2/gcc/ada/gcc-interface/decl.c
    branches/ibm/stage-vector2/gcc/ada/gcc-interface/trans.c
    branches/ibm/stage-vector2/gcc/auto-profile.c
    branches/ibm/stage-vector2/gcc/c-family/ChangeLog
    branches/ibm/stage-vector2/gcc/c-family/c-common.h
    branches/ibm/stage-vector2/gcc/c-family/c-opts.c
    branches/ibm/stage-vector2/gcc/c/ChangeLog
    branches/ibm/stage-vector2/gcc/c/c-decl.c
    branches/ibm/stage-vector2/gcc/c/c-parser.c
    branches/ibm/stage-vector2/gcc/c/c-typeck.c
    branches/ibm/stage-vector2/gcc/cfgexpand.c
    branches/ibm/stage-vector2/gcc/cgraphunit.c
    branches/ibm/stage-vector2/gcc/common.opt
    branches/ibm/stage-vector2/gcc/config/aarch64/aarch64-cores.def
    branches/ibm/stage-vector2/gcc/config/aarch64/aarch64-cost-tables.h
    branches/ibm/stage-vector2/gcc/config/aarch64/aarch64.c
    branches/ibm/stage-vector2/gcc/config/arm/arm.c
    branches/ibm/stage-vector2/gcc/config/arm/arm.h
    branches/ibm/stage-vector2/gcc/config/arm/arm.md
    branches/ibm/stage-vector2/gcc/config/arm/sync.md
    branches/ibm/stage-vector2/gcc/config/arm/thumb1.md
    branches/ibm/stage-vector2/gcc/config/avr/avr.c
    branches/ibm/stage-vector2/gcc/config/avr/avr.md
    branches/ibm/stage-vector2/gcc/config/avr/constraints.md
    branches/ibm/stage-vector2/gcc/config/avr/predicates.md
    branches/ibm/stage-vector2/gcc/config/i386/i386.c
    branches/ibm/stage-vector2/gcc/config/i386/sse.md
    branches/ibm/stage-vector2/gcc/config/pa/pa.c
    branches/ibm/stage-vector2/gcc/config/pa/pa.md
    branches/ibm/stage-vector2/gcc/config/rs6000/altivec.md
    branches/ibm/stage-vector2/gcc/config/rs6000/rs6000.c
    branches/ibm/stage-vector2/gcc/config/s390/s390.c
    branches/ibm/stage-vector2/gcc/cp/ChangeLog
    branches/ibm/stage-vector2/gcc/cp/call.c
    branches/ibm/stage-vector2/gcc/cp/constexpr.c
    branches/ibm/stage-vector2/gcc/cp/cp-gimplify.c
    branches/ibm/stage-vector2/gcc/cp/cp-tree.h
    branches/ibm/stage-vector2/gcc/cp/init.c
    branches/ibm/stage-vector2/gcc/cp/mangle.c
    branches/ibm/stage-vector2/gcc/cp/operators.def
    branches/ibm/stage-vector2/gcc/cp/parser.c
    branches/ibm/stage-vector2/gcc/cp/pt.c
    branches/ibm/stage-vector2/gcc/cp/semantics.c
    branches/ibm/stage-vector2/gcc/cp/tree.c
    branches/ibm/stage-vector2/gcc/cp/typeck.c
    branches/ibm/stage-vector2/gcc/cp/typeck2.c
    branches/ibm/stage-vector2/gcc/doc/sourcebuild.texi
    branches/ibm/stage-vector2/gcc/explow.c
    branches/ibm/stage-vector2/gcc/explow.h
    branches/ibm/stage-vector2/gcc/expmed.c
    branches/ibm/stage-vector2/gcc/expmed.h
    branches/ibm/stage-vector2/gcc/fortran/ChangeLog
    branches/ibm/stage-vector2/gcc/fortran/openmp.c
    branches/ibm/stage-vector2/gcc/fortran/parse.c
    branches/ibm/stage-vector2/gcc/fortran/simplify.c
    branches/ibm/stage-vector2/gcc/fortran/symbol.c
    branches/ibm/stage-vector2/gcc/fortran/trans-decl.c
    branches/ibm/stage-vector2/gcc/fortran/trans-expr.c
    branches/ibm/stage-vector2/gcc/genextract.c
    branches/ibm/stage-vector2/gcc/genmatch.c
    branches/ibm/stage-vector2/gcc/genrecog.c
    branches/ibm/stage-vector2/gcc/gimple.h
    branches/ibm/stage-vector2/gcc/gimplify.c
    branches/ibm/stage-vector2/gcc/go/gofrontend/MERGE
    branches/ibm/stage-vector2/gcc/go/gofrontend/export.cc
    branches/ibm/stage-vector2/gcc/go/gofrontend/export.h
    branches/ibm/stage-vector2/gcc/go/gofrontend/gogo.cc
    branches/ibm/stage-vector2/gcc/go/gofrontend/import.cc
    branches/ibm/stage-vector2/gcc/go/gofrontend/import.h
    branches/ibm/stage-vector2/gcc/haifa-sched.c
    branches/ibm/stage-vector2/gcc/ipa-inline-transform.c
    branches/ibm/stage-vector2/gcc/ipa.c
    branches/ibm/stage-vector2/gcc/lra-constraints.c
    branches/ibm/stage-vector2/gcc/omp-low.c
    branches/ibm/stage-vector2/gcc/predict.c
    branches/ibm/stage-vector2/gcc/ree.c
    branches/ibm/stage-vector2/gcc/testsuite/ChangeLog
    branches/ibm/stage-vector2/gcc/testsuite/ChangeLog.meissner
    branches/ibm/stage-vector2/gcc/testsuite/c-c++-common/Wduplicated-cond-3.c
    branches/ibm/stage-vector2/gcc/testsuite/c-c++-common/attributes-1.c
    branches/ibm/stage-vector2/gcc/testsuite/c-c++-common/builtin-arith-overflow-2.c
    branches/ibm/stage-vector2/gcc/testsuite/c-c++-common/pr60226.c
    branches/ibm/stage-vector2/gcc/testsuite/c-c++-common/pr68833-1.c
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/abi/macro0.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp0x/conv-tmpl1.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp0x/nullptr21.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/cpp0x/range-for8.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/tree-prof/indir-call-prof.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/tree-prof/morefunc.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/tree-prof/pr35545.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/tree-prof/reorder.C
    branches/ibm/stage-vector2/gcc/testsuite/g++.dg/vect/pr70729.cc
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/diagnostic-token-ranges.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/ipa/pr63551.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/ipa/pr63595.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/ipa/pr64041.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/pr70017.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/spellcheck-identifiers.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/stack-usage-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/20050826-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/cmpsf-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/cold_partition_label.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/ic-misattribution-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/indir-call-prof.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/inliner-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/merge_block.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/stringop-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/stringop-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/switch-case-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/switch-case-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/time-profiler-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/time-profiler-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/update-loopch.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/val-prof-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/val-prof-2.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/val-prof-3.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/val-prof-4.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/val-prof-5.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/val-prof-6.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-prof/val-prof-7.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-ssa/pr71347.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/tree-ssa/scev-8.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/vect/vect-35-big-array.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/vect/vect-35.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.dg/vect/vect-iv-9.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/arm/pr42574.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/powerpc/divkc3-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/powerpc/mulkc3-1.c
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/powerpc/p9-minmax-1.c   (props changed)
    branches/ibm/stage-vector2/gcc/testsuite/gcc.target/powerpc/p9-minmax-2.c   (props changed)
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/bind_c_usage_9.f03
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/contains.f90
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/contains_empty_1.f03
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/ldist-1.f90
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/pr42108.f90
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/submodule_3.f08
    branches/ibm/stage-vector2/gcc/testsuite/gfortran.dg/vect/pr62283.f
    branches/ibm/stage-vector2/gcc/testsuite/lib/profopt.exp
    branches/ibm/stage-vector2/gcc/testsuite/lib/target-supports.exp
    branches/ibm/stage-vector2/gcc/tree-cfg.c
    branches/ibm/stage-vector2/gcc/tree-data-ref.c
    branches/ibm/stage-vector2/gcc/tree-diagnostic.c
    branches/ibm/stage-vector2/gcc/tree-loop-distribution.c
    branches/ibm/stage-vector2/gcc/tree-scalar-evolution.c
    branches/ibm/stage-vector2/gcc/tree-scalar-evolution.h
    branches/ibm/stage-vector2/gcc/tree-ssa-alias.c
    branches/ibm/stage-vector2/gcc/tree-ssa-loop-im.c
    branches/ibm/stage-vector2/gcc/tree-ssa-loop-niter.c
    branches/ibm/stage-vector2/gcc/tree-ssa-loop-niter.h
    branches/ibm/stage-vector2/gcc/tree-ssa-phiopt.c
    branches/ibm/stage-vector2/gcc/tree-ssa-pre.c
    branches/ibm/stage-vector2/gcc/tree-ssa-sccvn.c
    branches/ibm/stage-vector2/gcc/tree-ssa-sccvn.h
    branches/ibm/stage-vector2/gcc/tree-stdarg.c
    branches/ibm/stage-vector2/gcc/tree-vect-data-refs.c
    branches/ibm/stage-vector2/gcc/tree-vect-loop.c
    branches/ibm/stage-vector2/gcc/tree-vect-patterns.c
    branches/ibm/stage-vector2/gcc/tree-vect-stmts.c
    branches/ibm/stage-vector2/gcc/tree.c
    branches/ibm/stage-vector2/gcc/value-prof.c
    branches/ibm/stage-vector2/gcc/varpool.c
    branches/ibm/stage-vector2/libgcc/ChangeLog.meissner
    branches/ibm/stage-vector2/libgomp/ChangeLog
    branches/ibm/stage-vector2/libiberty/ChangeLog
    branches/ibm/stage-vector2/libiberty/cp-demangle.c
    branches/ibm/stage-vector2/libiberty/cplus-dem.c
    branches/ibm/stage-vector2/libiberty/testsuite/demangle-expected
    branches/ibm/stage-vector2/libjava/ChangeLog
    branches/ibm/stage-vector2/libjava/interpret-run.cc
    branches/ibm/stage-vector2/libjava/java/lang/reflect/natVMProxy.cc

Propchange: branches/ibm/stage-vector2/
            ('svn:mergeinfo' added)

Propchange: branches/ibm/stage-vector2/
            ('svnmerge-integrated' modified)

Propchange: branches/ibm/stage-vector2/gcc/testsuite/gcc.target/powerpc/p9-minmax-1.c
            ('svn:mergeinfo' modified)

Propchange: branches/ibm/stage-vector2/gcc/testsuite/gcc.target/powerpc/p9-minmax-2.c
            ('svn:mergeinfo' modified)



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