r276652 - in /branches/c++-coroutines: ./ Chang...

iains@gcc.gnu.org iains@gcc.gnu.org
Mon Oct 7 09:16:00 GMT 2019


Author: iains
Date: Mon Oct  7 09:16:54 2019
New Revision: 276652

URL: https://gcc.gnu.org/viewcvs?rev=276652&root=gcc&view=rev
Log:
c++-coroutines - merge trunk r276647.

2019-10-07  Iain Sandoe  <iain@sandoe.co.uk>

	Merge trunk r276647.


Added:
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/span/lwg3255.cc
      - copied unchanged from r276647, trunk/libstdc++-v3/testsuite/23_containers/span/lwg3255.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/copy_n/debug/
      - copied from r276647, trunk/libstdc++-v3/testsuite/25_algorithms/copy_n/debug/
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/copy_n/istreambuf_iterator/
      - copied from r276647, trunk/libstdc++-v3/testsuite/25_algorithms/copy_n/istreambuf_iterator/
Modified:
    branches/c++-coroutines/libstdc++-v3/ChangeLog
    branches/c++-coroutines/libstdc++-v3/config.h.in
    branches/c++-coroutines/libstdc++-v3/config/abi/pre/gnu.ver
    branches/c++-coroutines/libstdc++-v3/configure
    branches/c++-coroutines/libstdc++-v3/configure.ac
    branches/c++-coroutines/libstdc++-v3/doc/html/manual/parallel_mode.html
    branches/c++-coroutines/libstdc++-v3/doc/xml/manual/parallel_mode.xml
    branches/c++-coroutines/libstdc++-v3/include/Makefile.am
    branches/c++-coroutines/libstdc++-v3/include/Makefile.in
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_algo.h
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_iterator_base_types.h
    branches/c++-coroutines/libstdc++-v3/include/bits/streambuf_iterator.h
    branches/c++-coroutines/libstdc++-v3/include/debug/array
    branches/c++-coroutines/libstdc++-v3/include/debug/forward_list
    branches/c++-coroutines/libstdc++-v3/include/debug/helper_functions.h
    branches/c++-coroutines/libstdc++-v3/include/debug/list
    branches/c++-coroutines/libstdc++-v3/include/debug/safe_iterator.tcc
    branches/c++-coroutines/libstdc++-v3/include/experimental/algorithm
    branches/c++-coroutines/libstdc++-v3/include/experimental/internet
    branches/c++-coroutines/libstdc++-v3/include/parallel/algo.h
    branches/c++-coroutines/libstdc++-v3/include/parallel/algobase.h
    branches/c++-coroutines/libstdc++-v3/include/parallel/algorithmfwd.h
    branches/c++-coroutines/libstdc++-v3/include/parallel/checkers.h
    branches/c++-coroutines/libstdc++-v3/include/parallel/multiway_merge.h
    branches/c++-coroutines/libstdc++-v3/include/parallel/multiway_mergesort.h
    branches/c++-coroutines/libstdc++-v3/include/parallel/numericfwd.h
    branches/c++-coroutines/libstdc++-v3/include/precompiled/stdc++.h
    branches/c++-coroutines/libstdc++-v3/include/std/numeric
    branches/c++-coroutines/libstdc++-v3/include/std/span
    branches/c++-coroutines/libstdc++-v3/include/tr1/hashtable.h
    branches/c++-coroutines/libstdc++-v3/src/c++17/fs_dir.cc
    branches/c++-coroutines/libstdc++-v3/src/c++17/fs_ops.cc
    branches/c++-coroutines/libstdc++-v3/src/filesystem/dir.cc
    branches/c++-coroutines/libstdc++-v3/src/filesystem/ops.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/17_intro/names.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/17_intro/using_namespace_std_tr1_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/hash/84998.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_debug_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element_debug_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/deque/types/pmr_typedefs_debug.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/forward_list/pmr_typedefs_debug.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/list/pmr_typedefs_debug.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/map/pmr_typedefs_debug.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/multimap/pmr_typedefs_debug.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/multiset/pmr_typedefs_debug.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/set/pmr_typedefs_debug.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_map/pmr_typedefs_debug.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multimap/pmr_typedefs_debug.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multiset/pmr_typedefs_debug.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_set/pmr_typedefs_debug.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/vector/cons/destructible_debug_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/vector/types/pmr_typedefs_debug.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/binary_search/partitioned.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/copy/86658.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/equal_range/partitioned.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/71545.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/lower_bound/partitioned.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/upper_bound/partitioned.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/ext/special_functions/airy_ai/check_nan.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/ext/special_functions/airy_bi/check_nan.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/check_nan.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/check_nan.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/check_nan.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/special_functions/10_cyl_neumann/check_nan.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/special_functions/19_sph_bessel/check_nan.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/special_functions/21_sph_neumann/check_nan.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/check_nan.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/09_cyl_bessel_j/check_nan.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/10_cyl_bessel_k/check_nan.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/11_cyl_neumann/check_nan.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/21_sph_bessel/check_nan.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/23_sph_neumann/check_nan.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/util/testsuite_abi.h
    branches/c++-coroutines/libstdc++-v3/testsuite/util/testsuite_allocator.h

