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

iains@gcc.gnu.org iains@gcc.gnu.org
Mon Dec 16 08:03:00 GMT 2019


Author: iains
Date: Mon Dec 16 08:03:33 2019
New Revision: 279411

URL: https://gcc.gnu.org/viewcvs?rev=279411&root=gcc&view=rev
Log:
c++-coroutines - Merge trunk r279408.

2019-12-16  Iain Sandoe  <iain@sandoe.co.uk>

	Merge trunk r279408.


Added:
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/span/nothrow_cons.cc
      - copied unchanged from r279408, trunk/libstdc++-v3/testsuite/23_containers/span/nothrow_cons.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/24_iterators/indirect_callable/
      - copied from r279408, trunk/libstdc++-v3/testsuite/24_iterators/indirect_callable/
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/copy/debug/1_neg.cc
      - copied unchanged from r279408, trunk/libstdc++-v3/testsuite/25_algorithms/copy/debug/1_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/2.cc
      - copied unchanged from r279408, trunk/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/2.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/31.cc
      - copied unchanged from r279408, trunk/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/31.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/32.cc
      - copied unchanged from r279408, trunk/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/32.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/33.cc
      - copied unchanged from r279408, trunk/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/33.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/41.cc
      - copied unchanged from r279408, trunk/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/41.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/42.cc
      - copied unchanged from r279408, trunk/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/42.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/43.cc
      - copied unchanged from r279408, trunk/libstdc++-v3/testsuite/25_algorithms/copy/deque_iterators/43.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/copy_backward/deque_iterators/2.cc
      - copied unchanged from r279408, trunk/libstdc++-v3/testsuite/25_algorithms/copy_backward/deque_iterators/2.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/equal/deque_iterators/
      - copied from r279408, trunk/libstdc++-v3/testsuite/25_algorithms/equal/deque_iterators/
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/fill/deque_iterators/
      - copied from r279408, trunk/libstdc++-v3/testsuite/25_algorithms/fill/deque_iterators/
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/move/deque_iterators/2.cc
      - copied unchanged from r279408, trunk/libstdc++-v3/testsuite/25_algorithms/move/deque_iterators/2.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/move_backward/deque_iterators/2.cc
      - copied unchanged from r279408, trunk/libstdc++-v3/testsuite/25_algorithms/move_backward/deque_iterators/2.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/complex/1.cc
      - copied unchanged from r279408, trunk/libstdc++-v3/testsuite/26_numerics/complex/1.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/complex/2.cc
      - copied unchanged from r279408, trunk/libstdc++-v3/testsuite/26_numerics/complex/2.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/path/concat/92853.cc
      - copied unchanged from r279408, trunk/libstdc++-v3/testsuite/27_io/filesystem/path/concat/92853.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/performance/25_algorithms/equal_deque_iterators.cc
      - copied unchanged from r279408, trunk/libstdc++-v3/testsuite/performance/25_algorithms/equal_deque_iterators.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/std/ranges/safe_range.cc
      - copied unchanged from r279408, trunk/libstdc++-v3/testsuite/std/ranges/safe_range.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/std/ranges/safe_range_types.cc
      - copied unchanged from r279408, trunk/libstdc++-v3/testsuite/std/ranges/safe_range_types.cc
