r265584 [1/2] - in /branches/c++-coroutines: ./...

iains@gcc.gnu.org iains@gcc.gnu.org
Mon Oct 29 09:59:00 GMT 2018


Author: iains
Date: Mon Oct 29 09:58:56 2018
New Revision: 265584

URL: https://gcc.gnu.org/viewcvs?rev=265584&root=gcc&view=rev
Log:
Merge trunk r265582.


Added:
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/unique_ptr/cons/incomplete.cc
      - copied unchanged from r265582, trunk/libstdc++-v3/testsuite/20_util/unique_ptr/cons/incomplete.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/variant/87619.cc
      - copied unchanged from r265582, trunk/libstdc++-v3/testsuite/20_util/variant/87619.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/87749.cc
      - copied unchanged from r265582, trunk/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/87749.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/move_assign_optim.cc
      - copied unchanged from r265582, trunk/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/char/move_assign_optim.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/87749.cc
      - copied unchanged from r265582, trunk/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/87749.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/move_assign_optim.cc
      - copied unchanged from r265582, trunk/libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign/wchar_t/move_assign_optim.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/valarray/87641.cc
      - copied unchanged from r265582, trunk/libstdc++-v3/testsuite/26_numerics/valarray/87641.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/28_regex/headers/regex/parallel_mode.cc
      - copied unchanged from r265582, trunk/libstdc++-v3/testsuite/28_regex/headers/regex/parallel_mode.cc
Removed:
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/5_c++0x.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/5_c++0x.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/5_c++0x.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/5_c++0x.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/5_c++0x.cc
Modified:
    branches/c++-coroutines/libstdc++-v3/ChangeLog
    branches/c++-coroutines/libstdc++-v3/acinclude.m4
    branches/c++-coroutines/libstdc++-v3/config.h.in
    branches/c++-coroutines/libstdc++-v3/config/abi/pre/gnu.ver
    branches/c++-coroutines/libstdc++-v3/config/locale/gnu/monetary_members.cc
    branches/c++-coroutines/libstdc++-v3/config/locale/gnu/numeric_members.cc
    branches/c++-coroutines/libstdc++-v3/configure
    branches/c++-coroutines/libstdc++-v3/configure.ac
    branches/c++-coroutines/libstdc++-v3/crossconfig.m4
    branches/c++-coroutines/libstdc++-v3/include/bits/alloc_traits.h
    branches/c++-coroutines/libstdc++-v3/include/bits/allocator.h
    branches/c++-coroutines/libstdc++-v3/include/bits/basic_string.h
    branches/c++-coroutines/libstdc++-v3/include/bits/random.h
    branches/c++-coroutines/libstdc++-v3/include/bits/regex_executor.tcc
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_uninitialized.h
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_vector.h
    branches/c++-coroutines/libstdc++-v3/include/bits/unique_ptr.h
    branches/c++-coroutines/libstdc++-v3/include/bits/valarray_array.h
    branches/c++-coroutines/libstdc++-v3/include/bits/vector.tcc
    branches/c++-coroutines/libstdc++-v3/include/c_global/cstddef
    branches/c++-coroutines/libstdc++-v3/include/debug/list
    branches/c++-coroutines/libstdc++-v3/include/debug/map.h
    branches/c++-coroutines/libstdc++-v3/include/debug/multimap.h
    branches/c++-coroutines/libstdc++-v3/include/debug/multiset.h
    branches/c++-coroutines/libstdc++-v3/include/debug/safe_unordered_container.h
    branches/c++-coroutines/libstdc++-v3/include/debug/set.h
    branches/c++-coroutines/libstdc++-v3/include/debug/unordered_map
    branches/c++-coroutines/libstdc++-v3/include/debug/unordered_set
    branches/c++-coroutines/libstdc++-v3/include/debug/vector
    branches/c++-coroutines/libstdc++-v3/include/experimental/bits/net.h
    branches/c++-coroutines/libstdc++-v3/include/experimental/buffer
    branches/c++-coroutines/libstdc++-v3/include/experimental/executor
    branches/c++-coroutines/libstdc++-v3/include/experimental/internet
    branches/c++-coroutines/libstdc++-v3/include/experimental/io_context
    branches/c++-coroutines/libstdc++-v3/include/experimental/netfwd
    branches/c++-coroutines/libstdc++-v3/include/experimental/socket
    branches/c++-coroutines/libstdc++-v3/include/experimental/timer
    branches/c++-coroutines/libstdc++-v3/include/ext/alloc_traits.h
    branches/c++-coroutines/libstdc++-v3/include/ext/malloc_allocator.h
    branches/c++-coroutines/libstdc++-v3/include/ext/new_allocator.h
    branches/c++-coroutines/libstdc++-v3/include/std/variant
    branches/c++-coroutines/libstdc++-v3/src/c++11/cxx11-shim_facets.cc
    branches/c++-coroutines/libstdc++-v3/src/c++98/valarray.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/duration/cons/2.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/duration/literals/range_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/scoped_allocator/1.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/22_locale/numpunct/members/char/3.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/array/requirements/explicit_instantiation/3.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/deque/48101_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/deque/capacity/max_size.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/deque/requirements/explicit_instantiation/3.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/forward_list/48101_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/forward_list/cons/14.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/forward_list/requirements/explicit_instantiation/3.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/forward_list/requirements/explicit_instantiation/5.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/list/48101_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/3.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/5.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/map/56613.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/3.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/5.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/3.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/5.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/multiset/48101_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/3.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/5.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/set/48101_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/3.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/5.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_map/55043.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/copy.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/copy_assign.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/minimal.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/move.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/move_assign.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/noexcept.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_map/cons/81891.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/debug_container.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/exception/basic.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/exception/generation_prohibited.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/exception/propagation_consistent.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/3.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/explicit_instantiation/5.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multimap/55043.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/copy.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/copy_assign.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/minimal.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/move.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/move_assign.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/noexcept.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/exception/basic.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/exception/generation_prohibited.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/exception/propagation_consistent.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/explicit_instantiation/3.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/explicit_instantiation/5.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multiset/48101_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/explicit_instantiation/3.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multiset/requirements/explicit_instantiation/5.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_set/48101_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/explicit_instantiation/3.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/explicit_instantiation/5.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/vector/48101_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/vector/capacity/max_size.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/vector/ext_pointer/explicit_instantiation/3.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/vector/modifiers/push_back/49836.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/vector/requirements/explicit_instantiation/3.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/random/random_device/cons/token.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/char/default.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/wchar_t/default.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/path/io/dr2989.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/28_regex/headers/regex/std_c++0x_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/net/buffer/arithmetic.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/net/buffer/const.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/net/buffer/creation.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/net/buffer/mutable.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/net/buffer/size.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/net/buffer/traits.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/net/execution_context/use_service.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/net/headers.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/net/internet/address/v4/comparisons.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/net/internet/address/v4/cons.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/net/internet/address/v4/creation.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/net/internet/address/v4/members.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/net/internet/resolver/base.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/net/internet/resolver/ops/lookup.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/net/internet/resolver/ops/reverse.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/net/timer/waitable/cons.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/net/timer/waitable/dest.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/net/timer/waitable/ops.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/ext/malloc_allocator/sanity.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.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_ai/check_value.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/ext/special_functions/airy_ai/compile.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/ext/special_functions/airy_bi/check_nan.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/ext/special_functions/airy_bi/check_value.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/ext/special_functions/airy_bi/compile.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/check_nan.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/check_value.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/compile.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/ext/special_functions/hyperg/check_nan.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/ext/special_functions/hyperg/check_value.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/ext/special_functions/hyperg/compile.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/lib/dg-options.exp
    branches/c++-coroutines/libstdc++-v3/testsuite/util/testsuite_containers.h