Changes in other areas also in this revision:
Added:
    branches/c++-coroutines/gcc/function-abi.cc
      - copied unchanged from r276647, trunk/gcc/function-abi.cc
    branches/c++-coroutines/gcc/function-abi.h
      - copied unchanged from r276647, trunk/gcc/function-abi.h
    branches/c++-coroutines/gcc/range-op.cc
      - copied unchanged from r276647, trunk/gcc/range-op.cc
    branches/c++-coroutines/gcc/range-op.h
      - copied unchanged from r276647, trunk/gcc/range-op.h
    branches/c++-coroutines/gcc/range.cc
      - copied unchanged from r276647, trunk/gcc/range.cc
    branches/c++-coroutines/gcc/range.h
      - copied unchanged from r276647, trunk/gcc/range.h
    branches/c++-coroutines/gcc/testsuite/g++.dg/conversion/packed2.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/conversion/packed2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-array20.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array20.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-array21.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array21.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/constexpr-array7.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/cpp1y/constexpr-array7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-array1.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/cpp1z/constexpr-array1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/eval-order5.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/cpp1z/eval-order5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-dtor1.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-dtor1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-dtor2.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-dtor2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-dtor3.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-dtor3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-new1.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-new1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-new2.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-new2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-new3.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-new3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-new4.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-new4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/debug/dwarf2/array-0.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/debug/dwarf2/array-0.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/debug/dwarf2/array-1.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/debug/dwarf2/array-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/debug/dwarf2/array-2.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/debug/dwarf2/array-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/debug/dwarf2/array-3.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/debug/dwarf2/array-3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/debug/dwarf2/array-4.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/debug/dwarf2/array-4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/aka4.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/diagnostic/aka4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/integral-array-size-1.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/diagnostic/integral-array-size-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/constexpr-attr-cleanup1.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/ext/constexpr-attr-cleanup1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/is_literal_type3.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/ext/is_literal_type3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/lto/odr-6_0.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/lto/odr-6_0.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/lto/odr-6_1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/lto/odr-6_1.c
    branches/c++-coroutines/gcc/testsuite/g++.dg/torture/pr91606.C
      - copied unchanged from r276647, trunk/gcc/testsuite/g++.dg/torture/pr91606.C
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wnonnull-2.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/Wnonnull-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wnonnull-3.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/Wnonnull-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstringop-overflow-17.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-17.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstringop-overflow-18.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-18.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/asm-scope-1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/asm-scope-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c11-builtins-1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/c11-builtins-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c2x-builtins-1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/c2x-builtins-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cpp/c11-scope-1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/cpp/c11-scope-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cpp/c17-scope-1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/cpp/c17-scope-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cpp/c2x-scope-1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/cpp/c2x-scope-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cpp/c2x-scope-2.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/cpp/c2x-scope-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cpp/c90-scope-1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/cpp/c90-scope-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cpp/c94-scope-1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/cpp/c94-scope-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cpp/c99-scope-1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/cpp/c99-scope-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cpp/gnu11-scope-1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/cpp/gnu11-scope-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cpp/gnu17-scope-1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/cpp/gnu17-scope-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cpp/gnu89-scope-1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/cpp/gnu89-scope-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cpp/gnu99-scope-1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/cpp/gnu99-scope-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cr-decimal-dig-2.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/cr-decimal-dig-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/debug/dwarf2/array-0.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/array-0.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/debug/dwarf2/array-1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/array-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/debug/dwarf2/array-2.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/array-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/debug/dwarf2/array-3.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/debug/dwarf2/array-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/c2x-builtins-dfp-1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/dfp/c2x-builtins-dfp-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/diag-aka-3.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/diag-aka-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/diag-aka-4.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/diag-aka-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/format/c2x-strftime-1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/format/c2x-strftime-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/pr91853.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/ipa/pr91853.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/limits-width-2.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/limits-width-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr87047.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/pr87047.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr91734.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/pr91734.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/sinhovercosh-1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/sinhovercosh-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/stdint-width-2.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/stdint-width-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/alias-access-path-10.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/tree-ssa/alias-access-path-10.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/alias-access-path-11.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/tree-ssa/alias-access-path-11.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-bswap16a.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/vect/vect-bswap16a.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-sdiv-pow2-1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.dg/vect/vect-sdiv-pow2-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/diag_aka_1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.target/aarch64/diag_aka_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/asrdiv_1.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.target/aarch64/sve/asrdiv_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-10.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-10.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-11.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-11.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-8.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-8.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-9.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-9.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr91931.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.target/i386/pr91931.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/mips/pr91769.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.target/mips/pr91769.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr91275.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gcc.target/powerpc/pr91275.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_13.c
      - copied unchanged from r276647, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_13.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_13.f90
      - copied unchanged from r276647, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_13.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_14.f90
      - copied unchanged from r276647, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_14.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/bad_operands.f90
      - copied unchanged from r276647, trunk/gcc/testsuite/gfortran.dg/bad_operands.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/character_mismatch.f90
      - copied unchanged from r276647, trunk/gcc/testsuite/gfortran.dg/character_mismatch.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/compare_interfaces.f90
      - copied unchanged from r276647, trunk/gcc/testsuite/gfortran.dg/compare_interfaces.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/gomp/is_device_ptr-1.f90
      - copied unchanged from r276647, trunk/gcc/testsuite/gfortran.dg/gomp/is_device_ptr-1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/hollerith_to_char_parameter_1.f90
      - copied unchanged from r276647, trunk/gcc/testsuite/gfortran.dg/hollerith_to_char_parameter_1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/hollerith_to_char_parameter_2.f90
      - copied unchanged from r276647, trunk/gcc/testsuite/gfortran.dg/hollerith_to_char_parameter_2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr47054_1.f90
      - copied unchanged from r276647, trunk/gcc/testsuite/gfortran.dg/pr47054_1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr47054_2.f90
      - copied unchanged from r276647, trunk/gcc/testsuite/gfortran.dg/pr47054_2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr91497.f90
      - copied unchanged from r276647, trunk/gcc/testsuite/gfortran.dg/pr91497.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr91784.f90
      - copied unchanged from r276647, trunk/gcc/testsuite/gfortran.dg/pr91784.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr91785.f90
      - copied unchanged from r276647, trunk/gcc/testsuite/gfortran.dg/pr91785.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr91942.f90
      - copied unchanged from r276647, trunk/gcc/testsuite/gfortran.dg/pr91942.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr91943.f90
      - copied unchanged from r276647, trunk/gcc/testsuite/gfortran.dg/pr91943.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr91959.f90
      - copied unchanged from r276647, trunk/gcc/testsuite/gfortran.dg/pr91959.f90
    branches/c++-coroutines/gcc/testsuite/gnat.dg/opt82.adb
      - copied unchanged from r276647, trunk/gcc/testsuite/gnat.dg/opt82.adb
    branches/c++-coroutines/gcc/testsuite/gnat.dg/opt82_pkg.ads
      - copied unchanged from r276647, trunk/gcc/testsuite/gnat.dg/opt82_pkg.ads
    branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/use_device_ptr-optional-1.f90
      - copied unchanged from r276647, trunk/libgomp/testsuite/libgomp.fortran/use_device_ptr-optional-1.f90
