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]

r192327 - in /branches/cilkplus: ./ ChangeLog M...


Author: bviyer
Date: Wed Oct 10 19:12:49 2012
New Revision: 192327

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192327
Log:
Merged with trunk at revision 192287.

Added:
    branches/cilkplus/libstdc++-v3/libsupc++/atexit_thread.cc
      - copied unchanged from r192287, trunk/libstdc++-v3/libsupc++/atexit_thread.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/common_type/requirements/sfinae_friendly_1.cc
      - copied unchanged from r192287, trunk/libstdc++-v3/testsuite/20_util/common_type/requirements/sfinae_friendly_1.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/common_type/requirements/sfinae_friendly_2.cc
      - copied unchanged from r192287, trunk/libstdc++-v3/testsuite/20_util/common_type/requirements/sfinae_friendly_2.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/duration/requirements/sfinae_friendly_1.cc
      - copied unchanged from r192287, trunk/libstdc++-v3/testsuite/20_util/duration/requirements/sfinae_friendly_1.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/result_of/sfinae_friendly_1.cc
      - copied unchanged from r192287, trunk/libstdc++-v3/testsuite/20_util/result_of/sfinae_friendly_1.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/result_of/sfinae_friendly_2.cc
      - copied unchanged from r192287, trunk/libstdc++-v3/testsuite/20_util/result_of/sfinae_friendly_2.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/array/requirements/non_default_constructible.cc
      - copied unchanged from r192287, trunk/libstdc++-v3/testsuite/23_containers/array/requirements/non_default_constructible.cc
    branches/cilkplus/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/54686.c
      - copied unchanged from r192287, trunk/libstdc++-v3/testsuite/26_numerics/headers/cstdlib/54686.c
    branches/cilkplus/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/
      - copied from r192287, trunk/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/
    branches/cilkplus/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/default.cc
      - copied unchanged from r192287, trunk/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/default.cc
    branches/cilkplus/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/raw_string.cc
      - copied unchanged from r192287, trunk/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/raw_string.cc
    branches/cilkplus/libstdc++-v3/testsuite/util/testsuite_regex.h
      - copied unchanged from r192287, trunk/libstdc++-v3/testsuite/util/testsuite_regex.h
Removed:
    branches/cilkplus/libstdc++-v3/testsuite/28_regex/algorithms/match/
    branches/cilkplus/libstdc++-v3/testsuite/28_regex/basic_regex/regex.cc
Modified:
    branches/cilkplus/libstdc++-v3/ChangeLog
    branches/cilkplus/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver
    branches/cilkplus/libstdc++-v3/config/abi/pre/gnu.ver
    branches/cilkplus/libstdc++-v3/config/cpu/i486/opt/ext/opt_random.h
    branches/cilkplus/libstdc++-v3/include/bits/atomic_base.h
    branches/cilkplus/libstdc++-v3/include/c_global/ccomplex
    branches/cilkplus/libstdc++-v3/include/c_global/cfloat
    branches/cilkplus/libstdc++-v3/include/c_global/cstdint
    branches/cilkplus/libstdc++-v3/include/c_global/cstdlib
    branches/cilkplus/libstdc++-v3/include/c_global/cwctype
    branches/cilkplus/libstdc++-v3/include/c_std/cstdlib
    branches/cilkplus/libstdc++-v3/include/ext/concurrence.h
    branches/cilkplus/libstdc++-v3/include/ext/random
    branches/cilkplus/libstdc++-v3/include/ext/random.tcc
    branches/cilkplus/libstdc++-v3/include/parallel/compatibility.h
    branches/cilkplus/libstdc++-v3/include/std/array
    branches/cilkplus/libstdc++-v3/include/std/chrono
    branches/cilkplus/libstdc++-v3/include/std/mutex
    branches/cilkplus/libstdc++-v3/include/std/type_traits
    branches/cilkplus/libstdc++-v3/include/tr2/dynamic_bitset
    branches/cilkplus/libstdc++-v3/libsupc++/Makefile.am
    branches/cilkplus/libstdc++-v3/libsupc++/Makefile.in
    branches/cilkplus/libstdc++-v3/libsupc++/cxxabi.h
    branches/cilkplus/libstdc++-v3/src/c++98/compatibility-list-2.cc   (props changed)
    branches/cilkplus/libstdc++-v3/testsuite/20_util/common_type/requirements/typedefs-1.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/declval/requirements/1_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg1.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg2.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg3.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/shared_ptr/cons/43820_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/20_util/specialized_algorithms/uninitialized_copy/808590.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/array/requirements/zero_sized_arrays.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_neg.cc
    branches/cilkplus/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/copy.cc
    branches/cilkplus/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/default.cc
    branches/cilkplus/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed1.cc
    branches/cilkplus/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed2.cc
    branches/cilkplus/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/cons/seed_seq.cc
    branches/cilkplus/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/equal.cc
    branches/cilkplus/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/inequal.cc
    branches/cilkplus/libstdc++-v3/testsuite/ext/random/simd_fast_mersenne_twister_engine/operators/serialize.cc
    branches/cilkplus/libstdc++-v3/testsuite/lib/dg-options.exp
    branches/cilkplus/libstdc++-v3/testsuite/lib/libstdc++.exp
    branches/cilkplus/libstdc++-v3/testsuite/util/testsuite_abi.cc