Modified:
    branches/c++-coroutines/libstdc++-v3/ChangeLog
    branches/c++-coroutines/libstdc++-v3/include/bits/deque.tcc
    branches/c++-coroutines/libstdc++-v3/include/bits/ios_base.h
    branches/c++-coroutines/libstdc++-v3/include/bits/iterator_concepts.h
    branches/c++-coroutines/libstdc++-v3/include/bits/range_access.h
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_algobase.h
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_deque.h
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_iterator_base_types.h
    branches/c++-coroutines/libstdc++-v3/include/debug/debug.h
    branches/c++-coroutines/libstdc++-v3/include/debug/safe_iterator.h
    branches/c++-coroutines/libstdc++-v3/include/debug/safe_iterator.tcc
    branches/c++-coroutines/libstdc++-v3/include/debug/stl_iterator.h
    branches/c++-coroutines/libstdc++-v3/include/debug/vector
    branches/c++-coroutines/libstdc++-v3/include/experimental/string_view
    branches/c++-coroutines/libstdc++-v3/include/pstl/glue_numeric_defs.h
    branches/c++-coroutines/libstdc++-v3/include/pstl/glue_numeric_impl.h
    branches/c++-coroutines/libstdc++-v3/include/std/complex
    branches/c++-coroutines/libstdc++-v3/include/std/numeric
    branches/c++-coroutines/libstdc++-v3/include/std/ranges
    branches/c++-coroutines/libstdc++-v3/include/std/span
    branches/c++-coroutines/libstdc++-v3/include/std/string_view
    branches/c++-coroutines/libstdc++-v3/include/std/version
    branches/c++-coroutines/libstdc++-v3/include/tr1/cctype
    branches/c++-coroutines/libstdc++-v3/include/tr1/cfenv
    branches/c++-coroutines/libstdc++-v3/include/tr1/cinttypes
    branches/c++-coroutines/libstdc++-v3/include/tr1/cstdint
    branches/c++-coroutines/libstdc++-v3/include/tr1/cstdio
    branches/c++-coroutines/libstdc++-v3/include/tr1/cstdlib
    branches/c++-coroutines/libstdc++-v3/include/tr1/cwchar
    branches/c++-coroutines/libstdc++-v3/include/tr1/cwctype
    branches/c++-coroutines/libstdc++-v3/libsupc++/compare
    branches/c++-coroutines/libstdc++-v3/src/c++11/random.cc
    branches/c++-coroutines/libstdc++-v3/src/c++17/fs_path.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/25_algorithms/copy/streambuf_iterators/char/4.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/path/concat/path.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/path/concat/strings.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/performance/25_algorithms/copy_backward_deque_iterators.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/performance/25_algorithms/copy_deque_iterators.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/std/ranges/access/begin.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/std/ranges/access/cbegin.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/std/ranges/access/cdata.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/std/ranges/access/cend.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/std/ranges/access/crbegin.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/std/ranges/access/crend.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/std/ranges/access/data.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/std/ranges/access/end.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/std/ranges/access/rbegin.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/std/ranges/access/rend.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/std/ranges/empty_view.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/util/testsuite_iterators.h