Removed:
    branches/c++-coroutines/gcc/testsuite/gcc.target/mips/call-clobbered-4.c
    branches/c++-coroutines/gcc/wide-int-range.cc
    branches/c++-coroutines/gcc/wide-int-range.h
Modified:
    branches/c++-coroutines/   (props changed)
    branches/c++-coroutines/ChangeLog
    branches/c++-coroutines/ChangeLog.coroutines
    branches/c++-coroutines/MAINTAINERS
    branches/c++-coroutines/gcc/ChangeLog
    branches/c++-coroutines/gcc/DATESTAMP
    branches/c++-coroutines/gcc/Makefile.in
    branches/c++-coroutines/gcc/REVISION
    branches/c++-coroutines/gcc/ada/ChangeLog
    branches/c++-coroutines/gcc/ada/gcc-interface/Make-lang.in
    branches/c++-coroutines/gcc/ada/gcc-interface/Makefile.in
    branches/c++-coroutines/gcc/ada/gcc-interface/utils.c
    branches/c++-coroutines/gcc/alias.c
    branches/c++-coroutines/gcc/brig/ChangeLog
    branches/c++-coroutines/gcc/brig/brig-lang.c
    branches/c++-coroutines/gcc/builtins.c
    branches/c++-coroutines/gcc/builtins.def
    branches/c++-coroutines/gcc/c-family/ChangeLog
    branches/c++-coroutines/gcc/c-family/c-cppbuiltin.c
    branches/c++-coroutines/gcc/c-family/c-format.c
    branches/c++-coroutines/gcc/c-family/c-format.h
    branches/c++-coroutines/gcc/c-family/c-opts.c
    branches/c++-coroutines/gcc/c-family/c-pretty-print.c
    branches/c++-coroutines/gcc/c-family/c-warn.c
    branches/c++-coroutines/gcc/c/ChangeLog
    branches/c++-coroutines/gcc/c/c-objc-common.c
    branches/c++-coroutines/gcc/c/c-parser.c
    branches/c++-coroutines/gcc/caller-save.c
    branches/c++-coroutines/gcc/cfgcleanup.c
    branches/c++-coroutines/gcc/cfgexpand.c
    branches/c++-coroutines/gcc/cfgloopanal.c
    branches/c++-coroutines/gcc/cgraph.c
    branches/c++-coroutines/gcc/cgraph.h
    branches/c++-coroutines/gcc/cgraphclones.c
    branches/c++-coroutines/gcc/cif-code.def
    branches/c++-coroutines/gcc/combine-stack-adj.c
    branches/c++-coroutines/gcc/combine.c
    branches/c++-coroutines/gcc/config.gcc
    branches/c++-coroutines/gcc/config/aarch64/aarch64-protos.h
    branches/c++-coroutines/gcc/config/aarch64/aarch64-sve.md
    branches/c++-coroutines/gcc/config/aarch64/aarch64.c
    branches/c++-coroutines/gcc/config/aarch64/aarch64.h
    branches/c++-coroutines/gcc/config/aarch64/aarch64.md
    branches/c++-coroutines/gcc/config/aarch64/cortex-a57-fma-steering.c
    branches/c++-coroutines/gcc/config/aarch64/falkor-tag-collision-avoidance.c
    branches/c++-coroutines/gcc/config/aarch64/iterators.md
    branches/c++-coroutines/gcc/config/arc/arc.h
    branches/c++-coroutines/gcc/config/arm/arm.c
    branches/c++-coroutines/gcc/config/avr/avr.c
    branches/c++-coroutines/gcc/config/c6x/c6x.c
    branches/c++-coroutines/gcc/config/darwin-driver.c
    branches/c++-coroutines/gcc/config/darwin.c
    branches/c++-coroutines/gcc/config/frv/frv.c
    branches/c++-coroutines/gcc/config/gcn/gcn.c
    branches/c++-coroutines/gcc/config/h8300/h8300.md
    branches/c++-coroutines/gcc/config/i386/i386-expand.c
    branches/c++-coroutines/gcc/config/i386/i386-options.c
    branches/c++-coroutines/gcc/config/i386/i386.c
    branches/c++-coroutines/gcc/config/i386/i386.h
    branches/c++-coroutines/gcc/config/ia64/ia64.h
    branches/c++-coroutines/gcc/config/iq2000/iq2000.c
    branches/c++-coroutines/gcc/config/mips/mips.c
    branches/c++-coroutines/gcc/config/msp430/msp430.h
    branches/c++-coroutines/gcc/config/pa/pa.c
    branches/c++-coroutines/gcc/config/pa/pa.h
    branches/c++-coroutines/gcc/config/pru/pru.c
    branches/c++-coroutines/gcc/config/rs6000/predicates.md
    branches/c++-coroutines/gcc/config/rs6000/rs6000-p8swap.c
    branches/c++-coroutines/gcc/config/rs6000/rs6000-protos.h
    branches/c++-coroutines/gcc/config/rs6000/rs6000-string.c
    branches/c++-coroutines/gcc/config/rs6000/rs6000.c
    branches/c++-coroutines/gcc/config/rs6000/rs6000.h
    branches/c++-coroutines/gcc/config/rs6000/rs6000.md
    branches/c++-coroutines/gcc/config/rs6000/t-freebsd64
    branches/c++-coroutines/gcc/config/s390/s390.c
    branches/c++-coroutines/gcc/config/s390/vector.md
    branches/c++-coroutines/gcc/config/sh/sh.c
    branches/c++-coroutines/gcc/config/sparc/sparc.h
    branches/c++-coroutines/gcc/configure
    branches/c++-coroutines/gcc/configure.ac
    branches/c++-coroutines/gcc/coretypes.h
    branches/c++-coroutines/gcc/cp/ChangeLog
    branches/c++-coroutines/gcc/cp/class.c
    branches/c++-coroutines/gcc/cp/constexpr.c
    branches/c++-coroutines/gcc/cp/cp-gimplify.c
    branches/c++-coroutines/gcc/cp/cp-objcp-common.c
    branches/c++-coroutines/gcc/cp/cp-tree.h
    branches/c++-coroutines/gcc/cp/decl.c
    branches/c++-coroutines/gcc/cp/init.c
    branches/c++-coroutines/gcc/cp/method.c
    branches/c++-coroutines/gcc/cp/name-lookup.c
    branches/c++-coroutines/gcc/cp/pt.c
    branches/c++-coroutines/gcc/cp/typeck2.c
    branches/c++-coroutines/gcc/cse.c
    branches/c++-coroutines/gcc/cselib.c
    branches/c++-coroutines/gcc/cselib.h
    branches/c++-coroutines/gcc/dce.c
    branches/c++-coroutines/gcc/df-problems.c
    branches/c++-coroutines/gcc/df-scan.c
    branches/c++-coroutines/gcc/diagnostic-show-locus.c
    branches/c++-coroutines/gcc/diagnostic.c
    branches/c++-coroutines/gcc/doc/invoke.texi
    branches/c++-coroutines/gcc/doc/md.texi
    branches/c++-coroutines/gcc/doc/rtl.texi
    branches/c++-coroutines/gcc/doc/sourcebuild.texi
    branches/c++-coroutines/gcc/doc/tm.texi
    branches/c++-coroutines/gcc/doc/tm.texi.in
    branches/c++-coroutines/gcc/dwarf2out.c
    branches/c++-coroutines/gcc/early-remat.c
    branches/c++-coroutines/gcc/emit-rtl.c
    branches/c++-coroutines/gcc/emit-rtl.h
    branches/c++-coroutines/gcc/expr.c
    branches/c++-coroutines/gcc/expr.h
    branches/c++-coroutines/gcc/final.c
    branches/c++-coroutines/gcc/fortran/ChangeLog
    branches/c++-coroutines/gcc/fortran/array.c
    branches/c++-coroutines/gcc/fortran/check.c
    branches/c++-coroutines/gcc/fortran/decl.c
    branches/c++-coroutines/gcc/fortran/dump-parse-tree.c
    branches/c++-coroutines/gcc/fortran/error.c
    branches/c++-coroutines/gcc/fortran/expr.c
    branches/c++-coroutines/gcc/fortran/f95-lang.c
    branches/c++-coroutines/gcc/fortran/gfortran.h
    branches/c++-coroutines/gcc/fortran/interface.c
    branches/c++-coroutines/gcc/fortran/intrinsic.c
    branches/c++-coroutines/gcc/fortran/io.c
    branches/c++-coroutines/gcc/fortran/match.c
    branches/c++-coroutines/gcc/fortran/misc.c
    branches/c++-coroutines/gcc/fortran/module.c
    branches/c++-coroutines/gcc/fortran/openmp.c
    branches/c++-coroutines/gcc/fortran/parse.c
    branches/c++-coroutines/gcc/fortran/primary.c
    branches/c++-coroutines/gcc/fortran/resolve.c
    branches/c++-coroutines/gcc/fortran/simplify.c
    branches/c++-coroutines/gcc/fortran/trans-decl.c
    branches/c++-coroutines/gcc/fortran/trans-expr.c
    branches/c++-coroutines/gcc/fortran/trans-openmp.c
    branches/c++-coroutines/gcc/fortran/trans.h
    branches/c++-coroutines/gcc/function-tests.c
    branches/c++-coroutines/gcc/function.c
    branches/c++-coroutines/gcc/gcse.c
    branches/c++-coroutines/gcc/genconfig.c
    branches/c++-coroutines/gcc/genemit.c
    branches/c++-coroutines/gcc/generic-match-head.c
    branches/c++-coroutines/gcc/gengenrtl.c
    branches/c++-coroutines/gcc/genmatch.c
    branches/c++-coroutines/gcc/genrecog.c
    branches/c++-coroutines/gcc/gimple-ssa-store-merging.c
    branches/c++-coroutines/gcc/gimple.c
    branches/c++-coroutines/gcc/ginclude/stdint-gcc.h
    branches/c++-coroutines/gcc/glimits.h
    branches/c++-coroutines/gcc/go/gofrontend/MERGE
    branches/c++-coroutines/gcc/go/gofrontend/ast-dump.cc
    branches/c++-coroutines/gcc/go/gofrontend/escape.cc
    branches/c++-coroutines/gcc/go/gofrontend/escape.h
    branches/c++-coroutines/gcc/go/gofrontend/export.cc
    branches/c++-coroutines/gcc/go/gofrontend/expressions.cc
    branches/c++-coroutines/gcc/go/gofrontend/expressions.h
    branches/c++-coroutines/gcc/go/gofrontend/gogo.cc
    branches/c++-coroutines/gcc/go/gofrontend/parse.cc
    branches/c++-coroutines/gcc/go/gofrontend/statements.cc
    branches/c++-coroutines/gcc/go/gofrontend/types.cc
    branches/c++-coroutines/gcc/haifa-sched.c
    branches/c++-coroutines/gcc/hard-reg-set.h
    branches/c++-coroutines/gcc/hash-map.h
    branches/c++-coroutines/gcc/hash-table.c
    branches/c++-coroutines/gcc/hash-table.h
    branches/c++-coroutines/gcc/hooks.c
    branches/c++-coroutines/gcc/hooks.h
    branches/c++-coroutines/gcc/ifcvt.c
    branches/c++-coroutines/gcc/ifcvt.h
    branches/c++-coroutines/gcc/internal-fn.def
    branches/c++-coroutines/gcc/ipa-cp.c
    branches/c++-coroutines/gcc/ipa-devirt.c
    branches/c++-coroutines/gcc/ipa-inline.c
    branches/c++-coroutines/gcc/ipa-param-manipulation.c
    branches/c++-coroutines/gcc/ipa-prop.c
    branches/c++-coroutines/gcc/ipa-prop.h
    branches/c++-coroutines/gcc/ira-build.c
    branches/c++-coroutines/gcc/ira-color.c
    branches/c++-coroutines/gcc/ira-conflicts.c
    branches/c++-coroutines/gcc/ira-costs.c
    branches/c++-coroutines/gcc/ira-int.h
    branches/c++-coroutines/gcc/ira-lives.c
    branches/c++-coroutines/gcc/ira.c
    branches/c++-coroutines/gcc/jump.c
    branches/c++-coroutines/gcc/langhooks-def.h
    branches/c++-coroutines/gcc/langhooks.h
    branches/c++-coroutines/gcc/loop-iv.c
    branches/c++-coroutines/gcc/lra-assigns.c
    branches/c++-coroutines/gcc/lra-constraints.c
    branches/c++-coroutines/gcc/lra-eliminations.c
    branches/c++-coroutines/gcc/lra-int.h
    branches/c++-coroutines/gcc/lra-lives.c
    branches/c++-coroutines/gcc/lra-remat.c
    branches/c++-coroutines/gcc/lra.c
    branches/c++-coroutines/gcc/lto/ChangeLog
    branches/c++-coroutines/gcc/lto/lto-lang.c
    branches/c++-coroutines/gcc/match.pd
    branches/c++-coroutines/gcc/omp-general.c
    branches/c++-coroutines/gcc/omp-general.h
    branches/c++-coroutines/gcc/omp-low.c
    branches/c++-coroutines/gcc/optabs.def
    branches/c++-coroutines/gcc/opts.c
    branches/c++-coroutines/gcc/params.def
    branches/c++-coroutines/gcc/po/ChangeLog
    branches/c++-coroutines/gcc/po/es.po
    branches/c++-coroutines/gcc/postreload-gcse.c
    branches/c++-coroutines/gcc/postreload.c
    branches/c++-coroutines/gcc/pretty-print.c
    branches/c++-coroutines/gcc/print-rtl.c
    branches/c++-coroutines/gcc/read-rtl-function.c
    branches/c++-coroutines/gcc/recog.c
    branches/c++-coroutines/gcc/regcprop.c
    branches/c++-coroutines/gcc/reginfo.c
    branches/c++-coroutines/gcc/regrename.c
    branches/c++-coroutines/gcc/regrename.h
    branches/c++-coroutines/gcc/regs.h
    branches/c++-coroutines/gcc/reload.c
    branches/c++-coroutines/gcc/reload1.c
    branches/c++-coroutines/gcc/reorg.c
    branches/c++-coroutines/gcc/resource.c
    branches/c++-coroutines/gcc/rtl.c
    branches/c++-coroutines/gcc/rtl.def
    branches/c++-coroutines/gcc/rtl.h
    branches/c++-coroutines/gcc/rtlanal.c
    branches/c++-coroutines/gcc/sched-deps.c
    branches/c++-coroutines/gcc/sel-sched-ir.c
    branches/c++-coroutines/gcc/sel-sched-ir.h
    branches/c++-coroutines/gcc/sel-sched.c
    branches/c++-coroutines/gcc/selftest.h
    branches/c++-coroutines/gcc/shrink-wrap.c
    branches/c++-coroutines/gcc/ssa.h
    branches/c++-coroutines/gcc/target-globals.c
    branches/c++-coroutines/gcc/target-globals.h
    branches/c++-coroutines/gcc/target.def
    branches/c++-coroutines/gcc/target.h
    branches/c++-coroutines/gcc/targhooks.c
    branches/c++-coroutines/gcc/targhooks.h
    branches/c++-coroutines/gcc/testsuite/ChangeLog
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/alias-decl-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-delete2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/gen-attrs-67.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/locations1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/constexpr-new.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/init/new43.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/lookup/friend12.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/lookup/pr79766.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/lookup/pr84375.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/other/new-size-type.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/ivopts-3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/pr53844.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/pr61034.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/pr8781.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wstringop-truncation-1.C
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/builtins/builtins.exp
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/loop-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Warray-bounds-18.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wincompatible-pointer-types-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/diag-aka-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/inline-7.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/ipa-sra-19.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/pr63416.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/nonnull-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/optimize-bswapsi-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/plugin/diagnostic_group_plugin.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_test_show_locus.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr41094.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/cunroll-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-12.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/no-vfa-vect-101.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/no-vfa-vect-102.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr66142.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr79920.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr83202-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-105.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-93.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-bswap16.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-double-reduc-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-profile-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/winline-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve2/shracc_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/mips/call-clobbered-3.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/auto_in_equiv_1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/auto_in_equiv_2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/asyncwait-1.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/asyncwait-2.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/asyncwait-3.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/asyncwait-4.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/default-2.f
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/enter-exit-data.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/if.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/list.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/literal.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/loop-2-kernels-tile.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/loop-2-parallel-tile.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/loop-7.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/parallel-kernels-clauses.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/routine-6.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/several-directives.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/sie.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/tile-1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/update-if_present-2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/gomp/declare-simd-1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/gomp/pr29759.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr91587.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/typebound_call_22.f03
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/use_without_only_1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/vect/vect-8.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/widechar_intrinsics_1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/widechar_intrinsics_2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/widechar_intrinsics_3.f90
    branches/c++-coroutines/gcc/testsuite/lib/target-supports.exp
    branches/c++-coroutines/gcc/tree-eh.c
    branches/c++-coroutines/gcc/tree-eh.h
    branches/c++-coroutines/gcc/tree-if-conv.c
    branches/c++-coroutines/gcc/tree-inline.c
    branches/c++-coroutines/gcc/tree-inline.h
    branches/c++-coroutines/gcc/tree-object-size.c
    branches/c++-coroutines/gcc/tree-object-size.h
    branches/c++-coroutines/gcc/tree-ssa-alias.c
    branches/c++-coroutines/gcc/tree-ssa-forwprop.c
    branches/c++-coroutines/gcc/tree-ssa-loop-ivcanon.c
    branches/c++-coroutines/gcc/tree-ssa-strlen.c
    branches/c++-coroutines/gcc/tree-vect-loop.c
    branches/c++-coroutines/gcc/tree-vect-patterns.c
    branches/c++-coroutines/gcc/tree-vect-stmts.c
    branches/c++-coroutines/gcc/tree-vectorizer.h
    branches/c++-coroutines/gcc/tree-vrp.c
    branches/c++-coroutines/gcc/tree-vrp.h
    branches/c++-coroutines/gcc/tree.c
    branches/c++-coroutines/gcc/var-tracking.c
    branches/c++-coroutines/gcc/vr-values.c
    branches/c++-coroutines/libada/ChangeLog
    branches/c++-coroutines/libada/Makefile.in
    branches/c++-coroutines/libada/configure
    branches/c++-coroutines/libada/configure.ac
    branches/c++-coroutines/libcpp/ChangeLog
    branches/c++-coroutines/libcpp/include/cpplib.h
    branches/c++-coroutines/libcpp/init.c
    branches/c++-coroutines/libcpp/internal.h
    branches/c++-coroutines/libcpp/lex.c
    branches/c++-coroutines/libcpp/line-map.c
    branches/c++-coroutines/libgcc/ChangeLog
    branches/c++-coroutines/libgcc/config/pa/fptr.c
    branches/c++-coroutines/libgfortran/ChangeLog
    branches/c++-coroutines/libgfortran/io/read.c
    branches/c++-coroutines/libgfortran/io/write.c
    branches/c++-coroutines/libgfortran/runtime/ISO_Fortran_binding.c
    branches/c++-coroutines/libgo/runtime/go-context.S
    branches/c++-coroutines/libgomp/ChangeLog
    branches/c++-coroutines/libgomp/Makefile.in
    branches/c++-coroutines/libgomp/aclocal.m4
    branches/c++-coroutines/libgomp/config.h.in
    branches/c++-coroutines/libgomp/configure
    branches/c++-coroutines/libgomp/configure.ac
    branches/c++-coroutines/libgomp/libgomp.h
    branches/c++-coroutines/libgomp/libgomp_g.h
    branches/c++-coroutines/libgomp/oacc-parallel.c
    branches/c++-coroutines/libgomp/plugin/plugin-hsa.c
    branches/c++-coroutines/libgomp/plugin/plugin-nvptx.c
    branches/c++-coroutines/libgomp/target.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-default.h
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c
    branches/c++-coroutines/libiberty/ChangeLog
    branches/c++-coroutines/libiberty/rust-demangle.c
    branches/c++-coroutines/libiberty/testsuite/rust-demangle-expected
    branches/c++-coroutines/liboffloadmic/ChangeLog
    branches/c++-coroutines/liboffloadmic/plugin/configure

Propchange: branches/c++-coroutines/
            ('svn:mergeinfo' modified)




More information about the Libstdc++-cvs mailing list