Changes in other areas also in this revision:
Added:
    branches/cilkplus/gcc/testsuite/c-c++-common/convert-vec-1.c
      - copied unchanged from r192287, trunk/gcc/testsuite/c-c++-common/convert-vec-1.c
    branches/cilkplus/gcc/testsuite/c-c++-common/cpp/diagnostic-pragma-1.c
      - copied unchanged from r192287, trunk/gcc/testsuite/c-c++-common/cpp/diagnostic-pragma-1.c
    branches/cilkplus/gcc/testsuite/c-c++-common/init-vec-1.c
      - copied unchanged from r192287, trunk/gcc/testsuite/c-c++-common/init-vec-1.c
    branches/cilkplus/gcc/testsuite/c-c++-common/pr33763.c
      - copied unchanged from r192287, trunk/gcc/testsuite/c-c++-common/pr33763.c
    branches/cilkplus/gcc/testsuite/c-c++-common/scal-to-vec1.c
      - copied unchanged from r192287, trunk/gcc/testsuite/c-c++-common/scal-to-vec1.c
    branches/cilkplus/gcc/testsuite/c-c++-common/scal-to-vec2.c
      - copied unchanged from r192287, trunk/gcc/testsuite/c-c++-common/scal-to-vec2.c
    branches/cilkplus/gcc/testsuite/c-c++-common/torture/vector-shift1.c
      - copied unchanged from r192287, trunk/gcc/testsuite/c-c++-common/torture/vector-shift1.c
    branches/cilkplus/gcc/testsuite/c-c++-common/vector-scalar.c
      - copied unchanged from r192287, trunk/gcc/testsuite/c-c++-common/vector-scalar.c
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/alias-decl-23.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-23.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/constexpr-ref4.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-ref4.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/decltype43.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/decltype43.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/decltype44.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/decltype44.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/defaulted38.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted38.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-1.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-1.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-10.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-10.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-11.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-11.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-12.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-12.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-13.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-13.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-14.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-14.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-15.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-15.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-16.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-16.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-17.2.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-17.2.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-17.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-17.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-18.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-18.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-19.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-19.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-2-1.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-2-1.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-2.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-2.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-20.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-20.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-21.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-21.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-22.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-22.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-23.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-23.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-24.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-24.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-25.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-25.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-26.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-26.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-27.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-27.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-28.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-28.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-29.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-29.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-3.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-3.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-30.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-30.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-31.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-31.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-32.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-32.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-33.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-33.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-34.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-34.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-35.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-35.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-36-1.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-36-1.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-36.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-36.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-37.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-37.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-38.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-38.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-39-1.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-39-1.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-39.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-39.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-4.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-4.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-40.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-40.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-41.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-41.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-42.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-42.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-43.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-43.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-44.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-44.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-45.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-45.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-46.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-46.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-47-1.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-47-1.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-47.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-47.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-48.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-48.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-49.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-49.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-5.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-5.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-50.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-50.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-51.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-51.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-52.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-52.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-53.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-53.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-6.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-6.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-7.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-7.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-8.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-8.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/gen-attrs-9.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-9.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice8.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice8.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/pr54323.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/pr54323.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/stddef.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/stddef.C
    branches/cilkplus/gcc/testsuite/g++.dg/cpp0x/stdint.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/cpp0x/stdint.C
    branches/cilkplus/gcc/testsuite/g++.dg/debug/pr54831.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/debug/pr54831.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/builtin30.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/ext/builtin30.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/vector18.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/ext/vector18.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/vla12.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/ext/vla12.C
    branches/cilkplus/gcc/testsuite/g++.dg/gomp/tls-5.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/gomp/tls-5.C
    branches/cilkplus/gcc/testsuite/g++.dg/gomp/tls-wrap1.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/gomp/tls-wrap1.C
    branches/cilkplus/gcc/testsuite/g++.dg/gomp/tls-wrap2.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/gomp/tls-wrap2.C
    branches/cilkplus/gcc/testsuite/g++.dg/gomp/tls-wrap3.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/gomp/tls-wrap3.C
    branches/cilkplus/gcc/testsuite/g++.dg/gomp/tls-wrap4.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/gomp/tls-wrap4.C
    branches/cilkplus/gcc/testsuite/g++.dg/gomp/tls-wrapper-cse.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/gomp/tls-wrapper-cse.C
    branches/cilkplus/gcc/testsuite/g++.dg/lto/v1-plugin-api-not-supported_0.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/lto/v1-plugin-api-not-supported_0.C
    branches/cilkplus/gcc/testsuite/g++.dg/other/dump-ada-spec-1.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/other/dump-ada-spec-1.C
    branches/cilkplus/gcc/testsuite/g++.dg/predict-loop-exit-1.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/predict-loop-exit-1.C
    branches/cilkplus/gcc/testsuite/g++.dg/predict-loop-exit-2.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/predict-loop-exit-2.C
    branches/cilkplus/gcc/testsuite/g++.dg/predict-loop-exit-3.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/predict-loop-exit-3.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/friend53.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/template/friend53.C
    branches/cilkplus/gcc/testsuite/g++.dg/template/pr54858.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/template/pr54858.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local-cse.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local-cse.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local-order1.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local-order1.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local-order2.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local-order2.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local-wrap1.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local-wrap1.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local-wrap2.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local-wrap2.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local-wrap3.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local-wrap3.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local-wrap4.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local-wrap4.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local1.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local1.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local2.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local2.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local2g.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local2g.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local3.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local3.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local3g.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local3g.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local4.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local4.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local4g.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local4g.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local5.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local5.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local5g.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local5g.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local6.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local6.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local6g.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local6g.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local7.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local7.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/thread_local7g.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/tls/thread_local7g.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/Wsizeof-pointer-memaccess1.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/torture/Wsizeof-pointer-memaccess1.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/Wsizeof-pointer-memaccess2.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/torture/Wsizeof-pointer-memaccess2.C
    branches/cilkplus/gcc/testsuite/g++.dg/torture/pr54735.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/torture/pr54735.C
    branches/cilkplus/gcc/testsuite/g++.dg/warn/Wparentheses-27.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/warn/Wparentheses-27.C
    branches/cilkplus/gcc/testsuite/g++.dg/warn/Wsign-compare-5.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/warn/Wsign-compare-5.C
    branches/cilkplus/gcc/testsuite/g++.dg/warn/Wsizeof-pointer-memaccess-1.C
      - copied unchanged from r192287, trunk/gcc/testsuite/g++.dg/warn/Wsizeof-pointer-memaccess-1.C
    branches/cilkplus/gcc/testsuite/gcc.dg/builtins-85.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.dg/builtins-85.c
    branches/cilkplus/gcc/testsuite/gcc.dg/dump-ada-spec-1.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.dg/dump-ada-spec-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/guality/pr54519-1.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.dg/guality/pr54519-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/guality/pr54519-2.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.dg/guality/pr54519-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/guality/pr54519-3.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.dg/guality/pr54519-3.c
    branches/cilkplus/gcc/testsuite/gcc.dg/guality/pr54519-4.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.dg/guality/pr54519-4.c
    branches/cilkplus/gcc/testsuite/gcc.dg/guality/pr54519-5.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.dg/guality/pr54519-5.c
    branches/cilkplus/gcc/testsuite/gcc.dg/guality/pr54519-6.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.dg/guality/pr54519-6.c
    branches/cilkplus/gcc/testsuite/gcc.dg/guality/pr54551.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.dg/guality/pr54551.c
    branches/cilkplus/gcc/testsuite/gcc.dg/lto/resolutions_0.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.dg/lto/resolutions_0.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr53397-1.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.dg/pr53397-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr53397-2.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.dg/pr53397-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr54087.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.dg/pr54087.c
    branches/cilkplus/gcc/testsuite/gcc.dg/pr54782.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.dg/pr54782.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/vrp85.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp85.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr54400.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.target/i386/pr54400.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr54457.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.target/i386/pr54457.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/mips32-dsp-accinit-1.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.target/mips/mips32-dsp-accinit-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/mips32-dsp-accinit-2.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.target/mips/mips32-dsp-accinit-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr51244-12.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.target/sh/pr51244-12.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr54685.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.target/sh/pr54685.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr54760-1.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.target/sh/pr54760-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr54760-2.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.target/sh/pr54760-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/pr54760-3.c
      - copied unchanged from r192287, trunk/gcc/testsuite/gcc.target/sh/pr54760-3.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/class_53.f90
      - copied unchanged from r192287, trunk/gcc/testsuite/gfortran.dg/class_53.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/generic_25.f90
      - copied unchanged from r192287, trunk/gcc/testsuite/gfortran.dg/generic_25.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/generic_26.f90
      - copied unchanged from r192287, trunk/gcc/testsuite/gfortran.dg/generic_26.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/generic_27.f90
      - copied unchanged from r192287, trunk/gcc/testsuite/gfortran.dg/generic_27.f90
    branches/cilkplus/gcc/testsuite/gfortran.dg/typebound_operator_17.f90
      - copied unchanged from r192287, trunk/gcc/testsuite/gfortran.dg/typebound_operator_17.f90
    branches/cilkplus/libgcc/config/sh/linux-atomic.c
      - copied unchanged from r192287, trunk/libgcc/config/sh/linux-atomic.c
    branches/cilkplus/libgo/go/compress/flate/reader_test.go
      - copied unchanged from r192287, trunk/libgo/go/compress/flate/reader_test.go
    branches/cilkplus/libgo/go/net/net_posix.go
      - copied unchanged from r192287, trunk/libgo/go/net/net_posix.go
    branches/cilkplus/libgomp/testsuite/libgomp.c++/tls-init1.C
      - copied unchanged from r192287, trunk/libgomp/testsuite/libgomp.c++/tls-init1.C