Changes in other areas also in this revision:
Added:
    branches/c++-coroutines/gcc/config/aarch64/aarch64-d.c
      - copied unchanged from r265582, trunk/gcc/config/aarch64/aarch64-d.c
    branches/c++-coroutines/gcc/config/arm/arm-d.c
      - copied unchanged from r265582, trunk/gcc/config/arm/arm-d.c
    branches/c++-coroutines/gcc/config/default-d.c
      - copied unchanged from r265582, trunk/gcc/config/default-d.c
    branches/c++-coroutines/gcc/config/glibc-d.c
      - copied unchanged from r265582, trunk/gcc/config/glibc-d.c
    branches/c++-coroutines/gcc/config/i386/i386-d.c
      - copied unchanged from r265582, trunk/gcc/config/i386/i386-d.c
    branches/c++-coroutines/gcc/config/mips/mips-d.c
      - copied unchanged from r265582, trunk/gcc/config/mips/mips-d.c
    branches/c++-coroutines/gcc/config/powerpcspe/powerpcspe-d.c
      - copied unchanged from r265582, trunk/gcc/config/powerpcspe/powerpcspe-d.c
    branches/c++-coroutines/gcc/config/riscv/riscv-d.c
      - copied unchanged from r265582, trunk/gcc/config/riscv/riscv-d.c
    branches/c++-coroutines/gcc/config/rs6000/rs6000-d.c
      - copied unchanged from r265582, trunk/gcc/config/rs6000/rs6000-d.c
    branches/c++-coroutines/gcc/config/rs6000/tmmintrin.h
      - copied unchanged from r265582, trunk/gcc/config/rs6000/tmmintrin.h
    branches/c++-coroutines/gcc/config/s390/s390-d.c
      - copied unchanged from r265582, trunk/gcc/config/s390/s390-d.c
    branches/c++-coroutines/gcc/config/sparc/sparc-d.c
      - copied unchanged from r265582, trunk/gcc/config/sparc/sparc-d.c
    branches/c++-coroutines/gcc/d/
      - copied from r265582, trunk/gcc/d/
    branches/c++-coroutines/gcc/doc/ux.texi
      - copied unchanged from r265582, trunk/gcc/doc/ux.texi
    branches/c++-coroutines/gcc/testsuite/c-c++-common/gomp/doacross-2.c
      - copied unchanged from r265582, trunk/gcc/testsuite/c-c++-common/gomp/doacross-2.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/substring-location-PR-87562-1-a.h
      - copied unchanged from r265582, trunk/gcc/testsuite/c-c++-common/substring-location-PR-87562-1-a.h
    branches/c++-coroutines/gcc/testsuite/c-c++-common/substring-location-PR-87562-1-b.h
      - copied unchanged from r265582, trunk/gcc/testsuite/c-c++-common/substring-location-PR-87562-1-b.h
    branches/c++-coroutines/gcc/testsuite/c-c++-common/substring-location-PR-87562-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/c-c++-common/substring-location-PR-87562-1.c
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/gen-attrs-66.C
      - copied unchanged from r265582, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-66.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/pr84705.C
      - copied unchanged from r265582, trunk/gcc/testsuite/g++.dg/cpp0x/pr84705.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/lto/odr-1_0.C
      - copied unchanged from r265582, trunk/gcc/testsuite/g++.dg/lto/odr-1_0.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/lto/odr-1_1.C
      - copied unchanged from r265582, trunk/gcc/testsuite/g++.dg/lto/odr-1_1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/opt/20181025-1.C
      - copied unchanged from r265582, trunk/gcc/testsuite/g++.dg/opt/20181025-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/pr87633.C
      - copied unchanged from r265582, trunk/gcc/testsuite/g++.dg/pr87633.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/phiopt-1.C
      - copied unchanged from r265582, trunk/gcc/testsuite/g++.dg/tree-ssa/phiopt-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/pr87686.C
      - copied unchanged from r265582, trunk/gcc/testsuite/g++.dg/tree-ssa/pr87686.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/vec-init-1.C
      - copied unchanged from r265582, trunk/gcc/testsuite/g++.dg/vec-init-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/vect/slp-pr87105.cc
      - copied unchanged from r265582, trunk/gcc/testsuite/g++.dg/vect/slp-pr87105.cc
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr87473.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.c-torture/compile/pr87473.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr87647.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.c-torture/compile/pr87647.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/pr87623.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.c-torture/execute/pr87623.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c11-static-assert-7.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/c11-static-assert-7.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c11-static-assert-8.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/c11-static-assert-8.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c11-static-assert-9.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/c11-static-assert-9.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c2x-static-assert-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/c2x-static-assert-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c2x-static-assert-2.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/c2x-static-assert-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c99-static-assert-2.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/c99-static-assert-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/gimplefe-30.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/gimplefe-30.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/gimplefe-31.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/gimplefe-31.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/gimplefe-32.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/gimplefe-32.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/gimplefe-33.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/gimplefe-33.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/gnu2x-static-assert-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/gnu2x-static-assert-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-bw-line-numbers-2.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-bw-line-numbers-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/plugin/pr87562-a.h
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/plugin/pr87562-a.h
    branches/c++-coroutines/gcc/testsuite/gcc.dg/plugin/pr87562-b.h
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/plugin/pr87562-b.h
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr87746.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/pr87746.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/20181024-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/torture/20181024-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr87087.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/torture/pr87087.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr87640.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/torture/pr87640.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr87645.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/torture/pr87645.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr87665.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/torture/pr87665.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr87693.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/torture/pr87693.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr87700.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/torture/pr87700.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/restrict-6.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/torture/restrict-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/evrp12.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/tree-ssa/evrp12.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr84436-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr84436-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr84436-2.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr84436-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr84436-3.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr84436-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr84436-4.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr84436-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr84436-5.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr84436-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr87022.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr87022.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/restrict-9.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/tree-ssa/restrict-9.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/bb-slp-39.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-39.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/pr87563.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/aarch64/sve/pr87563.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512-binop-1.h
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512-binop-1.h
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512-binop-2.h
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512-binop-2.h
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512-binop-3.h
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512-binop-3.h
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512-binop-4.h
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512-binop-4.h
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512-binop-5.h
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512-binop-5.h
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512-binop-6.h
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512-binop-6.h
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512-fma-1.h
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512-fma-1.h
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512-fma-2.h
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512-fma-2.h
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512-fma-3.h
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512-fma-3.h
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512-fma-4.h
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512-fma-4.h
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512-fma-5.h
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512-fma-5.h
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512-fma-6.h
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512-fma-6.h
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512-fma-7.h
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512-fma-7.h
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512-fma-8.h
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512-fma-8.h
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-add-df-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-add-df-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-add-di-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-add-di-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-add-sf-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-add-sf-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-add-sf-zmm-2.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-add-sf-zmm-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-add-sf-zmm-3.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-add-sf-zmm-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-add-sf-zmm-4.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-add-sf-zmm-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-add-sf-zmm-5.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-add-sf-zmm-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-add-sf-zmm-6.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-add-sf-zmm-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-add-si-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-add-si-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-add-si-zmm-2.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-add-si-zmm-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-add-si-zmm-3.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-add-si-zmm-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-add-si-zmm-4.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-add-si-zmm-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-add-si-zmm-5.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-add-si-zmm-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-add-si-zmm-6.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-add-si-zmm-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-and-di-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-and-di-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-and-si-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-and-si-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-and-si-zmm-2.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-and-si-zmm-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-and-si-zmm-3.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-and-si-zmm-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-and-si-zmm-4.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-and-si-zmm-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-and-si-zmm-5.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-and-si-zmm-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-and-si-zmm-6.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-and-si-zmm-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-andn-di-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-andn-di-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-andn-si-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-andn-si-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-andn-si-zmm-2.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-andn-si-zmm-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-andn-si-zmm-3.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-andn-si-zmm-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-andn-si-zmm-4.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-andn-si-zmm-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-andn-si-zmm-5.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-andn-si-zmm-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-div-df-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-div-df-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-div-sf-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-div-sf-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-div-sf-zmm-2.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-div-sf-zmm-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-div-sf-zmm-3.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-div-sf-zmm-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-div-sf-zmm-4.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-div-sf-zmm-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-div-sf-zmm-5.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-div-sf-zmm-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fmadd-df-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fmadd-df-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fmadd-sf-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fmadd-sf-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fmadd-sf-zmm-2.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fmadd-sf-zmm-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fmadd-sf-zmm-3.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fmadd-sf-zmm-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fmadd-sf-zmm-4.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fmadd-sf-zmm-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fmadd-sf-zmm-5.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fmadd-sf-zmm-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fmadd-sf-zmm-6.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fmadd-sf-zmm-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fmadd-sf-zmm-7.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fmadd-sf-zmm-7.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fmadd-sf-zmm-8.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fmadd-sf-zmm-8.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fmsub-df-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fmsub-df-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fmsub-sf-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fmsub-sf-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fmsub-sf-zmm-2.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fmsub-sf-zmm-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fmsub-sf-zmm-3.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fmsub-sf-zmm-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fmsub-sf-zmm-4.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fmsub-sf-zmm-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fmsub-sf-zmm-5.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fmsub-sf-zmm-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fmsub-sf-zmm-6.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fmsub-sf-zmm-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fmsub-sf-zmm-7.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fmsub-sf-zmm-7.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fmsub-sf-zmm-8.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fmsub-sf-zmm-8.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fnmadd-df-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fnmadd-df-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fnmadd-sf-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fnmadd-sf-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fnmadd-sf-zmm-2.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fnmadd-sf-zmm-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fnmadd-sf-zmm-3.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fnmadd-sf-zmm-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fnmadd-sf-zmm-4.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fnmadd-sf-zmm-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fnmadd-sf-zmm-5.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fnmadd-sf-zmm-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fnmadd-sf-zmm-6.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fnmadd-sf-zmm-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fnmadd-sf-zmm-7.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fnmadd-sf-zmm-7.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fnmadd-sf-zmm-8.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fnmadd-sf-zmm-8.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fnmsub-df-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fnmsub-df-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fnmsub-sf-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fnmsub-sf-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fnmsub-sf-zmm-2.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fnmsub-sf-zmm-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fnmsub-sf-zmm-3.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fnmsub-sf-zmm-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fnmsub-sf-zmm-4.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fnmsub-sf-zmm-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fnmsub-sf-zmm-5.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fnmsub-sf-zmm-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fnmsub-sf-zmm-6.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fnmsub-sf-zmm-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fnmsub-sf-zmm-7.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fnmsub-sf-zmm-7.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-fnmsub-sf-zmm-8.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-fnmsub-sf-zmm-8.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-mul-df-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-mul-df-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-mul-sf-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-mul-sf-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-mul-sf-zmm-2.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-mul-sf-zmm-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-mul-sf-zmm-3.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-mul-sf-zmm-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-mul-sf-zmm-4.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-mul-sf-zmm-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-mul-sf-zmm-5.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-mul-sf-zmm-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-mul-sf-zmm-6.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-mul-sf-zmm-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-or-di-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-or-di-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-or-si-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-or-si-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-or-si-zmm-2.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-or-si-zmm-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-or-si-zmm-3.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-or-si-zmm-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-or-si-zmm-4.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-or-si-zmm-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-or-si-zmm-5.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-or-si-zmm-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-or-si-zmm-6.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-or-si-zmm-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-sub-df-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-sub-df-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-sub-di-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-sub-di-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-sub-sf-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-sub-sf-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-sub-sf-zmm-2.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-sub-sf-zmm-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-sub-sf-zmm-3.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-sub-sf-zmm-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-sub-sf-zmm-4.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-sub-sf-zmm-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-sub-sf-zmm-5.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-sub-sf-zmm-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-sub-si-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-sub-si-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-sub-si-zmm-2.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-sub-si-zmm-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-sub-si-zmm-3.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-sub-si-zmm-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-sub-si-zmm-4.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-sub-si-zmm-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-sub-si-zmm-5.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-sub-si-zmm-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-xor-di-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-xor-di-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-xor-si-zmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-xor-si-zmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-xor-si-zmm-2.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-xor-si-zmm-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-xor-si-zmm-3.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-xor-si-zmm-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-xor-si-zmm-4.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-xor-si-zmm-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-xor-si-zmm-5.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-xor-si-zmm-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-xor-si-zmm-6.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512f-xor-si-zmm-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-add-sf-xmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-add-sf-xmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-add-sf-ymm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-add-sf-ymm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-add-si-xmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-add-si-xmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-add-si-ymm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-add-si-ymm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-and-si-xmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-and-si-xmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-and-si-ymm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-and-si-ymm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-andn-si-xmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-andn-si-xmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-andn-si-ymm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-andn-si-ymm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-div-sf-xmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-div-sf-xmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-div-sf-ymm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-div-sf-ymm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-fmadd-sf-xmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-fmadd-sf-xmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-fmadd-sf-ymm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-fmadd-sf-ymm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-fmsub-sf-xmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-fmsub-sf-xmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-fmsub-sf-ymm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-fmsub-sf-ymm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-fnmadd-sf-xmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-fnmadd-sf-xmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-fnmadd-sf-ymm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-fnmadd-sf-ymm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-fnmsub-sf-xmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-fnmsub-sf-xmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-fnmsub-sf-ymm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-fnmsub-sf-ymm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-mul-sf-xmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-mul-sf-xmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-mul-sf-ymm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-mul-sf-ymm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-or-si-xmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-or-si-xmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-or-si-ymm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-or-si-ymm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-sub-sf-xmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-sub-sf-xmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-sub-sf-ymm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-sub-sf-ymm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-sub-si-xmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-sub-si-xmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-sub-si-ymm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-sub-si-ymm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-xor-si-xmm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-xor-si-xmm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-xor-si-ymm-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/avx512vl-xor-si-ymm-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr87537-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/pr87537-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr87596.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/pr87596.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr87657.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/pr87657.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr87662.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/i386/pr87662.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/float128-cmp2-runnable.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/float128-cmp2-runnable.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/float128-math.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/float128-math.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ieee128-math.f90
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/ppc-fortran/ieee128-math.f90
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/ssse3-check.h
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/ssse3-check.h
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/ssse3-pabsb.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/ssse3-pabsb.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/ssse3-pabsd.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/ssse3-pabsd.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/ssse3-pabsw.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/ssse3-pabsw.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/ssse3-palignr.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/ssse3-palignr.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/ssse3-phaddd.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/ssse3-phaddd.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/ssse3-phaddsw.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/ssse3-phaddsw.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/ssse3-phaddw.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/ssse3-phaddw.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/ssse3-phsubd.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/ssse3-phsubd.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/ssse3-phsubsw.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/ssse3-phsubsw.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/ssse3-phsubw.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/ssse3-phsubw.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/ssse3-pmaddubsw.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/ssse3-pmaddubsw.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/ssse3-pmulhrsw.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/ssse3-pmulhrsw.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/ssse3-pshufb.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/ssse3-pshufb.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/ssse3-psignb.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/ssse3-psignb.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/ssse3-psignd.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/ssse3-psignd.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/ssse3-psignw.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/ssse3-psignw.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/ssse3-vals.h
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/powerpc/ssse3-vals.h
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/20181024-1.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/s390/20181024-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/global-array-almost-huge-element.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/s390/global-array-almost-huge-element.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/global-array-almost-negative-huge-element.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/s390/global-array-almost-negative-huge-element.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/global-array-element-pic.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/s390/global-array-element-pic.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/global-array-even-element.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/s390/global-array-even-element.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/global-array-huge-element.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/s390/global-array-huge-element.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/global-array-negative-huge-element.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/s390/global-array-negative-huge-element.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/global-array-odd-element.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/s390/global-array-odd-element.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/litpool-int.c
      - copied unchanged from r265582, trunk/gcc/testsuite/gcc.target/s390/litpool-int.c
    branches/c++-coroutines/gcc/testsuite/gdc.dg/
      - copied from r265582, trunk/gcc/testsuite/gdc.dg/
    branches/c++-coroutines/gcc/testsuite/gdc.test/
      - copied from r265582, trunk/gcc/testsuite/gdc.test/
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/20181025-1.f
      - copied unchanged from r265582, trunk/gcc/testsuite/gfortran.dg/20181025-1.f
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/allocate_with_source_26.f90
      - copied unchanged from r265582, trunk/gcc/testsuite/gfortran.dg/allocate_with_source_26.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/associate_42.f90
      - copied unchanged from r265582, trunk/gcc/testsuite/gfortran.dg/associate_42.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/associate_44.f90
      - copied unchanged from r265582, trunk/gcc/testsuite/gfortran.dg/associate_44.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/associate_45.f90
      - copied unchanged from r265582, trunk/gcc/testsuite/gfortran.dg/associate_45.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/deferred_character_30.f90
      - copied unchanged from r265582, trunk/gcc/testsuite/gfortran.dg/deferred_character_30.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/deferred_character_31.f90
      - copied unchanged from r265582, trunk/gcc/testsuite/gfortran.dg/deferred_character_31.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/gomp/schedule-modifiers-1.f90
      - copied unchanged from r265582, trunk/gcc/testsuite/gfortran.dg/gomp/schedule-modifiers-1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/gomp/schedule-modifiers-2.f90
      - copied unchanged from r265582, trunk/gcc/testsuite/gfortran.dg/gomp/schedule-modifiers-2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/realloc_on_assign_31.f90
      - copied unchanged from r265582, trunk/gcc/testsuite/gfortran.dg/realloc_on_assign_31.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/select_type_44.f90
      - copied unchanged from r265582, trunk/gcc/testsuite/gfortran.dg/select_type_44.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/select_type_45.f90
      - copied unchanged from r265582, trunk/gcc/testsuite/gfortran.dg/select_type_45.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/select_type_46.f90
      - copied unchanged from r265582, trunk/gcc/testsuite/gfortran.dg/select_type_46.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/select_type_47.f90
      - copied unchanged from r265582, trunk/gcc/testsuite/gfortran.dg/select_type_47.f90
    branches/c++-coroutines/gcc/testsuite/gnat.dg/frame_overflow2.adb
      - copied unchanged from r265582, trunk/gcc/testsuite/gnat.dg/frame_overflow2.adb
    branches/c++-coroutines/gcc/testsuite/gnat.dg/sso14.adb
      - copied unchanged from r265582, trunk/gcc/testsuite/gnat.dg/sso14.adb
    branches/c++-coroutines/gcc/testsuite/gnat.dg/sso15.adb
      - copied unchanged from r265582, trunk/gcc/testsuite/gnat.dg/sso15.adb
    branches/c++-coroutines/gcc/testsuite/gnat.dg/warn19.adb
      - copied unchanged from r265582, trunk/gcc/testsuite/gnat.dg/warn19.adb
    branches/c++-coroutines/gcc/testsuite/gnat.dg/warn19.ads
      - copied unchanged from r265582, trunk/gcc/testsuite/gnat.dg/warn19.ads
    branches/c++-coroutines/gcc/testsuite/gnat.dg/warn19_pkg.ads
      - copied unchanged from r265582, trunk/gcc/testsuite/gnat.dg/warn19_pkg.ads
    branches/c++-coroutines/gcc/testsuite/lib/gdc-dg.exp
      - copied unchanged from r265582, trunk/gcc/testsuite/lib/gdc-dg.exp
    branches/c++-coroutines/gcc/testsuite/lib/gdc.exp
      - copied unchanged from r265582, trunk/gcc/testsuite/lib/gdc.exp
    branches/c++-coroutines/libgcc/udivhi3.c
      - copied unchanged from r265582, trunk/libgcc/udivhi3.c
    branches/c++-coroutines/libgcc/udivmodhi4.c
      - copied unchanged from r265582, trunk/libgcc/udivmodhi4.c
    branches/c++-coroutines/libgfortran/generated/findloc0_c16.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc0_c16.c
    branches/c++-coroutines/libgfortran/generated/findloc0_c4.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc0_c4.c
    branches/c++-coroutines/libgfortran/generated/findloc0_c8.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc0_c8.c
    branches/c++-coroutines/libgfortran/generated/findloc0_i1.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc0_i1.c
    branches/c++-coroutines/libgfortran/generated/findloc0_i16.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc0_i16.c
    branches/c++-coroutines/libgfortran/generated/findloc0_i2.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc0_i2.c
    branches/c++-coroutines/libgfortran/generated/findloc0_i4.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc0_i4.c
    branches/c++-coroutines/libgfortran/generated/findloc0_i8.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc0_i8.c
    branches/c++-coroutines/libgfortran/generated/findloc0_r16.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc0_r16.c
    branches/c++-coroutines/libgfortran/generated/findloc0_r4.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc0_r4.c
    branches/c++-coroutines/libgfortran/generated/findloc0_r8.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc0_r8.c
    branches/c++-coroutines/libgfortran/generated/findloc0_s1.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc0_s1.c
    branches/c++-coroutines/libgfortran/generated/findloc0_s4.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc0_s4.c
    branches/c++-coroutines/libgfortran/generated/findloc1_c16.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc1_c16.c
    branches/c++-coroutines/libgfortran/generated/findloc1_c4.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc1_c4.c
    branches/c++-coroutines/libgfortran/generated/findloc1_c8.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc1_c8.c
    branches/c++-coroutines/libgfortran/generated/findloc1_i1.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc1_i1.c
    branches/c++-coroutines/libgfortran/generated/findloc1_i16.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc1_i16.c
    branches/c++-coroutines/libgfortran/generated/findloc1_i2.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc1_i2.c
    branches/c++-coroutines/libgfortran/generated/findloc1_i4.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc1_i4.c
    branches/c++-coroutines/libgfortran/generated/findloc1_i8.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc1_i8.c
    branches/c++-coroutines/libgfortran/generated/findloc1_r16.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc1_r16.c
    branches/c++-coroutines/libgfortran/generated/findloc1_r4.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc1_r4.c
    branches/c++-coroutines/libgfortran/generated/findloc1_r8.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc1_r8.c
    branches/c++-coroutines/libgfortran/generated/findloc1_s1.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc1_s1.c
    branches/c++-coroutines/libgfortran/generated/findloc1_s4.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc1_s4.c
    branches/c++-coroutines/libgfortran/generated/findloc2_s1.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc2_s1.c
    branches/c++-coroutines/libgfortran/generated/findloc2_s4.c
      - copied unchanged from r265582, trunk/libgfortran/generated/findloc2_s4.c
    branches/c++-coroutines/libgfortran/m4/findloc0.m4
      - copied unchanged from r265582, trunk/libgfortran/m4/findloc0.m4
    branches/c++-coroutines/libgfortran/m4/findloc0s.m4
      - copied unchanged from r265582, trunk/libgfortran/m4/findloc0s.m4
    branches/c++-coroutines/libgfortran/m4/findloc1.m4
      - copied unchanged from r265582, trunk/libgfortran/m4/findloc1.m4
    branches/c++-coroutines/libgfortran/m4/findloc1s.m4
      - copied unchanged from r265582, trunk/libgfortran/m4/findloc1s.m4
    branches/c++-coroutines/libgfortran/m4/findloc2s.m4
      - copied unchanged from r265582, trunk/libgfortran/m4/findloc2s.m4
    branches/c++-coroutines/libgfortran/m4/ifindloc0.m4
      - copied unchanged from r265582, trunk/libgfortran/m4/ifindloc0.m4
    branches/c++-coroutines/libgfortran/m4/ifindloc1.m4
      - copied unchanged from r265582, trunk/libgfortran/m4/ifindloc1.m4
    branches/c++-coroutines/libgfortran/m4/ifindloc2.m4
      - copied unchanged from r265582, trunk/libgfortran/m4/ifindloc2.m4
    branches/c++-coroutines/libphobos/
      - copied from r265582, trunk/libphobos/