Changes in other areas also in this revision:
Added:
    branches/c++-coroutines/contrib/unicode/
      - copied from r279408, trunk/contrib/unicode/
    branches/c++-coroutines/gcc/testsuite/c-c++-common/goacc/clause-locations.c
      - copied unchanged from r279408, trunk/gcc/testsuite/c-c++-common/goacc/clause-locations.c
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/aggr3.C
      - copied unchanged from r279408, trunk/gcc/testsuite/g++.dg/cpp0x/aggr3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/decltype-err1.C
      - copied unchanged from r279408, trunk/gcc/testsuite/g++.dg/cpp0x/decltype-err1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/initlist-new2.C
      - copied unchanged from r279408, trunk/gcc/testsuite/g++.dg/cpp0x/initlist-new2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/nontype-class25.C
      - copied unchanged from r279408, trunk/gcc/testsuite/g++.dg/cpp2a/nontype-class25.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/nontype-class26.C
      - copied unchanged from r279408, trunk/gcc/testsuite/g++.dg/cpp2a/nontype-class26.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init20.C
      - copied unchanged from r279408, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init20.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/spaceship-decltype1.C
      - copied unchanged from r279408, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-decltype1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite5.C
      - copied unchanged from r279408, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg2.C
      - copied unchanged from r279408, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg3.C
      - copied unchanged from r279408, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-synth-neg3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/overload/bit-field1.C
      - copied unchanged from r279408, trunk/gcc/testsuite/g++.dg/overload/bit-field1.C
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr92891.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.c-torture/compile/pr92891.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/pr86659-1.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.c-torture/execute/pr86659-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/pr86659-2.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.c-torture/execute/pr86659-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/pr92904.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.c-torture/execute/pr92904.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Warray-bounds-52.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/Warray-bounds-52.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstringop-overflow-26.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-26.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstringop-overflow-27.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-27.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstringop-overflow-28.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-28.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstringop-overflow-29.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-29.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d128-1.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d128-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d128-2.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d128-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d128-3.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d128-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d128-4.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d128-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d32-1.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d32-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d32-2.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d32-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d64-1.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d64-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d64-2.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/dfp/bid-non-canonical-d64-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/pr92883.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/ipa/pr92883.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/lto/tag-1_0.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/lto/tag-1_0.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/lto/tag-1_1.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/lto/tag-1_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr92951-1.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/pr92951-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr92951-2.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/pr92951-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr92410.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/torture/pr92410.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr92834.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr92834.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr92930.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr92930.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr92723.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/vect/pr92723.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-shift-5.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.dg/vect/vect-shift-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/general/debug_4.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/aarch64/sve/acle/general/debug_4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/clastb_9.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/aarch64/sve/clastb_9.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_6.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_6.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_7.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_7.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/pr89007-1.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/aarch64/sve/pr89007-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/pr89007-2.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/aarch64/sve/pr89007-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-movcc-1.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-movcc-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-movcc-2.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-movcc-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-vpcmp-1.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-vpcmp-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-vpcmp-2.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-vpcmp-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-vpcmp-intelasm-1.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/i386/avx512bw-pr92686-vpcmp-intelasm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512bw-pr92908.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/i386/avx512bw-pr92908.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-movcc-1.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-movcc-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-movcc-2.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-movcc-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-vpcmp-1.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-vpcmp-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-vpcmp-2.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-vpcmp-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-vpcmp-intelasm-1.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/i386/avx512vl-pr92686-vpcmp-intelasm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr92686.inc
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/i386/pr92686.inc
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr92825.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/i386/pr92825.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr92865-1.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/i386/pr92865-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr92796.c
      - copied unchanged from r279408, trunk/gcc/testsuite/gcc.target/powerpc/pr92796.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/assumed_rank_18.f90
      - copied unchanged from r279408, trunk/gcc/testsuite/gfortran.dg/assumed_rank_18.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/bind_c_optional-1.f90
      - copied unchanged from r279408, trunk/gcc/testsuite/gfortran.dg/bind_c_optional-1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/clause-locations.f90
      - copied unchanged from r279408, trunk/gcc/testsuite/gfortran.dg/goacc/clause-locations.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/interface_45.f90
      - copied unchanged from r279408, trunk/gcc/testsuite/gfortran.dg/interface_45.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr92874.f90
      - copied unchanged from r279408, trunk/gcc/testsuite/gfortran.dg/pr92874.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr92882.f
      - copied unchanged from r279408, trunk/gcc/testsuite/gfortran.dg/pr92882.f
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr92897.f90
      - copied unchanged from r279408, trunk/gcc/testsuite/gfortran.dg/pr92897.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr92898.f90
      - copied unchanged from r279408, trunk/gcc/testsuite/gfortran.dg/pr92898.f90
    branches/c++-coroutines/gcc/testsuite/gnat.dg/lto23.adb
      - copied unchanged from r279408, trunk/gcc/testsuite/gnat.dg/lto23.adb
    branches/c++-coroutines/libcpp/generated_cpp_wcwidth.h
      - copied unchanged from r279408, trunk/libcpp/generated_cpp_wcwidth.h
    branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/atomic1.f90
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.fortran/atomic1.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-1.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-2.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-3-2.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-3-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-3.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-3.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-4-2.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-4-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-4.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_free-pr92503-4.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-device_already-1.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-device_already-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-device_already-2.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-device_already-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-device_already-3.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-device_already-3.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-host_already-1.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-host_already-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-host_already-2.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-host_already-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-host_already-3.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_map_data-host_already-3.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_unmap_data-pr92840-1.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_unmap_data-pr92840-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_unmap_data-pr92840-2.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_unmap_data-pr92840-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_unmap_data-pr92840-3.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_unmap_data-pr92840-3.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/host_data-6.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/host_data-6.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/map-data-1.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/map-data-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92843-1.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92843-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92854-1.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92854-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92877-1.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92877-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-d-a.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-d-a.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-d-p.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-d-p.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-r-a.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-r-a.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-r-p.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-r-p.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-2.c
      - copied unchanged from r279408, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-2.c