Removed:
    branches/cilkplus/gcc/testsuite/gcc.c-torture/execute/vector-shift1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/convert-vec-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/init-vec-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/scal-to-vec1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/scal-to-vec2.c
    branches/cilkplus/libgcc/config/sh/linux-atomic.S
Modified:
    branches/cilkplus/   (props changed)
    branches/cilkplus/ChangeLog
    branches/cilkplus/MAINTAINERS
    branches/cilkplus/contrib/ChangeLog
    branches/cilkplus/contrib/check_GNU_style.sh
    branches/cilkplus/contrib/testsuite-management/x86_64-unknown-linux-gnu.xfail
    branches/cilkplus/gcc/ChangeLog
    branches/cilkplus/gcc/DATESTAMP
    branches/cilkplus/gcc/Makefile.in
    branches/cilkplus/gcc/ada/ChangeLog
    branches/cilkplus/gcc/ada/aspects.ads
    branches/cilkplus/gcc/ada/bindgen.adb
    branches/cilkplus/gcc/ada/checks.adb
    branches/cilkplus/gcc/ada/checks.ads
    branches/cilkplus/gcc/ada/debug.adb
    branches/cilkplus/gcc/ada/einfo.adb
    branches/cilkplus/gcc/ada/einfo.ads
    branches/cilkplus/gcc/ada/errout.adb
    branches/cilkplus/gcc/ada/errout.ads
    branches/cilkplus/gcc/ada/exp_aggr.adb
    branches/cilkplus/gcc/ada/exp_attr.adb
    branches/cilkplus/gcc/ada/exp_ch2.adb
    branches/cilkplus/gcc/ada/exp_ch3.adb
    branches/cilkplus/gcc/ada/exp_ch4.adb
    branches/cilkplus/gcc/ada/exp_ch4.ads
    branches/cilkplus/gcc/ada/exp_ch5.adb
    branches/cilkplus/gcc/ada/exp_ch6.adb
    branches/cilkplus/gcc/ada/exp_ch6.ads
    branches/cilkplus/gcc/ada/exp_ch7.adb
    branches/cilkplus/gcc/ada/exp_ch9.adb
    branches/cilkplus/gcc/ada/exp_disp.adb
    branches/cilkplus/gcc/ada/exp_imgv.adb
    branches/cilkplus/gcc/ada/exp_intr.adb
    branches/cilkplus/gcc/ada/exp_util.adb
    branches/cilkplus/gcc/ada/exp_util.ads
    branches/cilkplus/gcc/ada/expander.adb
    branches/cilkplus/gcc/ada/freeze.adb
    branches/cilkplus/gcc/ada/g-comlin.adb
    branches/cilkplus/gcc/ada/g-socket.adb
    branches/cilkplus/gcc/ada/g-socket.ads
    branches/cilkplus/gcc/ada/gcc-interface/Make-lang.in
    branches/cilkplus/gcc/ada/gcc-interface/decl.c
    branches/cilkplus/gcc/ada/gcc-interface/trans.c
    branches/cilkplus/gcc/ada/gnat1drv.adb
    branches/cilkplus/gcc/ada/gnat_rm.texi
    branches/cilkplus/gcc/ada/gnat_ugn.texi
    branches/cilkplus/gcc/ada/gnatcmd.adb
    branches/cilkplus/gcc/ada/gprep.adb
    branches/cilkplus/gcc/ada/init.c
    branches/cilkplus/gcc/ada/layout.adb
    branches/cilkplus/gcc/ada/lib-xref.adb
    branches/cilkplus/gcc/ada/make.adb
    branches/cilkplus/gcc/ada/makeutl.adb
    branches/cilkplus/gcc/ada/makeutl.ads
    branches/cilkplus/gcc/ada/opt.ads
    branches/cilkplus/gcc/ada/osint.adb
    branches/cilkplus/gcc/ada/par-ch4.adb
    branches/cilkplus/gcc/ada/par.adb
    branches/cilkplus/gcc/ada/par_sco.adb
    branches/cilkplus/gcc/ada/prep.adb
    branches/cilkplus/gcc/ada/prepcomp.adb
    branches/cilkplus/gcc/ada/prj-part.adb
    branches/cilkplus/gcc/ada/prj-proc.adb
    branches/cilkplus/gcc/ada/prj-util.adb
    branches/cilkplus/gcc/ada/projects.texi
    branches/cilkplus/gcc/ada/rtsfind.ads
    branches/cilkplus/gcc/ada/s-bignum.adb
    branches/cilkplus/gcc/ada/s-bignum.ads
    branches/cilkplus/gcc/ada/s-exnllf.adb
    branches/cilkplus/gcc/ada/s-exnllf.ads
    branches/cilkplus/gcc/ada/s-oscons-tmplt.c
    branches/cilkplus/gcc/ada/s-spsufi.adb
    branches/cilkplus/gcc/ada/s-spsufi.ads
    branches/cilkplus/gcc/ada/s-stposu.adb
    branches/cilkplus/gcc/ada/s-stposu.ads
    branches/cilkplus/gcc/ada/s-tassta.adb
    branches/cilkplus/gcc/ada/scans.ads
    branches/cilkplus/gcc/ada/scng.adb
    branches/cilkplus/gcc/ada/scos.ads
    branches/cilkplus/gcc/ada/sem.adb
    branches/cilkplus/gcc/ada/sem_aggr.adb
    branches/cilkplus/gcc/ada/sem_attr.adb
    branches/cilkplus/gcc/ada/sem_ch10.adb
    branches/cilkplus/gcc/ada/sem_ch13.adb
    branches/cilkplus/gcc/ada/sem_ch13.ads
    branches/cilkplus/gcc/ada/sem_ch3.adb
    branches/cilkplus/gcc/ada/sem_ch4.adb
    branches/cilkplus/gcc/ada/sem_ch4.ads
    branches/cilkplus/gcc/ada/sem_ch5.adb
    branches/cilkplus/gcc/ada/sem_ch6.adb
    branches/cilkplus/gcc/ada/sem_ch7.adb
    branches/cilkplus/gcc/ada/sem_ch8.adb
    branches/cilkplus/gcc/ada/sem_ch9.adb
    branches/cilkplus/gcc/ada/sem_dim.adb
    branches/cilkplus/gcc/ada/sem_dim.ads
    branches/cilkplus/gcc/ada/sem_elab.adb
    branches/cilkplus/gcc/ada/sem_eval.adb
    branches/cilkplus/gcc/ada/sem_eval.ads
    branches/cilkplus/gcc/ada/sem_prag.adb
    branches/cilkplus/gcc/ada/sem_res.adb
    branches/cilkplus/gcc/ada/sem_type.adb
    branches/cilkplus/gcc/ada/sem_util.adb
    branches/cilkplus/gcc/ada/sem_util.ads
    branches/cilkplus/gcc/ada/sinfo.adb
    branches/cilkplus/gcc/ada/sinfo.ads
    branches/cilkplus/gcc/ada/sprint.adb
    branches/cilkplus/gcc/ada/sprint.ads
    branches/cilkplus/gcc/ada/style.ads
    branches/cilkplus/gcc/ada/styleg.adb
    branches/cilkplus/gcc/ada/styleg.ads
    branches/cilkplus/gcc/ada/stylesw.ads
    branches/cilkplus/gcc/ada/switch-c.adb
    branches/cilkplus/gcc/ada/switch-m.adb
    branches/cilkplus/gcc/ada/switch.ads
    branches/cilkplus/gcc/ada/types.ads
    branches/cilkplus/gcc/ada/ug_words
    branches/cilkplus/gcc/ada/uintp.ads
    branches/cilkplus/gcc/ada/usage.adb
    branches/cilkplus/gcc/ada/vms_data.ads
    branches/cilkplus/gcc/attribs.c
    branches/cilkplus/gcc/basic-block.h
    branches/cilkplus/gcc/bitmap.c
    branches/cilkplus/gcc/bitmap.h
    branches/cilkplus/gcc/builtin-attrs.def
    branches/cilkplus/gcc/builtins.def
    branches/cilkplus/gcc/c-family/ChangeLog
    branches/cilkplus/gcc/c-family/c-ada-spec.c
    branches/cilkplus/gcc/c-family/c-common.c
    branches/cilkplus/gcc/c-family/c-common.h
    branches/cilkplus/gcc/c-family/c.opt
    branches/cilkplus/gcc/c/ChangeLog
    branches/cilkplus/gcc/c/Make-lang.in
    branches/cilkplus/gcc/c/c-decl.c
    branches/cilkplus/gcc/c/c-typeck.c
    branches/cilkplus/gcc/cfg.c
    branches/cilkplus/gcc/cfgexpand.c
    branches/cilkplus/gcc/cfghooks.c
    branches/cilkplus/gcc/cfghooks.h
    branches/cilkplus/gcc/cfgloop.h
    branches/cilkplus/gcc/cfgrtl.c
    branches/cilkplus/gcc/cgraph.c
    branches/cilkplus/gcc/common.opt
    branches/cilkplus/gcc/config.gcc
    branches/cilkplus/gcc/config/avr/avr.h
    branches/cilkplus/gcc/config/avr/avr.md
    branches/cilkplus/gcc/config/avr/avr.opt
    branches/cilkplus/gcc/config/avr/predicates.md
    branches/cilkplus/gcc/config/darwin-c.c
    branches/cilkplus/gcc/config/darwin.c
    branches/cilkplus/gcc/config/h8300/h8300.c
    branches/cilkplus/gcc/config/i386/athlon.md
    branches/cilkplus/gcc/config/i386/atom.md
    branches/cilkplus/gcc/config/i386/bdver1.md
    branches/cilkplus/gcc/config/i386/core2.md
    branches/cilkplus/gcc/config/i386/driver-i386.c
    branches/cilkplus/gcc/config/i386/i386.c
    branches/cilkplus/gcc/config/i386/i386.md
    branches/cilkplus/gcc/config/i386/ppro.md
    branches/cilkplus/gcc/config/i386/sse.md
    branches/cilkplus/gcc/config/m68k/m68k.md
    branches/cilkplus/gcc/config/mcore/mcore.c
    branches/cilkplus/gcc/config/mcore/mcore.md
    branches/cilkplus/gcc/config/mips/mips-protos.h
    branches/cilkplus/gcc/config/mips/mips.c
    branches/cilkplus/gcc/config/mips/mips.md
    branches/cilkplus/gcc/config/mmix/mmix.c
    branches/cilkplus/gcc/config/pa/pa.md
    branches/cilkplus/gcc/config/rs6000/rs6000.c
    branches/cilkplus/gcc/config/rs6000/t-rs6000
    branches/cilkplus/gcc/config/rx/rx.c
    branches/cilkplus/gcc/config/rx/rx.opt
    branches/cilkplus/gcc/config/sh/predicates.md
    branches/cilkplus/gcc/config/sh/sh-c.c
    branches/cilkplus/gcc/config/sh/sh-protos.h
    branches/cilkplus/gcc/config/sh/sh.c
    branches/cilkplus/gcc/config/sh/sh.h
    branches/cilkplus/gcc/config/sh/sh.md
    branches/cilkplus/gcc/config/sparc/niagara.md
    branches/cilkplus/gcc/config/sparc/niagara2.md
    branches/cilkplus/gcc/config/sparc/niagara4.md
    branches/cilkplus/gcc/config/sparc/sparc.md
    branches/cilkplus/gcc/config/sparc/ultra1_2.md
    branches/cilkplus/gcc/config/sparc/ultra3.md
    branches/cilkplus/gcc/configure
    branches/cilkplus/gcc/configure.ac
    branches/cilkplus/gcc/cp/ChangeLog
    branches/cilkplus/gcc/cp/Make-lang.in
    branches/cilkplus/gcc/cp/call.c
    branches/cilkplus/gcc/cp/class.c
    branches/cilkplus/gcc/cp/cp-gimplify.c
    branches/cilkplus/gcc/cp/cp-tree.h
    branches/cilkplus/gcc/cp/cvt.c
    branches/cilkplus/gcc/cp/cxx-pretty-print.c
    branches/cilkplus/gcc/cp/decl.c
    branches/cilkplus/gcc/cp/decl.h
    branches/cilkplus/gcc/cp/decl2.c
    branches/cilkplus/gcc/cp/error.c
    branches/cilkplus/gcc/cp/mangle.c
    branches/cilkplus/gcc/cp/name-lookup.c
    branches/cilkplus/gcc/cp/parser.c
    branches/cilkplus/gcc/cp/pt.c
    branches/cilkplus/gcc/cp/semantics.c
    branches/cilkplus/gcc/cp/tree.c
    branches/cilkplus/gcc/cp/typeck.c
    branches/cilkplus/gcc/dce.c
    branches/cilkplus/gcc/df-core.c
    branches/cilkplus/gcc/df-problems.c
    branches/cilkplus/gcc/df-scan.c
    branches/cilkplus/gcc/df.h
    branches/cilkplus/gcc/doc/cpp.texi
    branches/cilkplus/gcc/doc/extend.texi
    branches/cilkplus/gcc/doc/invoke.texi
    branches/cilkplus/gcc/dse.c
    branches/cilkplus/gcc/dumpfile.c
    branches/cilkplus/gcc/dumpfile.h
    branches/cilkplus/gcc/dwarf2out.c
    branches/cilkplus/gcc/expr.c
    branches/cilkplus/gcc/fold-const.c
    branches/cilkplus/gcc/fortran/ChangeLog
    branches/cilkplus/gcc/fortran/expr.c
    branches/cilkplus/gcc/fortran/frontend-passes.c
    branches/cilkplus/gcc/fortran/interface.c
    branches/cilkplus/gcc/fortran/io.c
    branches/cilkplus/gcc/fortran/match.c
    branches/cilkplus/gcc/fortran/matchexp.c
    branches/cilkplus/gcc/fortran/primary.c
    branches/cilkplus/gcc/fortran/resolve.c
    branches/cilkplus/gcc/fortran/trans-types.c
    branches/cilkplus/gcc/gcc.c
    branches/cilkplus/gcc/gengtype.c
    branches/cilkplus/gcc/gimple-low.c
    branches/cilkplus/gcc/gimplify.c
    branches/cilkplus/gcc/ginclude/stddef.h
    branches/cilkplus/gcc/ginclude/stdint-gcc.h
    branches/cilkplus/gcc/ginclude/stdint-wrap.h
    branches/cilkplus/gcc/go/gofrontend/parse.cc
    branches/cilkplus/gcc/go/gofrontend/parse.h
    branches/cilkplus/gcc/go/gofrontend/types.cc
    branches/cilkplus/gcc/haifa-sched.c
    branches/cilkplus/gcc/hash-table.h
    branches/cilkplus/gcc/ipa-inline-analysis.c
    branches/cilkplus/gcc/ipa-inline.h
    branches/cilkplus/gcc/ipa-split.c
    branches/cilkplus/gcc/ira-build.c
    branches/cilkplus/gcc/ira-color.c
    branches/cilkplus/gcc/ira-int.h
    branches/cilkplus/gcc/ira-lives.c
    branches/cilkplus/gcc/ira.c
    branches/cilkplus/gcc/ira.h
    branches/cilkplus/gcc/java/ChangeLog
    branches/cilkplus/gcc/java/Make-lang.in
    branches/cilkplus/gcc/java/jcf-io.c
    branches/cilkplus/gcc/loop-doloop.c
    branches/cilkplus/gcc/loop-invariant.c
    branches/cilkplus/gcc/loop-iv.c
    branches/cilkplus/gcc/loop-unroll.c
    branches/cilkplus/gcc/loop-unswitch.c
    branches/cilkplus/gcc/lto-cgraph.c
    branches/cilkplus/gcc/lto-opts.c
    branches/cilkplus/gcc/lto-streamer-out.c
    branches/cilkplus/gcc/lto-streamer.h
    branches/cilkplus/gcc/lto-symtab.c
    branches/cilkplus/gcc/lto/ChangeLog
    branches/cilkplus/gcc/lto/lto-lang.c
    branches/cilkplus/gcc/lto/lto-object.c
    branches/cilkplus/gcc/lto/lto-partition.c
    branches/cilkplus/gcc/lto/lto.c
    branches/cilkplus/gcc/machmode.h
    branches/cilkplus/gcc/objc/ChangeLog
    branches/cilkplus/gcc/objc/Make-lang.in
    branches/cilkplus/gcc/objc/objc-act.c
    branches/cilkplus/gcc/optabs.c
    branches/cilkplus/gcc/opts.c
    branches/cilkplus/gcc/params.def
    branches/cilkplus/gcc/passes.c
    branches/cilkplus/gcc/plugin.h
    branches/cilkplus/gcc/po/ChangeLog
    branches/cilkplus/gcc/po/es.po
    branches/cilkplus/gcc/predict.c
    branches/cilkplus/gcc/ree.c
    branches/cilkplus/gcc/reginfo.c
    branches/cilkplus/gcc/sched-deps.c
    branches/cilkplus/gcc/sched-ebb.c
    branches/cilkplus/gcc/sched-int.h
    branches/cilkplus/gcc/sched-rgn.c
    branches/cilkplus/gcc/simplify-rtx.c
    branches/cilkplus/gcc/testsuite/ChangeLog
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/cilk_keywords_test/compile/fib-struct.cc
    branches/cilkplus/gcc/testsuite/g++.dg/cilk-plus/cilk_keywords_test/compile/fib-struct2.cc
    branches/cilkplus/gcc/testsuite/g++.dg/debug/dwarf2/deallocator.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/vector5.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/visibility/pragma-override1.C
    branches/cilkplus/gcc/testsuite/g++.dg/ext/visibility/pragma-override2.C
    branches/cilkplus/gcc/testsuite/g++.dg/tls/init-2.C
    branches/cilkplus/gcc/testsuite/g++.dg/warn/Wnull-conversion-1.C
    branches/cilkplus/gcc/testsuite/g++.dg/warn/Wparentheses-26.C
    branches/cilkplus/gcc/testsuite/gcc.dg/attr-alias-3.c
    branches/cilkplus/gcc/testsuite/gcc.dg/attr-alias-5.c
    branches/cilkplus/gcc/testsuite/gcc.dg/lower-subreg-1.c
    branches/cilkplus/gcc/testsuite/gcc.dg/lto/20120723_0.c
    branches/cilkplus/gcc/testsuite/gcc.dg/torture/pr51106-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/attr-hotcold-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11a.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11b.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11c.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-2.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-25.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-26.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-28.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-32.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/ldist-21.c
    branches/cilkplus/gcc/testsuite/gcc.dg/tree-ssa/slsr-30.c
    branches/cilkplus/gcc/testsuite/gcc.dg/ucnid-10.c
    branches/cilkplus/gcc/testsuite/gcc.dg/ucnid-13.c
    branches/cilkplus/gcc/testsuite/gcc.dg/ucnid-7.c
    branches/cilkplus/gcc/testsuite/gcc.dg/ucnid-8.c
    branches/cilkplus/gcc/testsuite/gcc.dg/vmx/3b-13.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/long-double-80-7.c
    branches/cilkplus/gcc/testsuite/gcc.target/i386/pr54445-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/ext_ins.c
    branches/cilkplus/gcc/testsuite/gcc.target/mips/madd-9.c
    branches/cilkplus/gcc/testsuite/gcc.target/powerpc/pr46728-1.c
    branches/cilkplus/gcc/testsuite/gcc.target/powerpc/pr46728-2.c
    branches/cilkplus/gcc/testsuite/gcc.target/sh/sh4a-bitmovua.c
    branches/cilkplus/gcc/testsuite/gfortran.dg/vect/vect.exp
    branches/cilkplus/gcc/testsuite/lib/gcc-dg.exp
    branches/cilkplus/gcc/testsuite/lib/scanasm.exp
    branches/cilkplus/gcc/toplev.c
    branches/cilkplus/gcc/toplev.h
    branches/cilkplus/gcc/tree-cfg.c
    branches/cilkplus/gcc/tree-eh.c
    branches/cilkplus/gcc/tree-inline.c
    branches/cilkplus/gcc/tree-nested.c
    branches/cilkplus/gcc/tree-scalar-evolution.c
    branches/cilkplus/gcc/tree-scalar-evolution.h
    branches/cilkplus/gcc/tree-ssa-address.c
    branches/cilkplus/gcc/tree-ssa-forwprop.c
    branches/cilkplus/gcc/tree-ssa-live.c
    branches/cilkplus/gcc/tree-ssa-loop-im.c
    branches/cilkplus/gcc/tree-ssa-loop-niter.c
    branches/cilkplus/gcc/tree-ssa-loop-prefetch.c
    branches/cilkplus/gcc/tree-ssa-loop-unswitch.c
    branches/cilkplus/gcc/tree-ssa-pre.c
    branches/cilkplus/gcc/tree-ssa-sccvn.c
    branches/cilkplus/gcc/tree-ssa-sccvn.h
    branches/cilkplus/gcc/tree-streamer-in.c
    branches/cilkplus/gcc/tree-streamer-out.c
    branches/cilkplus/gcc/tree-streamer.c
    branches/cilkplus/gcc/tree-streamer.h
    branches/cilkplus/gcc/tree-vect-loop-manip.c
    branches/cilkplus/gcc/tree-vect-loop.c
    branches/cilkplus/gcc/tree-vect-slp.c
    branches/cilkplus/gcc/tree-vect-stmts.c
    branches/cilkplus/gcc/tree-vectorizer.c
    branches/cilkplus/gcc/tree-vectorizer.h
    branches/cilkplus/gcc/tree-vrp.c
    branches/cilkplus/gcc/tree.c
    branches/cilkplus/gcc/tree.h
    branches/cilkplus/gcc/valtrack.c
    branches/cilkplus/gcc/valtrack.h
    branches/cilkplus/gcc/var-tracking.c
    branches/cilkplus/gcc/web.c
    branches/cilkplus/include/ChangeLog
    branches/cilkplus/include/demangle.h
    branches/cilkplus/libbacktrace/ChangeLog
    branches/cilkplus/libbacktrace/Makefile.am
    branches/cilkplus/libbacktrace/Makefile.in
    branches/cilkplus/libbacktrace/btest.c
    branches/cilkplus/libbacktrace/config.h.in
    branches/cilkplus/libbacktrace/configure
    branches/cilkplus/libbacktrace/configure.ac
    branches/cilkplus/libbacktrace/dwarf.c
    branches/cilkplus/libbacktrace/elf.c
    branches/cilkplus/libbacktrace/internal.h
    branches/cilkplus/libcpp/ChangeLog
    branches/cilkplus/libcpp/directives.c
    branches/cilkplus/libgcc/ChangeLog
    branches/cilkplus/libgcc/config.host
    branches/cilkplus/libgcc/config/arm/unwind-arm.h
    branches/cilkplus/libgcc/config/gthr-rtems.h
    branches/cilkplus/libgcc/config/gthr-vxworks.h
    branches/cilkplus/libgcc/config/i386/gthr-win32.c
    branches/cilkplus/libgcc/config/i386/gthr-win32.h
    branches/cilkplus/libgcc/config/mips/gthr-mipssde.h
    branches/cilkplus/libgcc/config/pa/gthr-dce.h
    branches/cilkplus/libgcc/config/s390/gthr-tpf.h
    branches/cilkplus/libgcc/config/sh/t-linux
    branches/cilkplus/libgcc/config/sh/t-netbsd
    branches/cilkplus/libgcc/config/sh/t-sh
    branches/cilkplus/libgcc/gthr-posix.h
    branches/cilkplus/libgcc/gthr-single.h
    branches/cilkplus/libgcc/gthr.h
    branches/cilkplus/libgcc/unwind-dw2-fde-dip.c
    branches/cilkplus/libgfortran/ChangeLog
    branches/cilkplus/libgfortran/Makefile.in
    branches/cilkplus/libgfortran/aclocal.m4
    branches/cilkplus/libgfortran/config.h.in
    branches/cilkplus/libgfortran/configure
    branches/cilkplus/libgfortran/configure.ac
    branches/cilkplus/libgfortran/libgfortran.h
    branches/cilkplus/libgfortran/runtime/environ.c
    branches/cilkplus/libgo/MERGE
    branches/cilkplus/libgo/Makefile.am
    branches/cilkplus/libgo/Makefile.in
    branches/cilkplus/libgo/go/bufio/bufio.go
    branches/cilkplus/libgo/go/builtin/builtin.go
    branches/cilkplus/libgo/go/bytes/bytes.go
    branches/cilkplus/libgo/go/compress/flate/inflate.go
    branches/cilkplus/libgo/go/crypto/elliptic/elliptic.go
    branches/cilkplus/libgo/go/crypto/rand/rand_test.go
    branches/cilkplus/libgo/go/crypto/rand/rand_windows.go
    branches/cilkplus/libgo/go/crypto/rsa/pkcs1v15.go
    branches/cilkplus/libgo/go/crypto/tls/conn.go
    branches/cilkplus/libgo/go/crypto/x509/verify.go
    branches/cilkplus/libgo/go/crypto/x509/x509.go
    branches/cilkplus/libgo/go/database/sql/fakedb_test.go
    branches/cilkplus/libgo/go/database/sql/sql.go
    branches/cilkplus/libgo/go/encoding/binary/varint.go
    branches/cilkplus/libgo/go/encoding/gob/decode.go
    branches/cilkplus/libgo/go/encoding/gob/doc.go
    branches/cilkplus/libgo/go/encoding/gob/encoder_test.go
    branches/cilkplus/libgo/go/encoding/gob/type.go
    branches/cilkplus/libgo/go/encoding/json/encode.go
    branches/cilkplus/libgo/go/flag/flag.go
    branches/cilkplus/libgo/go/fmt/fmt_test.go
    branches/cilkplus/libgo/go/fmt/print.go
    branches/cilkplus/libgo/go/go/ast/print.go
    branches/cilkplus/libgo/go/go/ast/print_test.go
    branches/cilkplus/libgo/go/go/ast/resolve.go
    branches/cilkplus/libgo/go/go/ast/walk.go
    branches/cilkplus/libgo/go/go/build/build.go
    branches/cilkplus/libgo/go/go/build/build_test.go
    branches/cilkplus/libgo/go/go/build/doc.go
    branches/cilkplus/libgo/go/go/doc/reader.go
    branches/cilkplus/libgo/go/go/doc/testdata/error2.1.golden
    branches/cilkplus/libgo/go/go/doc/testdata/error2.go
    branches/cilkplus/libgo/go/go/printer/nodes.go
    branches/cilkplus/libgo/go/go/printer/printer_test.go
    branches/cilkplus/libgo/go/go/scanner/errors.go
    branches/cilkplus/libgo/go/go/scanner/scanner.go
    branches/cilkplus/libgo/go/html/template/content.go
    branches/cilkplus/libgo/go/html/template/url.go
    branches/cilkplus/libgo/go/image/jpeg/reader.go
    branches/cilkplus/libgo/go/image/jpeg/writer.go
    branches/cilkplus/libgo/go/image/jpeg/writer_test.go
    branches/cilkplus/libgo/go/image/names.go
    branches/cilkplus/libgo/go/io/io.go
    branches/cilkplus/libgo/go/log/syslog/syslog.go
    branches/cilkplus/libgo/go/log/syslog/syslog_test.go
    branches/cilkplus/libgo/go/math/all_test.go
    branches/cilkplus/libgo/go/math/big/nat.go
    branches/cilkplus/libgo/go/math/bits.go
    branches/cilkplus/libgo/go/math/remainder.go
    branches/cilkplus/libgo/go/mime/grammar.go
    branches/cilkplus/libgo/go/mime/multipart/multipart.go
    branches/cilkplus/libgo/go/net/dial.go
    branches/cilkplus/libgo/go/net/fd.go
    branches/cilkplus/libgo/go/net/file.go
    branches/cilkplus/libgo/go/net/http/client.go
    branches/cilkplus/libgo/go/net/http/client_test.go
    branches/cilkplus/libgo/go/net/http/example_test.go
    branches/cilkplus/libgo/go/net/http/export_test.go
    branches/cilkplus/libgo/go/net/http/fs.go
    branches/cilkplus/libgo/go/net/http/fs_test.go
    branches/cilkplus/libgo/go/net/http/header.go
    branches/cilkplus/libgo/go/net/http/httptest/server.go
    branches/cilkplus/libgo/go/net/http/httputil/dump.go
    branches/cilkplus/libgo/go/net/http/pprof/pprof.go
    branches/cilkplus/libgo/go/net/http/range_test.go
    branches/cilkplus/libgo/go/net/http/serve_test.go
    branches/cilkplus/libgo/go/net/http/server.go
    branches/cilkplus/libgo/go/net/http/transport.go
    branches/cilkplus/libgo/go/net/http/transport_test.go
    branches/cilkplus/libgo/go/net/iprawsock.go
    branches/cilkplus/libgo/go/net/iprawsock_plan9.go
    branches/cilkplus/libgo/go/net/iprawsock_posix.go
    branches/cilkplus/libgo/go/net/mail/message.go
    branches/cilkplus/libgo/go/net/rpc/jsonrpc/all_test.go
    branches/cilkplus/libgo/go/net/rpc/server.go
    branches/cilkplus/libgo/go/net/sockopt.go
    branches/cilkplus/libgo/go/os/error_plan9.go
    branches/cilkplus/libgo/go/os/error_posix.go
    branches/cilkplus/libgo/go/os/error_test.go
    branches/cilkplus/libgo/go/os/error_windows.go
    branches/cilkplus/libgo/go/os/exec.go
    branches/cilkplus/libgo/go/os/exec/exec.go
    branches/cilkplus/libgo/go/os/exec/exec_test.go
    branches/cilkplus/libgo/go/os/exec_plan9.go
    branches/cilkplus/libgo/go/os/exec_posix.go
    branches/cilkplus/libgo/go/os/exec_unix.go
    branches/cilkplus/libgo/go/os/exec_windows.go
    branches/cilkplus/libgo/go/os/file_posix.go
    branches/cilkplus/libgo/go/os/file_unix.go
    branches/cilkplus/libgo/go/os/os_test.go
    branches/cilkplus/libgo/go/os/types.go
    branches/cilkplus/libgo/go/path/path.go
    branches/cilkplus/libgo/go/path/path_test.go
    branches/cilkplus/libgo/go/reflect/all_test.go
    branches/cilkplus/libgo/go/reflect/value.go
    branches/cilkplus/libgo/go/regexp/regexp.go
    branches/cilkplus/libgo/go/runtime/pprof/pprof.go
    branches/cilkplus/libgo/go/runtime/pprof/pprof_test.go
    branches/cilkplus/libgo/go/strconv/atoi.go
    branches/cilkplus/libgo/go/sync/waitgroup.go
    branches/cilkplus/libgo/go/sync/waitgroup_test.go
    branches/cilkplus/libgo/go/syscall/env_windows.go
    branches/cilkplus/libgo/go/syscall/exec_unix.go
    branches/cilkplus/libgo/go/syscall/exec_windows.go
    branches/cilkplus/libgo/go/syscall/security_windows.go
    branches/cilkplus/libgo/go/syscall/syscall.go
    branches/cilkplus/libgo/go/syscall/syscall_linux_386.go
    branches/cilkplus/libgo/go/testing/testing.go
    branches/cilkplus/libgo/go/text/tabwriter/tabwriter.go
    branches/cilkplus/libgo/go/text/template/doc.go
    branches/cilkplus/libgo/go/text/template/exec_test.go
    branches/cilkplus/libgo/go/text/template/funcs.go
    branches/cilkplus/libgo/go/text/template/parse/lex.go
    branches/cilkplus/libgo/go/text/template/parse/lex_test.go
    branches/cilkplus/libgo/go/time/time.go
    branches/cilkplus/libgo/runtime/chan.c
    branches/cilkplus/libgo/runtime/cpuprof.c
    branches/cilkplus/libgo/runtime/go-caller.c
    branches/cilkplus/libgo/runtime/print.c
    branches/cilkplus/libgo/runtime/runtime.c
    branches/cilkplus/libgo/runtime/runtime.h
    branches/cilkplus/libgomp/ChangeLog
    branches/cilkplus/libiberty/ChangeLog
    branches/cilkplus/libiberty/cp-demangle.c
    branches/cilkplus/libitm/ChangeLog
    branches/cilkplus/libitm/config/x86/sjlj.S
    branches/cilkplus/libitm/config/x86/target.h

Propchange: branches/cilkplus/libstdc++-v3/src/c++98/compatibility-list-2.cc
            ('svn:mergeinfo' modified)

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



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