Modified:
    branches/c++-coroutines/   (props changed)
    branches/c++-coroutines/ChangeLog
    branches/c++-coroutines/ChangeLog.coroutines
    branches/c++-coroutines/MAINTAINERS
    branches/c++-coroutines/Makefile.def
    branches/c++-coroutines/Makefile.in
    branches/c++-coroutines/Makefile.tpl
    branches/c++-coroutines/config-ml.in
    branches/c++-coroutines/config/ChangeLog
    branches/c++-coroutines/config/multi.m4
    branches/c++-coroutines/configure
    branches/c++-coroutines/configure.ac
    branches/c++-coroutines/contrib/ChangeLog
    branches/c++-coroutines/contrib/config-list.mk
    branches/c++-coroutines/contrib/dg-cmp-results.sh
    branches/c++-coroutines/contrib/gcc_update
    branches/c++-coroutines/fixincludes/ChangeLog
    branches/c++-coroutines/fixincludes/fixincl.x
    branches/c++-coroutines/fixincludes/inclhack.def
    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/lang-specs.h
    branches/c++-coroutines/gcc/ada/gcc-interface/trans.c
    branches/c++-coroutines/gcc/ada/gcc-interface/utils.c
    branches/c++-coroutines/gcc/bitmap.c
    branches/c++-coroutines/gcc/bitmap.h
    branches/c++-coroutines/gcc/brig/ChangeLog
    branches/c++-coroutines/gcc/brig/Make-lang.in
    branches/c++-coroutines/gcc/builtins.c
    branches/c++-coroutines/gcc/c-family/ChangeLog
    branches/c++-coroutines/gcc/c-family/c-common.c
    branches/c++-coroutines/gcc/c-family/c-common.h
    branches/c++-coroutines/gcc/c-family/c-opts.c
    branches/c++-coroutines/gcc/c-family/c.opt
    branches/c++-coroutines/gcc/c/ChangeLog
    branches/c++-coroutines/gcc/c/Make-lang.in
    branches/c++-coroutines/gcc/c/c-errors.c
    branches/c++-coroutines/gcc/c/c-parser.c
    branches/c++-coroutines/gcc/c/c-tree.h
    branches/c++-coroutines/gcc/calls.c
    branches/c++-coroutines/gcc/cfgexpand.c
    branches/c++-coroutines/gcc/cgraph.c
    branches/c++-coroutines/gcc/combine.c
    branches/c++-coroutines/gcc/common.opt
    branches/c++-coroutines/gcc/common/config/i386/i386-common.c
    branches/c++-coroutines/gcc/config.gcc
    branches/c++-coroutines/gcc/config.in
    branches/c++-coroutines/gcc/config/aarch64/aarch64-linux.h
    branches/c++-coroutines/gcc/config/aarch64/aarch64-protos.h
    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/t-aarch64
    branches/c++-coroutines/gcc/config/arm/arm-protos.h
    branches/c++-coroutines/gcc/config/arm/arm.h
    branches/c++-coroutines/gcc/config/arm/linux-eabi.h
    branches/c++-coroutines/gcc/config/arm/t-arm
    branches/c++-coroutines/gcc/config/ft32/predicates.md
    branches/c++-coroutines/gcc/config/gnu.h
    branches/c++-coroutines/gcc/config/h8300/h8300.c
    branches/c++-coroutines/gcc/config/i386/avx512fintrin.h
    branches/c++-coroutines/gcc/config/i386/avx512pfintrin.h
    branches/c++-coroutines/gcc/config/i386/avx512vlbwintrin.h
    branches/c++-coroutines/gcc/config/i386/avx512vlintrin.h
    branches/c++-coroutines/gcc/config/i386/fmaintrin.h
    branches/c++-coroutines/gcc/config/i386/i386-builtin.def
    branches/c++-coroutines/gcc/config/i386/i386-protos.h
    branches/c++-coroutines/gcc/config/i386/i386.c
    branches/c++-coroutines/gcc/config/i386/i386.h
    branches/c++-coroutines/gcc/config/i386/linux-common.h
    branches/c++-coroutines/gcc/config/i386/sse.md
    branches/c++-coroutines/gcc/config/i386/t-i386
    branches/c++-coroutines/gcc/config/i386/x86-tune-costs.h
    branches/c++-coroutines/gcc/config/kfreebsd-gnu.h
    branches/c++-coroutines/gcc/config/kopensolaris-gnu.h
    branches/c++-coroutines/gcc/config/linux-android.h
    branches/c++-coroutines/gcc/config/linux.h
    branches/c++-coroutines/gcc/config/mips/linux-common.h
    branches/c++-coroutines/gcc/config/mips/mips-protos.h
    branches/c++-coroutines/gcc/config/mips/mips.h
    branches/c++-coroutines/gcc/config/mips/t-mips
    branches/c++-coroutines/gcc/config/nios2/nios2.c
    branches/c++-coroutines/gcc/config/powerpcspe/linux.h
    branches/c++-coroutines/gcc/config/powerpcspe/linux64.h
    branches/c++-coroutines/gcc/config/powerpcspe/powerpcspe-protos.h
    branches/c++-coroutines/gcc/config/powerpcspe/powerpcspe.c
    branches/c++-coroutines/gcc/config/powerpcspe/powerpcspe.h
    branches/c++-coroutines/gcc/config/powerpcspe/t-powerpcspe
    branches/c++-coroutines/gcc/config/riscv/riscv-protos.h
    branches/c++-coroutines/gcc/config/riscv/riscv.h
    branches/c++-coroutines/gcc/config/riscv/t-riscv
    branches/c++-coroutines/gcc/config/rl78/rl78.c
    branches/c++-coroutines/gcc/config/rs6000/darwin.h
    branches/c++-coroutines/gcc/config/rs6000/emmintrin.h
    branches/c++-coroutines/gcc/config/rs6000/linux.h
    branches/c++-coroutines/gcc/config/rs6000/linux64.h
    branches/c++-coroutines/gcc/config/rs6000/mmintrin.h
    branches/c++-coroutines/gcc/config/rs6000/rs6000-builtin.def
    branches/c++-coroutines/gcc/config/rs6000/rs6000-c.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/t-rs6000
    branches/c++-coroutines/gcc/config/rs6000/vsx.md
    branches/c++-coroutines/gcc/config/rs6000/xmmintrin.h
    branches/c++-coroutines/gcc/config/s390/constraints.md
    branches/c++-coroutines/gcc/config/s390/s390-protos.h
    branches/c++-coroutines/gcc/config/s390/s390.c
    branches/c++-coroutines/gcc/config/s390/s390.h
    branches/c++-coroutines/gcc/config/s390/s390.md
    branches/c++-coroutines/gcc/config/s390/t-s390
    branches/c++-coroutines/gcc/config/sparc/sparc-protos.h
    branches/c++-coroutines/gcc/config/sparc/sparc.h
    branches/c++-coroutines/gcc/config/sparc/t-sparc
    branches/c++-coroutines/gcc/config/t-glibc
    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/Make-lang.in
    branches/c++-coroutines/gcc/cp/call.c
    branches/c++-coroutines/gcc/cp/parser.c
    branches/c++-coroutines/gcc/cp/tree.c
    branches/c++-coroutines/gcc/diagnostic-show-locus.c
    branches/c++-coroutines/gcc/diagnostic.c
    branches/c++-coroutines/gcc/diagnostic.h
    branches/c++-coroutines/gcc/doc/contrib.texi
    branches/c++-coroutines/gcc/doc/cpp.texi
    branches/c++-coroutines/gcc/doc/extend.texi
    branches/c++-coroutines/gcc/doc/frontends.texi
    branches/c++-coroutines/gcc/doc/gccint.texi
    branches/c++-coroutines/gcc/doc/generic.texi
    branches/c++-coroutines/gcc/doc/install.texi
    branches/c++-coroutines/gcc/doc/invoke.texi
    branches/c++-coroutines/gcc/doc/options.texi
    branches/c++-coroutines/gcc/doc/sourcebuild.texi
    branches/c++-coroutines/gcc/doc/standards.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/fold-const.c
    branches/c++-coroutines/gcc/fortran/ChangeLog
    branches/c++-coroutines/gcc/fortran/Make-lang.in
    branches/c++-coroutines/gcc/fortran/check.c
    branches/c++-coroutines/gcc/fortran/expr.c
    branches/c++-coroutines/gcc/fortran/frontend-passes.c
    branches/c++-coroutines/gcc/fortran/gfortran.h
    branches/c++-coroutines/gcc/fortran/intrinsic.c
    branches/c++-coroutines/gcc/fortran/intrinsic.h
    branches/c++-coroutines/gcc/fortran/iresolve.c
    branches/c++-coroutines/gcc/fortran/openmp.c
    branches/c++-coroutines/gcc/fortran/resolve.c
    branches/c++-coroutines/gcc/fortran/simplify.c
    branches/c++-coroutines/gcc/fortran/trans-array.c
    branches/c++-coroutines/gcc/fortran/trans-decl.c
    branches/c++-coroutines/gcc/fortran/trans-expr.c
    branches/c++-coroutines/gcc/fortran/trans-intrinsic.c
    branches/c++-coroutines/gcc/fortran/trans-stmt.c
    branches/c++-coroutines/gcc/gcc-rich-location.h
    branches/c++-coroutines/gcc/gcc.c
    branches/c++-coroutines/gcc/genhooks.c
    branches/c++-coroutines/gcc/gimple-fold.c
    branches/c++-coroutines/gcc/gimple-pretty-print.c
    branches/c++-coroutines/gcc/gimple-ssa-evrp-analyze.c
    branches/c++-coroutines/gcc/gimple-ssa-evrp.c
    branches/c++-coroutines/gcc/gimple-ssa-isolate-paths.c
    branches/c++-coroutines/gcc/gimple-ssa-sprintf.c
    branches/c++-coroutines/gcc/gimple-ssa-store-merging.c
    branches/c++-coroutines/gcc/gimple-ssa-strength-reduction.c
    branches/c++-coroutines/gcc/gimple-ssa-warn-alloca.c
    branches/c++-coroutines/gcc/gimple-ssa-warn-restrict.c
    branches/c++-coroutines/gcc/gimplify-me.c
    branches/c++-coroutines/gcc/go/ChangeLog
    branches/c++-coroutines/gcc/go/Make-lang.in
    branches/c++-coroutines/gcc/go/gofrontend/MERGE
    branches/c++-coroutines/gcc/go/gofrontend/escape.cc
    branches/c++-coroutines/gcc/go/gofrontend/export.cc
    branches/c++-coroutines/gcc/go/gofrontend/export.h
    branches/c++-coroutines/gcc/go/gofrontend/expressions.cc
    branches/c++-coroutines/gcc/go/gofrontend/go-encode-id.cc
    branches/c++-coroutines/gcc/go/gofrontend/go-encode-id.h
    branches/c++-coroutines/gcc/go/gofrontend/gogo.cc
    branches/c++-coroutines/gcc/go/gofrontend/gogo.h
    branches/c++-coroutines/gcc/go/gofrontend/import.cc
    branches/c++-coroutines/gcc/go/gofrontend/import.h
    branches/c++-coroutines/gcc/go/gofrontend/lex.h
    branches/c++-coroutines/gcc/go/gofrontend/names.cc
    branches/c++-coroutines/gcc/go/gofrontend/statements.cc
    branches/c++-coroutines/gcc/go/gofrontend/types.cc
    branches/c++-coroutines/gcc/go/gofrontend/types.h
    branches/c++-coroutines/gcc/go/gofrontend/wb.cc
    branches/c++-coroutines/gcc/haifa-sched.c
    branches/c++-coroutines/gcc/input.c
    branches/c++-coroutines/gcc/internal-fn.c
    branches/c++-coroutines/gcc/internal-fn.h
    branches/c++-coroutines/gcc/ipa-cp.c
    branches/c++-coroutines/gcc/ipa-devirt.c
    branches/c++-coroutines/gcc/ipa-icf.c
    branches/c++-coroutines/gcc/ipa-icf.h
    branches/c++-coroutines/gcc/ipa-prop.c
    branches/c++-coroutines/gcc/ipa-prop.h
    branches/c++-coroutines/gcc/ipa-pure-const.c
    branches/c++-coroutines/gcc/ipa-utils.h
    branches/c++-coroutines/gcc/jit/ChangeLog
    branches/c++-coroutines/gcc/jit/Make-lang.in
    branches/c++-coroutines/gcc/lra-constraints.c
    branches/c++-coroutines/gcc/lto/ChangeLog
    branches/c++-coroutines/gcc/lto/Make-lang.in
    branches/c++-coroutines/gcc/lto/lto-symtab.c
    branches/c++-coroutines/gcc/lto/lto.c
    branches/c++-coroutines/gcc/match.pd
    branches/c++-coroutines/gcc/mem-stats.h
    branches/c++-coroutines/gcc/objc/ChangeLog
    branches/c++-coroutines/gcc/objc/Make-lang.in
    branches/c++-coroutines/gcc/objcp/ChangeLog
    branches/c++-coroutines/gcc/objcp/Make-lang.in
    branches/c++-coroutines/gcc/omp-low.c
    branches/c++-coroutines/gcc/opts.c
    branches/c++-coroutines/gcc/passes.def
    branches/c++-coroutines/gcc/po/ChangeLog
    branches/c++-coroutines/gcc/po/EXCLUDES
    branches/c++-coroutines/gcc/po/es.po
    branches/c++-coroutines/gcc/rtl.c
    branches/c++-coroutines/gcc/selftest-diagnostic.c
    branches/c++-coroutines/gcc/simplify-rtx.c
    branches/c++-coroutines/gcc/stor-layout.c
    branches/c++-coroutines/gcc/symtab.c
    branches/c++-coroutines/gcc/testsuite/ChangeLog
    branches/c++-coroutines/gcc/testsuite/c-c++-common/gomp/schedule-modifiers-1.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/gomp/sink-3.c
    branches/c++-coroutines/gcc/testsuite/g++.dg/Wclass-memaccess-4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/alias1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/alias2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/alias3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/alias4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/auto1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/auto3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/auto4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/class-deduction1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/class-deduction2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/class.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/class1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/class2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/class3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/class4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/class5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/class6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/constrained-parm.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/debug1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/decl-diagnose.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/deduction-constraint1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/diagnostic1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/disjunction1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/dr1430.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/equiv.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/equiv2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-inst1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-inst2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-inst3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-inst4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-spec1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-spec2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-spec3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-spec4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-spec5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-spec6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/expression.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/expression2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/expression3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/feature-macro.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn-concept1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn-concept2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn10.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/friend1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/friend2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/generic-fn-err.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/generic-fn.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/iconv1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/inherit-ctor1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/inherit-ctor2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/inherit-ctor3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/inherit-ctor4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/intro1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/intro2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/intro3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/intro4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/intro5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/intro6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/intro7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/locations1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/member-concept.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/memfun-err.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/memfun.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/memfun2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/memtmpl1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/partial-concept-id1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/partial-concept-id2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/partial-spec.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/partial-spec2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/partial-spec3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/partial-spec4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/partial-spec5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/partial-spec6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/placeholder1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/placeholder2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/placeholder3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/placeholder4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/placeholder5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/placeholder6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr65552.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr65575.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr65634.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr65636.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr65681.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr65848.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr65854.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr66091.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr67249.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr67595.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr68434.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr68683.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr71368.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr71385.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req-neg1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req10.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req11.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req12.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req13.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req14.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req15.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req16.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req17.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req18.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req19.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req20.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm10.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm11.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm12.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-template-parm1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/traits1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/traits2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-concept1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-concept2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-concept3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-concept4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-concept5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-concept6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-concept7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-templ1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-templ2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-templ3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/variadic1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/variadic2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/variadic4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/Wpessimizing-move1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/aggr-base1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/aggr-base2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/aggr-base3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/aggr-base4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/aggr-base5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/aggr-base6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/aligned-new1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/aligned-new2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/aligned-new3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/aligned-new7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/aligned-new8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/attributes-enum-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/bool-increment1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/byte1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/byte2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction10.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction11.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction12.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction13.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction14.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction15.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction16.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction17.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction18.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction19.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction20.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction21.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction22.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction23.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction24.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction25.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction26.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction27.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction28.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction29.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction30.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction31.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction32.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction33.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction34.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction35.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction36.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction38.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction39.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction40.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction41.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction42.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction43.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction44.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction45.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction46.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction48.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction49.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction50.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction51.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction52.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction54.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction55.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction56.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction57.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction58.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-83692.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-84684.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-if10.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-if11.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-if12.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-if13.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-if14.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-if15.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-if16.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-if17.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-if18.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-if19.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-if20.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-if21.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-if22.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-if23.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-if24.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda10.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda11.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda12.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda13.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda17.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda18.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda19.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda20.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda21.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/cplusplus.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/decomp-bitfield1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/decomp-constexpr1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/decomp-lambda1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/decomp10.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/decomp11.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/decomp12.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/decomp15.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/decomp16.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/decomp17.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/decomp20.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/decomp21.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/decomp27.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/decomp29.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/decomp30.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/decomp37.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/decomp38.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/decomp9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/elide1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/eval-order2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/eval-order3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/fallthrough1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/fold-ice1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/fold-lambda.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/fold-lambda2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/fold-mangle.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/fold1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/fold2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/fold3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/fold4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/fold6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/fold7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/fold8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/fold9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/init-statement2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/init-statement3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/init-statement4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/init-statement5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/init-statement6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/init-statement7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/init-statement8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/init-statement9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/inline-var1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/inline-var1a.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/inline-var4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/lambda-__func__.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/lambda-inherit1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/lambda-this3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/namespace-attribs.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/namespace-attribs2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/nested-namespace-def1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/nodiscard3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/noexcept-type1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/noexcept-type12.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/noexcept-type15.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/noexcept-type16.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/noexcept-type17.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/noexcept-type18.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/noexcept-type2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/noexcept-type3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/noexcept-type4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/noexcept-type5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/noexcept-type6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/noexcept-type7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/noexcept-type8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/noexcept-type9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/nontype-auto1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/nontype-auto10.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/nontype-auto12.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/nontype-auto13.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/nontype-auto14.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/nontype-auto2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/nontype-auto3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/nontype-auto4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/nontype-auto5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/nontype-auto7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/nontype-auto8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/nontype-auto9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/nontype1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/nontype2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/nontype3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/pr78771.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/pr79143.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/pr81016.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/pr83020.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/pr83644.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/pr83918.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/pr84325.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/pr84533.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/range-for1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/regress1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/regress2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/static1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/static2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/static_assert-nomsg.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/udlit-utf8char.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/utf8-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/utf8-neg.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/utf8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/lambda-this3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/debug/dwarf2/inline-var-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/debug/dwarf2/inline-var-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/debug/dwarf2/pr80234-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/debug/dwarf2/pr80234-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/integer-pack4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/pr84556.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ipa/pr81248.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/pr81194.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/pr82836.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/pr21463.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/pr30738.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/pr57380.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/pr86544.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ubsan/pr79589.C
    branches/c++-coroutines/gcc/testsuite/g++.target/i386/i386.exp
    branches/c++-coroutines/gcc/testsuite/gcc.dg/graphite/pr84204.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/graphite/pr85935.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/graphite/scop-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/missing-header-fixit-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/missing-header-fixit-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/missing-symbol-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-bw-line-numbers.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/plugin/diagnostic-test-show-locus-color-line-numbers.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/plugin/diagnostic-test-string-literals-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/plugin/plugin.exp
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr24574.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr78973-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/predict-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/sibcall-10.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/sibcall-9.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/20040514-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/20040518-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/cunroll-9.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/phi-opt-12.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/phi-opt-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/phi-opt-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/phi-opt-8.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/popcount3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr45397.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr84859.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/vrp02.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/vrp33.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/uninit-15.c
    branches/c++-coroutines/gcc/testsuite/gcc.misc-tests/help.exp
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse-13.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse-23.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-packs.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-packssdw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-packsswb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-packuswb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-paddb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-paddd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-paddsb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-paddsw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-paddusb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-paddusw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-paddw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-pcmpeqb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-pcmpeqd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-pcmpeqw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-pcmpgtb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-pcmpgtd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-pcmpgtw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-pmaddwd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-pmulhw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-pmullw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-pslld-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-psllw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-psrad-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-psraw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-psrld-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-psrlw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-psubb-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-psubd-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-psubsb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-psubsw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-psubusb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-psubusw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-psubw-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-punpckhbw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-punpckhdq-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-punpckhwd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-punpcklbw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-punpckldq-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/mmx-punpcklwd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr37191.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/safe-indirect-jump-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/safe-indirect-jump-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-addps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-addss-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-andnps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-andps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-cmpss-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-cvtpi16ps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-cvtpi32ps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-cvtpi32x2ps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-cvtpi8ps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-cvtpspi16-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-cvtpspi8-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-cvtpu16ps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-cvtpu8ps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-cvtsi2ss-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-cvtsi2ss-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-cvtss2si-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-cvtss2si-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-cvttss2si-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-cvttss2si-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-divps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-divss-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-maxps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-maxps-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-maxss-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-minps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-minps-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-minss-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-movaps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-movaps-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-movhlps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-movhps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-movhps-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-movlhps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-movlps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-movlps-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-movmskb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-movmskps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-movss-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-movss-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-movss-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-mulps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-mulss-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-orps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-pavgw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-pmaxsw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-pmaxub-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-pminsw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-pminub-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-pmulhuw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-psadbw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-rcpps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-rsqrtps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-shufps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-sqrtps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-subps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-subss-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-ucomiss-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-ucomiss-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-ucomiss-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-ucomiss-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-ucomiss-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-ucomiss-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-unpckhps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-unpcklps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse-xorps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-addpd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-addsd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-andnpd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-andpd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-cmppd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-cmpsd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-comisd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-comisd-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-comisd-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-comisd-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-comisd-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-comisd-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-cvtdq2pd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-cvtdq2ps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-cvtpd2dq-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-cvtpd2ps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-cvtps2dq-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-cvtps2pd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-cvtsd2si-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-cvtsd2si-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-cvtsd2ss-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-cvtsi2sd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-cvtsi2sd-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-cvtss2sd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-cvttpd2dq-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-cvttps2dq-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-cvttsd2si-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-cvttsd2si-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-divpd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-divsd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-maxpd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-maxsd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-minpd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-minsd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-mmx.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-movhpd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-movhpd-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-movlpd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-movlpd-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-movmskpd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-movq-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-movq-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-movq-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-movsd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-movsd-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-movsd-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-mulpd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-mulsd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-orpd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-packssdw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-packsswb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-packuswb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-paddb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-paddd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-paddq-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-paddsb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-paddsw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-paddusb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-paddusw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-paddw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pand-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pandn-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pavgb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pavgw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pcmpeqb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pcmpeqd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pcmpeqw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pcmpgtb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pcmpgtd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pcmpgtw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pextrw.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pinsrw.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pmaddwd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pmaxsw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pmaxub-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pminsw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pminub-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pmovmskb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pmulhuw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pmulhw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pmullw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pmuludq-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-por-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psadbw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pshufd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pshufhw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pshuflw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pslld-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pslld-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pslldq-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psllq-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psllq-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psllw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psllw-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psrad-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psrad-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psraw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psraw-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psrld-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psrld-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psrldq-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psrlq-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psrlq-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psrlw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psrlw-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psubb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psubd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psubq-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psubsb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psubsw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psubusb-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psubusw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-psubw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-punpckhbw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-punpckhdq-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-punpckhqdq-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-punpckhwd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-punpcklbw-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-punpckldq-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-punpcklqdq-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-punpcklwd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-pxor-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-shufpd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-sqrtpd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-subpd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-subsd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-ucomisd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-ucomisd-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-ucomisd-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-ucomisd-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-ucomisd-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-ucomisd-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-unpckhpd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-unpcklpd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse2-xorpd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse3-addsubpd.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse3-addsubps.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse3-haddpd.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse3-haddps.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse3-hsubpd.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse3-hsubps.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse3-lddqu.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse3-movddup.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse3-movshdup.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/sse3-movsldup.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/deferred_character_23.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/inline_matmul_24.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/vect/pr83232.f90
    branches/c++-coroutines/gcc/testsuite/lib/g++-dg.exp
    branches/c++-coroutines/gcc/toplev.c
    branches/c++-coroutines/gcc/trans-mem.c
    branches/c++-coroutines/gcc/tree-cfg.c
    branches/c++-coroutines/gcc/tree-chrec.c
    branches/c++-coroutines/gcc/tree-complex.c
    branches/c++-coroutines/gcc/tree-data-ref.c
    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-loop-distribution.c
    branches/c++-coroutines/gcc/tree-outof-ssa.c
    branches/c++-coroutines/gcc/tree-parloops.c
    branches/c++-coroutines/gcc/tree-sra.c
    branches/c++-coroutines/gcc/tree-ssa-alias.c
    branches/c++-coroutines/gcc/tree-ssa-ccp.c
    branches/c++-coroutines/gcc/tree-ssa-coalesce.c
    branches/c++-coroutines/gcc/tree-ssa-copy.c
    branches/c++-coroutines/gcc/tree-ssa-dce.c
    branches/c++-coroutines/gcc/tree-ssa-dom.c
    branches/c++-coroutines/gcc/tree-ssa-forwprop.c
    branches/c++-coroutines/gcc/tree-ssa-loop-im.c
    branches/c++-coroutines/gcc/tree-ssa-loop-ivopts.c
    branches/c++-coroutines/gcc/tree-ssa-loop-niter.c
    branches/c++-coroutines/gcc/tree-ssa-math-opts.c
    branches/c++-coroutines/gcc/tree-ssa-phiopt.c
    branches/c++-coroutines/gcc/tree-ssa-phiprop.c
    branches/c++-coroutines/gcc/tree-ssa-pre.c
    branches/c++-coroutines/gcc/tree-ssa-propagate.c
    branches/c++-coroutines/gcc/tree-ssa-reassoc.c
    branches/c++-coroutines/gcc/tree-ssa-sccvn.c
    branches/c++-coroutines/gcc/tree-ssa-scopedtables.c
    branches/c++-coroutines/gcc/tree-ssa-strlen.c
    branches/c++-coroutines/gcc/tree-ssa-structalias.c
    branches/c++-coroutines/gcc/tree-ssa-threadedge.c
    branches/c++-coroutines/gcc/tree-ssanames.c
    branches/c++-coroutines/gcc/tree-ssanames.h
    branches/c++-coroutines/gcc/tree-switch-conversion.c
    branches/c++-coroutines/gcc/tree-switch-conversion.h
    branches/c++-coroutines/gcc/tree-vect-data-refs.c
    branches/c++-coroutines/gcc/tree-vect-patterns.c
    branches/c++-coroutines/gcc/tree-vect-slp.c
    branches/c++-coroutines/gcc/tree-vect-stmts.c
    branches/c++-coroutines/gcc/tree-vectorizer.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/tree.h
    branches/c++-coroutines/gcc/value-prof.c
    branches/c++-coroutines/gcc/varasm.c
    branches/c++-coroutines/gcc/vr-values.c
    branches/c++-coroutines/gcc/vr-values.h
    branches/c++-coroutines/gcc/wide-int-range.cc
    branches/c++-coroutines/gcc/wide-int-range.h
    branches/c++-coroutines/libcpp/ChangeLog
    branches/c++-coroutines/libcpp/include/cpplib.h
    branches/c++-coroutines/libcpp/init.c
    branches/c++-coroutines/libgcc/ChangeLog
    branches/c++-coroutines/libgcc/Makefile.in
    branches/c++-coroutines/libgcc/config/pdp11/t-pdp11
    branches/c++-coroutines/libgcc/divmod.c
    branches/c++-coroutines/libgcc/udivmod.c
    branches/c++-coroutines/libgcc/udivmodsi4.c
    branches/c++-coroutines/libgfortran/ChangeLog
    branches/c++-coroutines/libgfortran/Makefile.am
    branches/c++-coroutines/libgfortran/Makefile.in
    branches/c++-coroutines/libgfortran/generated/maxloc0_16_s1.c
    branches/c++-coroutines/libgfortran/generated/maxloc0_16_s4.c
    branches/c++-coroutines/libgfortran/generated/maxloc0_4_s1.c
    branches/c++-coroutines/libgfortran/generated/maxloc0_4_s4.c
    branches/c++-coroutines/libgfortran/generated/maxloc0_8_s1.c
    branches/c++-coroutines/libgfortran/generated/maxloc0_8_s4.c
    branches/c++-coroutines/libgfortran/generated/maxloc1_16_s1.c
    branches/c++-coroutines/libgfortran/generated/maxloc1_16_s4.c
    branches/c++-coroutines/libgfortran/generated/maxloc1_4_s1.c
    branches/c++-coroutines/libgfortran/generated/maxloc1_4_s4.c
    branches/c++-coroutines/libgfortran/generated/maxloc1_8_s1.c
    branches/c++-coroutines/libgfortran/generated/maxloc1_8_s4.c
    branches/c++-coroutines/libgfortran/generated/maxloc2_16_s1.c
    branches/c++-coroutines/libgfortran/generated/maxloc2_16_s4.c
    branches/c++-coroutines/libgfortran/generated/maxloc2_4_s1.c
    branches/c++-coroutines/libgfortran/generated/maxloc2_4_s4.c
    branches/c++-coroutines/libgfortran/generated/maxloc2_8_s1.c
    branches/c++-coroutines/libgfortran/generated/maxloc2_8_s4.c
    branches/c++-coroutines/libgfortran/generated/maxval0_s1.c
    branches/c++-coroutines/libgfortran/generated/maxval0_s4.c
    branches/c++-coroutines/libgfortran/generated/maxval1_s1.c
    branches/c++-coroutines/libgfortran/generated/maxval1_s4.c
    branches/c++-coroutines/libgfortran/generated/minloc0_16_s1.c
    branches/c++-coroutines/libgfortran/generated/minloc0_16_s4.c
    branches/c++-coroutines/libgfortran/generated/minloc0_4_s1.c
    branches/c++-coroutines/libgfortran/generated/minloc0_4_s4.c
    branches/c++-coroutines/libgfortran/generated/minloc0_8_s1.c
    branches/c++-coroutines/libgfortran/generated/minloc0_8_s4.c
    branches/c++-coroutines/libgfortran/generated/minloc1_16_s1.c
    branches/c++-coroutines/libgfortran/generated/minloc1_16_s4.c
    branches/c++-coroutines/libgfortran/generated/minloc1_4_s1.c
    branches/c++-coroutines/libgfortran/generated/minloc1_4_s4.c
    branches/c++-coroutines/libgfortran/generated/minloc1_8_s1.c
    branches/c++-coroutines/libgfortran/generated/minloc1_8_s4.c
    branches/c++-coroutines/libgfortran/generated/minloc2_16_s1.c
    branches/c++-coroutines/libgfortran/generated/minloc2_16_s4.c
    branches/c++-coroutines/libgfortran/generated/minloc2_4_s1.c
    branches/c++-coroutines/libgfortran/generated/minloc2_4_s4.c
    branches/c++-coroutines/libgfortran/generated/minloc2_8_s1.c
    branches/c++-coroutines/libgfortran/generated/minloc2_8_s4.c
    branches/c++-coroutines/libgfortran/generated/minval0_s1.c
    branches/c++-coroutines/libgfortran/generated/minval0_s4.c
    branches/c++-coroutines/libgfortran/generated/minval1_s1.c
    branches/c++-coroutines/libgfortran/generated/minval1_s4.c
    branches/c++-coroutines/libgfortran/gfortran.map
    branches/c++-coroutines/libgfortran/libgfortran.h
    branches/c++-coroutines/libgfortran/m4/iparm.m4
    branches/c++-coroutines/libgo/go/cmd/cgo/main.go
    branches/c++-coroutines/libgo/go/cmd/cgo/out.go
    branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/importer.go
    branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/parser.go
    branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/parser_test.go
    branches/c++-coroutines/libgo/go/internal/bytealg/bytealg.c
    branches/c++-coroutines/libgo/go/internal/cpu/cpu_gccgo.c
    branches/c++-coroutines/libgo/go/log/syslog/syslog_c.c
    branches/c++-coroutines/libgo/go/runtime/atomic_pointer.go
    branches/c++-coroutines/libgo/go/runtime/cpuprof.go
    branches/c++-coroutines/libgo/go/runtime/debug/stack_test.go
    branches/c++-coroutines/libgo/go/runtime/heapdump.go
    branches/c++-coroutines/libgo/go/runtime/internal/atomic/atomic.c
    branches/c++-coroutines/libgo/go/runtime/mgc.go
    branches/c++-coroutines/libgo/go/runtime/mheap.go
    branches/c++-coroutines/libgo/go/runtime/mstats.go
    branches/c++-coroutines/libgo/go/runtime/net_plan9.go
    branches/c++-coroutines/libgo/go/runtime/netpoll.go
    branches/c++-coroutines/libgo/go/runtime/os_linux_arm.go
    branches/c++-coroutines/libgo/go/runtime/pprof/mprof_test.go
    branches/c++-coroutines/libgo/go/runtime/proc.go
    branches/c++-coroutines/libgo/go/runtime/proflabel.go
    branches/c++-coroutines/libgo/go/runtime/rdebug.go
    branches/c++-coroutines/libgo/go/runtime/runtime1.go
    branches/c++-coroutines/libgo/go/runtime/sema.go
    branches/c++-coroutines/libgo/go/runtime/sigqueue.go
    branches/c++-coroutines/libgo/go/runtime/symtab.go
    branches/c++-coroutines/libgo/go/runtime/time.go
    branches/c++-coroutines/libgo/go/runtime/trace.go
    branches/c++-coroutines/libgo/go/runtime/traceback_gccgo.go
    branches/c++-coroutines/libgo/go/sync/atomic/atomic.c
    branches/c++-coroutines/libgo/testsuite/gotest
    branches/c++-coroutines/maintainer-scripts/ChangeLog
    branches/c++-coroutines/maintainer-scripts/crontab
    branches/c++-coroutines/maintainer-scripts/gcc_release
    branches/c++-coroutines/maintainer-scripts/update_version_svn



More information about the Libstdc++-cvs mailing list