Removed:
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/copyin-devptr-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/copyin-devptr-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-22.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-30.c
Modified:
    branches/c++-coroutines/   (props changed)
    branches/c++-coroutines/ChangeLog
    branches/c++-coroutines/ChangeLog.coroutines
    branches/c++-coroutines/MAINTAINERS
    branches/c++-coroutines/config-ml.in
    branches/c++-coroutines/configure
    branches/c++-coroutines/configure.ac
    branches/c++-coroutines/contrib/ChangeLog
    branches/c++-coroutines/gcc/ChangeLog
    branches/c++-coroutines/gcc/DATESTAMP
    branches/c++-coroutines/gcc/REVISION
    branches/c++-coroutines/gcc/ada/ChangeLog
    branches/c++-coroutines/gcc/ada/atree.ads
    branches/c++-coroutines/gcc/ada/atree.h
    branches/c++-coroutines/gcc/ada/bindo-graphs.adb
    branches/c++-coroutines/gcc/ada/comperr.ads
    branches/c++-coroutines/gcc/ada/debug.ads
    branches/c++-coroutines/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst
    branches/c++-coroutines/gcc/ada/doc/gnat_ugn/gnat_and_program_execution.rst
    branches/c++-coroutines/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst
    branches/c++-coroutines/gcc/ada/einfo.ads
    branches/c++-coroutines/gcc/ada/elists.ads
    branches/c++-coroutines/gcc/ada/elists.h
    branches/c++-coroutines/gcc/ada/err_vars.ads
    branches/c++-coroutines/gcc/ada/errout.ads
    branches/c++-coroutines/gcc/ada/exp_aggr.adb
    branches/c++-coroutines/gcc/ada/exp_attr.adb
    branches/c++-coroutines/gcc/ada/exp_ch11.ads
    branches/c++-coroutines/gcc/ada/exp_ch4.adb
    branches/c++-coroutines/gcc/ada/exp_ch5.adb
    branches/c++-coroutines/gcc/ada/exp_ch6.adb
    branches/c++-coroutines/gcc/ada/exp_ch7.adb
    branches/c++-coroutines/gcc/ada/exp_ch9.adb
    branches/c++-coroutines/gcc/ada/exp_code.ads
    branches/c++-coroutines/gcc/ada/exp_dbug.ads
    branches/c++-coroutines/gcc/ada/exp_disp.adb
    branches/c++-coroutines/gcc/ada/exp_disp.ads
    branches/c++-coroutines/gcc/ada/exp_intr.adb
    branches/c++-coroutines/gcc/ada/exp_pakd.adb
    branches/c++-coroutines/gcc/ada/exp_tss.ads
    branches/c++-coroutines/gcc/ada/exp_unst.adb
    branches/c++-coroutines/gcc/ada/exp_util.adb
    branches/c++-coroutines/gcc/ada/exp_util.ads
    branches/c++-coroutines/gcc/ada/fe.h
    branches/c++-coroutines/gcc/ada/freeze.adb
    branches/c++-coroutines/gcc/ada/gcc-interface/trans.c
    branches/c++-coroutines/gcc/ada/gnat_rm.texi
    branches/c++-coroutines/gcc/ada/gnat_ugn.texi
    branches/c++-coroutines/gcc/ada/impunit.adb
    branches/c++-coroutines/gcc/ada/impunit.ads
    branches/c++-coroutines/gcc/ada/inline.adb
    branches/c++-coroutines/gcc/ada/layout.adb
    branches/c++-coroutines/gcc/ada/lib.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-dispat.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-calfor.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-calfor.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cfinve.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cofove.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-altive.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-comlin.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-comlin.ads
    branches/c++-coroutines/gcc/ada/namet.ads
    branches/c++-coroutines/gcc/ada/namet.h
    branches/c++-coroutines/gcc/ada/nlists.ads
    branches/c++-coroutines/gcc/ada/nlists.h
    branches/c++-coroutines/gcc/ada/opt.ads
    branches/c++-coroutines/gcc/ada/raise-gcc.c
    branches/c++-coroutines/gcc/ada/repinfo.ads
    branches/c++-coroutines/gcc/ada/repinfo.h
    branches/c++-coroutines/gcc/ada/restrict.ads
    branches/c++-coroutines/gcc/ada/rtsfind.ads
    branches/c++-coroutines/gcc/ada/scos.ads
    branches/c++-coroutines/gcc/ada/scos.h
    branches/c++-coroutines/gcc/ada/sem_aggr.ads
    branches/c++-coroutines/gcc/ada/sem_attr.adb
    branches/c++-coroutines/gcc/ada/sem_aux.ads
    branches/c++-coroutines/gcc/ada/sem_ch10.adb
    branches/c++-coroutines/gcc/ada/sem_ch12.adb
    branches/c++-coroutines/gcc/ada/sem_ch13.adb
    branches/c++-coroutines/gcc/ada/sem_ch3.adb
    branches/c++-coroutines/gcc/ada/sem_ch4.adb
    branches/c++-coroutines/gcc/ada/sem_ch5.adb
    branches/c++-coroutines/gcc/ada/sem_ch6.adb
    branches/c++-coroutines/gcc/ada/sem_ch7.adb
    branches/c++-coroutines/gcc/ada/sem_ch8.adb
    branches/c++-coroutines/gcc/ada/sem_ch9.adb
    branches/c++-coroutines/gcc/ada/sem_elab.adb
    branches/c++-coroutines/gcc/ada/sem_eval.ads
    branches/c++-coroutines/gcc/ada/sem_prag.adb
    branches/c++-coroutines/gcc/ada/sem_res.adb
    branches/c++-coroutines/gcc/ada/sem_type.adb
    branches/c++-coroutines/gcc/ada/sem_util.adb
    branches/c++-coroutines/gcc/ada/sem_util.ads
    branches/c++-coroutines/gcc/ada/sinfo.adb
    branches/c++-coroutines/gcc/ada/sinfo.ads
    branches/c++-coroutines/gcc/ada/sinput.ads
    branches/c++-coroutines/gcc/ada/stringt.ads
    branches/c++-coroutines/gcc/ada/stringt.h
    branches/c++-coroutines/gcc/ada/targparm.ads
    branches/c++-coroutines/gcc/ada/types.ads
    branches/c++-coroutines/gcc/ada/types.h
    branches/c++-coroutines/gcc/ada/uintp.h
    branches/c++-coroutines/gcc/ada/urealp.ads
    branches/c++-coroutines/gcc/ada/urealp.h
    branches/c++-coroutines/gcc/ada/warnsw.ads
    branches/c++-coroutines/gcc/bb-reorder.c
    branches/c++-coroutines/gcc/builtins.c
    branches/c++-coroutines/gcc/builtins.h
    branches/c++-coroutines/gcc/c-family/ChangeLog
    branches/c++-coroutines/gcc/c-family/c-format.c
    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-pretty-print.h
    branches/c++-coroutines/gcc/c/ChangeLog
    branches/c++-coroutines/gcc/c/c-objc-common.c
    branches/c++-coroutines/gcc/cfgexpand.c
    branches/c++-coroutines/gcc/cgraph.c
    branches/c++-coroutines/gcc/cgraph.h
    branches/c++-coroutines/gcc/cgraphunit.c
    branches/c++-coroutines/gcc/common/config/i386/i386-common.c
    branches/c++-coroutines/gcc/config/aarch64/aarch64-arches.def
    branches/c++-coroutines/gcc/config/aarch64/aarch64-c.c
    branches/c++-coroutines/gcc/config/aarch64/aarch64-option-extensions.def
    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/iterators.md
    branches/c++-coroutines/gcc/config/arc/arc-modes.def
    branches/c++-coroutines/gcc/config/arc/arc.c
    branches/c++-coroutines/gcc/config/arc/arc.h
    branches/c++-coroutines/gcc/config/arc/arc.md
    branches/c++-coroutines/gcc/config/arc/fpu.md
    branches/c++-coroutines/gcc/config/arc/predicates.md
    branches/c++-coroutines/gcc/config/arm/arm-cpus.in
    branches/c++-coroutines/gcc/config/arm/arm.c
    branches/c++-coroutines/gcc/config/arm/t-multilib
    branches/c++-coroutines/gcc/config/avr/avr-mcus.def
    branches/c++-coroutines/gcc/config/darwin.h
    branches/c++-coroutines/gcc/config/gcn/gcn-valu.md
    branches/c++-coroutines/gcc/config/gcn/gcn.c
    branches/c++-coroutines/gcc/config/i386/i386-builtin.def
    branches/c++-coroutines/gcc/config/i386/i386-builtins.c
    branches/c++-coroutines/gcc/config/i386/i386-c.c
    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/i386/i386.opt
    branches/c++-coroutines/gcc/config/i386/sse.md
    branches/c++-coroutines/gcc/config/msp430/msp430.h
    branches/c++-coroutines/gcc/config/msp430/t-msp430
    branches/c++-coroutines/gcc/config/rs6000/darwin.h
    branches/c++-coroutines/gcc/config/rs6000/rs6000.c
    branches/c++-coroutines/gcc/config/rs6000/rs6000.md
    branches/c++-coroutines/gcc/cp/ChangeLog
    branches/c++-coroutines/gcc/cp/call.c
    branches/c++-coroutines/gcc/cp/class.c
    branches/c++-coroutines/gcc/cp/cp-tree.h
    branches/c++-coroutines/gcc/cp/cxx-pretty-print.c
    branches/c++-coroutines/gcc/cp/cxx-pretty-print.h
    branches/c++-coroutines/gcc/cp/decl.c
    branches/c++-coroutines/gcc/cp/error.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/parser.c
    branches/c++-coroutines/gcc/cp/pt.c
    branches/c++-coroutines/gcc/cp/rtti.c
    branches/c++-coroutines/gcc/cp/semantics.c
    branches/c++-coroutines/gcc/cp/tree.c
    branches/c++-coroutines/gcc/cp/typeck.c
    branches/c++-coroutines/gcc/cp/typeck2.c
    branches/c++-coroutines/gcc/ddg.c
    branches/c++-coroutines/gcc/ddg.h
    branches/c++-coroutines/gcc/diagnostic-show-locus.c
    branches/c++-coroutines/gcc/diagnostic.c
    branches/c++-coroutines/gcc/doc/avr-mmcu.texi
    branches/c++-coroutines/gcc/doc/extend.texi
    branches/c++-coroutines/gcc/doc/install.texi
    branches/c++-coroutines/gcc/doc/invoke.texi
    branches/c++-coroutines/gcc/doc/sourcebuild.texi
    branches/c++-coroutines/gcc/dwarf2out.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/dependency.c
    branches/c++-coroutines/gcc/fortran/error.c
    branches/c++-coroutines/gcc/fortran/misc.c
    branches/c++-coroutines/gcc/fortran/trans-array.c
    branches/c++-coroutines/gcc/fortran/trans-openmp.c
    branches/c++-coroutines/gcc/function-tests.c
    branches/c++-coroutines/gcc/gcc-rich-location.c
    branches/c++-coroutines/gcc/gcc-rich-location.h
    branches/c++-coroutines/gcc/go/gofrontend/MERGE
    branches/c++-coroutines/gcc/go/gofrontend/types.cc
    branches/c++-coroutines/gcc/haifa-sched.c
    branches/c++-coroutines/gcc/hash-map-tests.c
    branches/c++-coroutines/gcc/hash-table.h
    branches/c++-coroutines/gcc/input.c
    branches/c++-coroutines/gcc/input.h
    branches/c++-coroutines/gcc/ipa-cp.c
    branches/c++-coroutines/gcc/ipa-devirt.c
    branches/c++-coroutines/gcc/ipa-fnsummary.c
    branches/c++-coroutines/gcc/ipa-param-manipulation.c
    branches/c++-coroutines/gcc/ipa-prop.c
    branches/c++-coroutines/gcc/ipa-pure-const.c
    branches/c++-coroutines/gcc/ipa-sra.c
    branches/c++-coroutines/gcc/ipa-utils.c
    branches/c++-coroutines/gcc/ipa-utils.h
    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/lto-streamer-in.c
    branches/c++-coroutines/gcc/lto/ChangeLog
    branches/c++-coroutines/gcc/lto/lto-partition.c
    branches/c++-coroutines/gcc/match.pd
    branches/c++-coroutines/gcc/modulo-sched.c
    branches/c++-coroutines/gcc/omp-low.c
    branches/c++-coroutines/gcc/opts.c
    branches/c++-coroutines/gcc/params.opt
    branches/c++-coroutines/gcc/predict.c
    branches/c++-coroutines/gcc/pretty-print.c
    branches/c++-coroutines/gcc/pretty-print.h
    branches/c++-coroutines/gcc/profile.c
    branches/c++-coroutines/gcc/real.c
    branches/c++-coroutines/gcc/real.h
    branches/c++-coroutines/gcc/regstat.c
    branches/c++-coroutines/gcc/selftest.h
    branches/c++-coroutines/gcc/simplify-rtx.c
    branches/c++-coroutines/gcc/testsuite/ChangeLog
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Wcast-align.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Wcast-function-type.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Wint-to-pointer-cast-1.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Wint-to-pointer-cast-2.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Wint-to-pointer-cast-3.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Wrestrict.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Wstringop-overflow-2.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Wstringop-truncation-4.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Wstringop-truncation.c
    branches/c++-coroutines/gcc/testsuite/g++.dg/Wcast-function-type.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/addr_builtin-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/conversion/const2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/conversion/dynamic1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/conversion/ptrmem2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/conversion/ptrmem3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/conversion/qual3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/conversion/reinterpret3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-cast.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/decltype10.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-conv11.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/nullptr04.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/reinterpret_cast2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/rv-cast2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/lambda-conv1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/noexcept-type7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/array-conv9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/expr/cast11.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/expr/static_cast8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/vector6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/other/conversion1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/parse/pr26997.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/rtti/no-rtti.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/tc1/dr137.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/template/cast4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wcast-qual1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wcast-qual2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wconditionally-supported-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wstringop-overflow-3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wuseless-cast.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/pr35711.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.bugs/900227_01.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.bugs/900404_07.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.jason/overload1.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.jason/rfg26.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.jason/rvalue3.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.jason/warning2.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.mike/dyncast4.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.mike/dyncast6.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.mike/p11482.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.mike/p2573.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.mike/p2855.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.mike/p7476.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.mike/p8039.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.other/cast2.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.other/cast3.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.other/dcast1.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.other/dcast2.C
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Warray-bounds-46.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Warray-bounds-47.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstringop-overflow-17.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/attr-alloc_size.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/attr-copy-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/builtin-stringop-chk-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cpp/pr66415-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_test_show_locus.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/strlenopt-86.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-epilogues.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/pragma_cpp_predefs_2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vmovntpd-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vmovntps-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-pr88547-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr82002-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88547-1.c
    branches/c++-coroutines/gcc/testsuite/gnat.dg/subp_inst_pkg.adb
    branches/c++-coroutines/gcc/testsuite/gnat.dg/warn24.adb
    branches/c++-coroutines/gcc/testsuite/lib/gcc-dg.exp
    branches/c++-coroutines/gcc/testsuite/lib/target-supports.exp
    branches/c++-coroutines/gcc/tree-object-size.c
    branches/c++-coroutines/gcc/tree-object-size.h
    branches/c++-coroutines/gcc/tree-ssa-loop-niter.c
    branches/c++-coroutines/gcc/tree-ssa-strlen.c
    branches/c++-coroutines/gcc/tree-ssa-strlen.h
    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.c
    branches/c++-coroutines/gcc/varasm.c
    branches/c++-coroutines/gcc/varpool.c
    branches/c++-coroutines/libbacktrace/ChangeLog
    branches/c++-coroutines/libbacktrace/Makefile.am
    branches/c++-coroutines/libbacktrace/Makefile.in
    branches/c++-coroutines/libbacktrace/configure
    branches/c++-coroutines/libbacktrace/configure.ac
    branches/c++-coroutines/libbacktrace/dwarf.c
    branches/c++-coroutines/libbacktrace/elf.c
    branches/c++-coroutines/libbacktrace/internal.h
    branches/c++-coroutines/libbacktrace/pecoff.c
    branches/c++-coroutines/libbacktrace/xcoff.c
    branches/c++-coroutines/libcc1/ChangeLog
    branches/c++-coroutines/libcc1/libcp1plugin.cc
    branches/c++-coroutines/libcpp/ChangeLog
    branches/c++-coroutines/libcpp/charset.c
    branches/c++-coroutines/libcpp/include/cpplib.h
    branches/c++-coroutines/libcpp/include/line-map.h
    branches/c++-coroutines/libdecnumber/ChangeLog
    branches/c++-coroutines/libdecnumber/bid/bid2dpd_dpd2bid.c
    branches/c++-coroutines/libgcc/ChangeLog
    branches/c++-coroutines/libgcc/config.host
    branches/c++-coroutines/libgcc/config/msp430/t-msp430
    branches/c++-coroutines/libgcc/crtstuff.c
    branches/c++-coroutines/libgo/go/runtime/os_hurd.go
    branches/c++-coroutines/libgomp/ChangeLog
    branches/c++-coroutines/libgomp/config/gcn/task.c
    branches/c++-coroutines/libgomp/config/gcn/team.c
    branches/c++-coroutines/libgomp/config/nvptx/task.c
    branches/c++-coroutines/libgomp/config/nvptx/team.c
    branches/c++-coroutines/libgomp/env.c
    branches/c++-coroutines/libgomp/libgomp.h
    branches/c++-coroutines/libgomp/libgomp.texi
    branches/c++-coroutines/libgomp/libgomp_g.h
    branches/c++-coroutines/libgomp/oacc-async.c
    branches/c++-coroutines/libgomp/oacc-host.c
    branches/c++-coroutines/libgomp/oacc-int.h
    branches/c++-coroutines/libgomp/oacc-mem.c
    branches/c++-coroutines/libgomp/oacc-parallel.c
    branches/c++-coroutines/libgomp/omp_lib.h.in
    branches/c++-coroutines/libgomp/openacc.f90
    branches/c++-coroutines/libgomp/ordered.c
    branches/c++-coroutines/libgomp/plugin/plugin-gcn.c
    branches/c++-coroutines/libgomp/target.c
    branches/c++-coroutines/libgomp/task.c
    branches/c++-coroutines/libgomp/team.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/jacobi.f
    branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/use_device_addr-3.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/use_device_addr-4.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/use_device_ptr-optional-2.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.hsa.c/tiling-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_prof-init-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_prof-kernels-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_prof-parallel-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/async_queue-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/asyncwait-nop-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/clauses-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/context-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/context-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/context-3.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/context-4.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/enter_exit-lib.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/function-not-offloaded.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-13.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-14.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-18.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-82.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-91.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/nested-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/tile-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/declare-5.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/optional-cache.f95
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/optional-data-copyin-by-value.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/optional-firstprivate.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/optional-reduction.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/optional-update-host.f90

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




More information about the Libstdc++-cvs mailing list