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

iains@gcc.gnu.org iains@gcc.gnu.org
Sat Apr 20 08:41:00 GMT 2019


Author: iains
Date: Sat Apr 20 08:41:10 2019
New Revision: 270469

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

2019-04-20  Iain Sandoe  <iain@sandoe.co.uk>

	Merge trunk r270468.


Added:
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/variant/89851.cc
      - copied unchanged from r270468, trunk/libstdc++-v3/testsuite/20_util/variant/89851.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/variant/90008.cc
      - copied unchanged from r270468, trunk/libstdc++-v3/testsuite/20_util/variant/90008.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/variant/exception_safety.cc
      - copied unchanged from r270468, trunk/libstdc++-v3/testsuite/20_util/variant/exception_safety.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/variant/visit.cc
      - copied unchanged from r270468, trunk/libstdc++-v3/testsuite/20_util/variant/visit.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/variant/visit_neg.cc
      - copied unchanged from r270468, trunk/libstdc++-v3/testsuite/20_util/variant/visit_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/variant/visit_r.cc
      - copied unchanged from r270468, trunk/libstdc++-v3/testsuite/20_util/variant/visit_r.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string/hash/
      - copied from r270468, trunk/libstdc++-v3/testsuite/21_strings/basic_string/hash/
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/forward_list/operations/90105.cc
      - copied unchanged from r270468, trunk/libstdc++-v3/testsuite/23_containers/forward_list/operations/90105.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/iterators/caching.cc
      - copied unchanged from r270468, trunk/libstdc++-v3/testsuite/27_io/filesystem/iterators/caching.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/iterators/recursion_pending.cc
      - copied unchanged from r270468, trunk/libstdc++-v3/testsuite/27_io/filesystem/iterators/recursion_pending.cc
Modified:
    branches/c++-coroutines/libstdc++-v3/ChangeLog
    branches/c++-coroutines/libstdc++-v3/config/abi/pre/gnu.ver
    branches/c++-coroutines/libstdc++-v3/doc/xml/faq.xml
    branches/c++-coroutines/libstdc++-v3/doc/xml/manual/debug.xml
    branches/c++-coroutines/libstdc++-v3/doc/xml/manual/evolution.xml
    branches/c++-coroutines/libstdc++-v3/doc/xml/manual/status_cxx2020.xml
    branches/c++-coroutines/libstdc++-v3/include/bits/basic_string.h
    branches/c++-coroutines/libstdc++-v3/include/bits/c++config
    branches/c++-coroutines/libstdc++-v3/include/bits/forward_list.tcc
    branches/c++-coroutines/libstdc++-v3/include/bits/fs_dir.h
    branches/c++-coroutines/libstdc++-v3/include/bits/fs_path.h
    branches/c++-coroutines/libstdc++-v3/include/bits/shared_ptr.h
    branches/c++-coroutines/libstdc++-v3/include/bits/std_function.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/debug/vector
    branches/c++-coroutines/libstdc++-v3/include/pstl/algorithm_impl.h
    branches/c++-coroutines/libstdc++-v3/include/pstl/execution_defs.h
    branches/c++-coroutines/libstdc++-v3/include/pstl/execution_impl.h
    branches/c++-coroutines/libstdc++-v3/include/pstl/glue_algorithm_impl.h
    branches/c++-coroutines/libstdc++-v3/include/pstl/numeric_impl.h
    branches/c++-coroutines/libstdc++-v3/include/pstl/parallel_backend_tbb.h
    branches/c++-coroutines/libstdc++-v3/include/pstl/parallel_backend_utils.h
    branches/c++-coroutines/libstdc++-v3/include/pstl/unseq_backend_simd.h
    branches/c++-coroutines/libstdc++-v3/include/std/any
    branches/c++-coroutines/libstdc++-v3/include/std/optional
    branches/c++-coroutines/libstdc++-v3/include/std/string
    branches/c++-coroutines/libstdc++-v3/include/std/variant
    branches/c++-coroutines/libstdc++-v3/src/c++17/fs_dir.cc
    branches/c++-coroutines/libstdc++-v3/src/c++17/fs_path.cc
    branches/c++-coroutines/libstdc++-v3/src/c++17/memory_resource.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/duration/arithmetic/dr3050.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/from_chars/1_c++20_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/from_chars/1_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/constexpr/observers/4.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/optional/observers/4.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/shared_ptr/assign/auto_ptr_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/shared_ptr/assign/shared_ptr_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/shared_ptr/cons/unique_ptr_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/to_chars/1_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/tuple/element_access/get_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/unique_ptr/cons/ptr_deleter_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/unique_ptr/modifiers/reset_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/variant/87431.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/variant/compile.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/variant/run.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/assign_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/insert_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/forward_list/comparable.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/assign_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_1_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_2_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/insert_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/iterators/directory_iterator.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/path/assign/copy.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/copy_ctor_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/memory/shared_ptr/cons/pointer_ctor_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/memory/shared_ptr/modifiers/reset_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/lib/libstdc++.exp
    branches/c++-coroutines/libstdc++-v3/testsuite/util/testsuite_fs.h

Changes in other areas also in this revision:
Added:
    branches/c++-coroutines/config/bootstrap-lto-lean.mk
      - copied unchanged from r270468, trunk/config/bootstrap-lto-lean.mk
    branches/c++-coroutines/gcc/config/aarch64/tsv110.md
      - copied unchanged from r270468, trunk/gcc/config/aarch64/tsv110.md
    branches/c++-coroutines/gcc/config/s390/8561.md
      - copied unchanged from r270468, trunk/gcc/config/s390/8561.md
    branches/c++-coroutines/gcc/testsuite/c-c++-common/builtin-has-attribute-6.c
      - copied unchanged from r270468, trunk/gcc/testsuite/c-c++-common/builtin-has-attribute-6.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/builtin-has-attribute-7.c
      - copied unchanged from r270468, trunk/gcc/testsuite/c-c++-common/builtin-has-attribute-7.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/pr89888.c
      - copied unchanged from r270468, trunk/gcc/testsuite/c-c++-common/pr89888.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/pr89933.c
      - copied unchanged from r270468, trunk/gcc/testsuite/c-c++-common/pr89933.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/pr89946.c
      - copied unchanged from r270468, trunk/gcc/testsuite/c-c++-common/pr89946.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/pr89985.c
      - copied unchanged from r270468, trunk/gcc/testsuite/c-c++-common/pr89985.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/pr90108.c
      - copied unchanged from r270468, trunk/gcc/testsuite/c-c++-common/pr90108.c
    branches/c++-coroutines/gcc/testsuite/g++.dg/abi/mangle69.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/abi/mangle69.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/abi/mangle70.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/abi/mangle70.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/abi/mangle71.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/abi/mangle71.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/abi/mangle72.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/abi/mangle72.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/alias-decl-67.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-67.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-86953.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-86953.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-array19.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-array19.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-conv3.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-conv3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-conv4.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-conv4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-noexcept8.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-noexcept8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/decltype70.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp0x/decltype70.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/extern_template-5.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp0x/extern_template-5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/fntmp-equiv1.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp0x/fntmp-equiv1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/friend4.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp0x/friend4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/friend5.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp0x/friend5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/initlist-pmf1.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp0x/initlist-pmf1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic8.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-variadic8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/noexcept40.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept40.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/pr89900-1.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp0x/pr89900-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/pr89900-2.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp0x/pr89900-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/pr89900-3.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp0x/pr89900-3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/pr89900-4.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp0x/pr89900-4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/variadic-ttp9.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp0x/variadic-ttp9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/constexpr-noexcept1.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp1y/constexpr-noexcept1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction65.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp1z/class-deduction65.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/nontype-auto15.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp1z/nontype-auto15.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/destroying-delete4.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp2a/destroying-delete4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/nontype-class15.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp2a/nontype-class15.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/nontype-class16.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/cpp2a/nontype-class16.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/attr-copy-2.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/ext/attr-copy-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/attrib58.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/ext/attrib58.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/attrib59.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/ext/attrib59.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/attrib60.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/ext/attrib60.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/builtin-offsetof4.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/ext/builtin-offsetof4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/has_nothrow_constructor-3.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/ext/has_nothrow_constructor-3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/stmtexpr23.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/ext/stmtexpr23.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/init/array51.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/init/array51.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/init/array52.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/init/array52.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ipa/pr89693.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/ipa/pr89693.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/lto/pr89358_0.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/lto/pr89358_0.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/lto/pr89358_1.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/lto/pr89358_1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/opt/pr90026.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/opt/pr90026.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/opt/pr90090.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/opt/pr90090.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/template/crash130.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/template/crash130.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/template/crash131.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/template/crash131.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/template/friend67.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/template/friend67.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/template/memtmpl6.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/template/memtmpl6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/template/nontype29.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/template/nontype29.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/template/pr90138.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/template/pr90138.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Waddress-of-packed-member2.C
      - copied unchanged from r270468, trunk/gcc/testsuite/g++.dg/warn/Waddress-of-packed-member2.C
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr89399.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.c-torture/compile/pr89399.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr89998-1.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.c-torture/compile/pr89998-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr89998-2.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.c-torture/compile/pr89998-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr90139.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.c-torture/compile/pr90139.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/pr90025.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.c-torture/execute/pr90025.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wrestrict-19.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/Wrestrict-19.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstringop-overflow-13.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-13.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/attr-copy-8.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/attr-copy-8.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/attr-vector_size.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/attr-vector_size.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/guality/loop-1.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/guality/loop-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/guality/pr89528.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/guality/pr89528.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/guality/pr89892.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/guality/pr89892.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/guality/pr89905.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/guality/pr89905.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/guality/pr90074.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/guality/pr90074.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/guality/pr90131.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/guality/pr90131.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/live-patching-4.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/live-patching-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr84206.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/pr84206.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr85164-1.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/pr85164-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr85164-2.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/pr85164-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr85412.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/pr85412.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr85876.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/pr85876.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr86928.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/pr86928.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr87273.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/pr87273.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr90010.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/pr90010.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr90082.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/pr90082.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr90095-1.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/pr90095-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr90095-2.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/pr90095-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/neon-immediate-timode.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/torture/neon-immediate-timode.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr88936-1.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/torture/pr88936-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr88936-2.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/torture/pr88936-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr88936-3.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/torture/pr88936-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr89794.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/torture/pr89794.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr90020.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/torture/pr90020.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr90071.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/torture/pr90071.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr89725.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr89725.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/bb-slp-pr90006.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/vect/bb-slp-pr90006.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr90018.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.dg/vect/pr90018.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/combine_bfi_2.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/aarch64/combine_bfi_2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/pr89093-2.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/arm/pr89093-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/pr89093.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/arm/pr89093.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vfmaddXXXsd-3.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/i386/avx512f-vfmaddXXXsd-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vfmaddXXXss-3.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/i386/avx512f-vfmaddXXXss-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vfmsubXXXsd-3.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/i386/avx512f-vfmsubXXXsd-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vfmsubXXXss-3.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/i386/avx512f-vfmsubXXXss-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vfnmaddXXXsd-3.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/i386/avx512f-vfnmaddXXXsd-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vfnmaddXXXss-3.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/i386/avx512f-vfnmaddXXXss-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vfnmsubXXXsd-3.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/i386/avx512f-vfnmsubXXXsd-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vfnmsubXXXss-3.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/i386/avx512f-vfnmsubXXXss-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/mvc15.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/i386/mvc15.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr84101.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/i386/pr84101.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr89902.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/i386/pr89902.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr89903.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/i386/pr89903.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr89945.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/i386/pr89945.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr89965.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/i386/pr89965.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr90096.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/i386/pr90096.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/arch13/
      - copied from r270468, trunk/gcc/testsuite/gcc.target/s390/arch13/
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/bswap-and-replicate-1.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/bswap-and-replicate-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/get-element-bswap-1.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/get-element-bswap-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/get-element-bswap-2.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/get-element-bswap-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/get-element-bswap-3.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/get-element-bswap-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/get-element-bswap-4.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/get-element-bswap-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/replicate-bswap-1.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/replicate-bswap-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/replicate-bswap-2.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/replicate-bswap-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/set-element-bswap-1.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/set-element-bswap-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/set-element-bswap-2.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/set-element-bswap-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/set-element-bswap-3.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/set-element-bswap-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-double-compile.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-double-compile.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-float-compile.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-float-compile.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-revb-load-double-z14.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-revb-load-double-z14.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-revb-load-double.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-revb-load-double.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-revb-store-double-z14.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-revb-store-double-z14.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-revb-store-double.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-revb-store-double.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-reve-load-byte-z14.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-reve-load-byte-z14.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-reve-load-byte.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-reve-load-byte.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-reve-load-halfword-z14.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-reve-load-halfword-z14.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-reve-load-halfword.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-reve-load-halfword.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-reve-store-byte-z14.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-reve-store-byte-z14.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-reve-store-byte.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-reve-store-byte.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-search-string-cc-1.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-search-string-cc-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-search-string-cc-compile.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-search-string-cc-compile.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-search-string-until-zero-cc-1.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-search-string-until-zero-cc-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-search-string-until-zero-cc-compile.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-search-string-until-zero-cc-compile.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-shift-left-double-by-bit-1.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-shift-left-double-by-bit-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-shift-right-double-by-bit-1.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-shift-right-double-by-bit-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-signed-compile.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-signed-compile.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/vec-unsigned-compile.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gcc.target/s390/zvector/vec-unsigned-compile.c
    branches/c++-coroutines/gcc/testsuite/gdc.test/compilable/test19778.d
      - copied unchanged from r270468, trunk/gcc/testsuite/gdc.test/compilable/test19778.d
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_10.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_10.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_10.f90
      - copied unchanged from r270468, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_10.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_11.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_11.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_11.f90
      - copied unchanged from r270468, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_11.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_9.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_9.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_9.f90
      - copied unchanged from r270468, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_9.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/bind_c_usage_33.f90
      - copied unchanged from r270468, trunk/gcc/testsuite/gfortran.dg/bind_c_usage_33.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/bind_c_usage_33_c.c
      - copied unchanged from r270468, trunk/gcc/testsuite/gfortran.dg/bind_c_usage_33_c.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/entry_22.f90
      - copied unchanged from r270468, trunk/gcc/testsuite/gfortran.dg/entry_22.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/finalize_34.f90
      - copied unchanged from r270468, trunk/gcc/testsuite/gfortran.dg/finalize_34.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/private-explicit-kernels-1.f95
      - copied unchanged from r270468, trunk/gcc/testsuite/gfortran.dg/goacc/private-explicit-kernels-1.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/private-explicit-parallel-1.f95
      - copied unchanged from r270468, trunk/gcc/testsuite/gfortran.dg/goacc/private-explicit-parallel-1.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/private-explicit-routine-1.f95
      - copied unchanged from r270468, trunk/gcc/testsuite/gfortran.dg/goacc/private-explicit-routine-1.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/private-predetermined-kernels-1.f95
      - copied unchanged from r270468, trunk/gcc/testsuite/gfortran.dg/goacc/private-predetermined-kernels-1.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/private-predetermined-parallel-1.f95
      - copied unchanged from r270468, trunk/gcc/testsuite/gfortran.dg/goacc/private-predetermined-parallel-1.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/private-predetermined-routine-1.f95
      - copied unchanged from r270468, trunk/gcc/testsuite/gfortran.dg/goacc/private-predetermined-routine-1.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/parameter_array_error_1.f90
      - copied unchanged from r270468, trunk/gcc/testsuite/gfortran.dg/parameter_array_error_1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr56049.f90
      - copied unchanged from r270468, trunk/gcc/testsuite/gfortran.dg/pr56049.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr89956.f90
      - copied unchanged from r270468, trunk/gcc/testsuite/gfortran.dg/pr89956.f90
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/cover_pkgall_multiple_mains.txt
      - copied unchanged from r270468, trunk/libgo/go/cmd/go/testdata/script/cover_pkgall_multiple_mains.txt
    branches/c++-coroutines/libphobos/libdruntime/gcc/sections/
      - copied from r270468, trunk/libphobos/libdruntime/gcc/sections/
    branches/c++-coroutines/libphobos/testsuite/libphobos.druntime/
      - copied from r270468, trunk/libphobos/testsuite/libphobos.druntime/
    branches/c++-coroutines/libphobos/testsuite/libphobos.druntime_shared/
      - copied from r270468, trunk/libphobos/testsuite/libphobos.druntime_shared/
    branches/c++-coroutines/libphobos/testsuite/libphobos.phobos/
      - copied from r270468, trunk/libphobos/testsuite/libphobos.phobos/
    branches/c++-coroutines/libphobos/testsuite/libphobos.phobos_shared/
      - copied from r270468, trunk/libphobos/testsuite/libphobos.phobos_shared/
Removed:
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr70799-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr70799-5.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/private-1.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/private-2.f95
    branches/c++-coroutines/libphobos/libdruntime/rt/bss_section.c
    branches/c++-coroutines/libphobos/libdruntime/rt/sections_android.d
    branches/c++-coroutines/libphobos/libdruntime/rt/sections_elf_shared.d
    branches/c++-coroutines/libphobos/libdruntime/rt/sections_osx.d
    branches/c++-coroutines/libphobos/libdruntime/rt/sections_solaris.d
    branches/c++-coroutines/libphobos/libdruntime/rt/sections_win32.d
    branches/c++-coroutines/libphobos/libdruntime/rt/sections_win64.d
    branches/c++-coroutines/libphobos/testsuite/libphobos.unittests/
    branches/c++-coroutines/libphobos/testsuite/test_runner.d
Modified:
    branches/c++-coroutines/   (props changed)
    branches/c++-coroutines/ChangeLog
    branches/c++-coroutines/ChangeLog.coroutines
    branches/c++-coroutines/MAINTAINERS
    branches/c++-coroutines/Makefile.in
    branches/c++-coroutines/Makefile.tpl
    branches/c++-coroutines/config/ChangeLog
    branches/c++-coroutines/configure
    branches/c++-coroutines/configure.ac
    branches/c++-coroutines/contrib/ChangeLog
    branches/c++-coroutines/contrib/check-internal-format-escaping.py
    branches/c++-coroutines/contrib/dg-extract-results.py
    branches/c++-coroutines/contrib/dg-extract-results.sh
    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/libgnat/i-cexten.ads
    branches/c++-coroutines/gcc/auto-inc-dec.c
    branches/c++-coroutines/gcc/builtins.c
    branches/c++-coroutines/gcc/c-family/ChangeLog
    branches/c++-coroutines/gcc/c-family/c-ada-spec.c
    branches/c++-coroutines/gcc/c-family/c-attribs.c
    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-warn.c
    branches/c++-coroutines/gcc/c-family/c.opt
    branches/c++-coroutines/gcc/c/ChangeLog
    branches/c++-coroutines/gcc/c/c-decl.c
    branches/c++-coroutines/gcc/c/c-typeck.c
    branches/c++-coroutines/gcc/calls.c
    branches/c++-coroutines/gcc/cfgcleanup.c
    branches/c++-coroutines/gcc/cgraph.c
    branches/c++-coroutines/gcc/collect-utils.c
    branches/c++-coroutines/gcc/collect2.c
    branches/c++-coroutines/gcc/combine.c
    branches/c++-coroutines/gcc/common/config/riscv/riscv-common.c
    branches/c++-coroutines/gcc/common/config/s390/s390-common.c
    branches/c++-coroutines/gcc/config.gcc
    branches/c++-coroutines/gcc/config/aarch64/aarch64-cores.def
    branches/c++-coroutines/gcc/config/aarch64/aarch64-freebsd.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.md
    branches/c++-coroutines/gcc/config/aarch64/aarch64.opt
    branches/c++-coroutines/gcc/config/aarch64/cortex-a57-fma-steering.c
    branches/c++-coroutines/gcc/config/arc/arc-protos.h
    branches/c++-coroutines/gcc/config/arc/arc.c
    branches/c++-coroutines/gcc/config/arc/arc.h
    branches/c++-coroutines/gcc/config/arc/arc.md
    branches/c++-coroutines/gcc/config/arc/constraints.md
    branches/c++-coroutines/gcc/config/arm/arm.c
    branches/c++-coroutines/gcc/config/arm/constraints.md
    branches/c++-coroutines/gcc/config/arm/freebsd.h
    branches/c++-coroutines/gcc/config/arm/neon.md
    branches/c++-coroutines/gcc/config/cris/cris.c
    branches/c++-coroutines/gcc/config/darwin-c.c
    branches/c++-coroutines/gcc/config/darwin.h
    branches/c++-coroutines/gcc/config/ft32/ft32.c
    branches/c++-coroutines/gcc/config/i386/avx512fintrin.h
    branches/c++-coroutines/gcc/config/i386/i386.c
    branches/c++-coroutines/gcc/config/i386/i386.md
    branches/c++-coroutines/gcc/config/i386/xm-djgpp.h
    branches/c++-coroutines/gcc/config/iq2000/iq2000.c
    branches/c++-coroutines/gcc/config/m32c/m32c.c
    branches/c++-coroutines/gcc/config/microblaze/microblaze.c
    branches/c++-coroutines/gcc/config/mips/loongson-mmiintrin.h
    branches/c++-coroutines/gcc/config/mips/mips.opt
    branches/c++-coroutines/gcc/config/msp430/msp430.c
    branches/c++-coroutines/gcc/config/nds32/nds32-md-auxiliary.c
    branches/c++-coroutines/gcc/config/nds32/nds32-pipelines-auxiliary.c
    branches/c++-coroutines/gcc/config/nds32/nds32-protos.h
    branches/c++-coroutines/gcc/config/nds32/nds32-relax-opt.c
    branches/c++-coroutines/gcc/config/nds32/nds32.c
    branches/c++-coroutines/gcc/config/nds32/nds32.md
    branches/c++-coroutines/gcc/config/nvptx/mkoffload.c
    branches/c++-coroutines/gcc/config/riscv/freebsd.h
    branches/c++-coroutines/gcc/config/riscv/riscv.c
    branches/c++-coroutines/gcc/config/rs6000/power9.md
    branches/c++-coroutines/gcc/config/rs6000/rs6000.c
    branches/c++-coroutines/gcc/config/rs6000/rs6000.md
    branches/c++-coroutines/gcc/config/rs6000/vsx.md
    branches/c++-coroutines/gcc/config/rx/rx.c
    branches/c++-coroutines/gcc/config/s390/driver-native.c
    branches/c++-coroutines/gcc/config/s390/predicates.md
    branches/c++-coroutines/gcc/config/s390/s390-builtin-types.def
    branches/c++-coroutines/gcc/config/s390/s390-builtins.def
    branches/c++-coroutines/gcc/config/s390/s390-c.c
    branches/c++-coroutines/gcc/config/s390/s390-opts.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/s390.opt
    branches/c++-coroutines/gcc/config/s390/vecintrin.h
    branches/c++-coroutines/gcc/config/s390/vector.md
    branches/c++-coroutines/gcc/config/s390/vx-builtins.md
    branches/c++-coroutines/gcc/config/sparc/linux64.h
    branches/c++-coroutines/gcc/config/sparc/sol2.h
    branches/c++-coroutines/gcc/config/tilepro/tilepro.c
    branches/c++-coroutines/gcc/config/vms/vms-c.c
    branches/c++-coroutines/gcc/configure
    branches/c++-coroutines/gcc/configure.ac
    branches/c++-coroutines/gcc/cp/ChangeLog
    branches/c++-coroutines/gcc/cp/call.c
    branches/c++-coroutines/gcc/cp/constexpr.c
    branches/c++-coroutines/gcc/cp/cp-tree.h
    branches/c++-coroutines/gcc/cp/decl.c
    branches/c++-coroutines/gcc/cp/except.c
    branches/c++-coroutines/gcc/cp/mangle.c
    branches/c++-coroutines/gcc/cp/method.c
    branches/c++-coroutines/gcc/cp/parser.c
    branches/c++-coroutines/gcc/cp/parser.h
    branches/c++-coroutines/gcc/cp/pt.c
    branches/c++-coroutines/gcc/cp/semantics.c
    branches/c++-coroutines/gcc/cp/typeck.c
    branches/c++-coroutines/gcc/cp/typeck2.c
    branches/c++-coroutines/gcc/d/ChangeLog
    branches/c++-coroutines/gcc/d/Make-lang.in
    branches/c++-coroutines/gcc/d/d-system.h
    branches/c++-coroutines/gcc/d/d-tree.h
    branches/c++-coroutines/gcc/d/decl.cc
    branches/c++-coroutines/gcc/d/dmd/MERGE
    branches/c++-coroutines/gcc/d/dmd/cond.h
    branches/c++-coroutines/gcc/d/dmd/dinterpret.c
    branches/c++-coroutines/gcc/d/lang.opt
    branches/c++-coroutines/gcc/d/modules.cc
    branches/c++-coroutines/gcc/dce.c
    branches/c++-coroutines/gcc/doc/extend.texi
    branches/c++-coroutines/gcc/doc/gcov.texi
    branches/c++-coroutines/gcc/doc/install.texi
    branches/c++-coroutines/gcc/doc/invoke.texi
    branches/c++-coroutines/gcc/domwalk.c
    branches/c++-coroutines/gcc/domwalk.h
    branches/c++-coroutines/gcc/expr.c
    branches/c++-coroutines/gcc/fold-const.c
    branches/c++-coroutines/gcc/fortran/ChangeLog
    branches/c++-coroutines/gcc/fortran/check.c
    branches/c++-coroutines/gcc/fortran/class.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/module.c
    branches/c++-coroutines/gcc/fortran/openmp.c
    branches/c++-coroutines/gcc/fortran/resolve.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.c
    branches/c++-coroutines/gcc/gcov.c
    branches/c++-coroutines/gcc/gcse.c
    branches/c++-coroutines/gcc/gimple-fold.c
    branches/c++-coroutines/gcc/gimple-ssa-sprintf.c
    branches/c++-coroutines/gcc/gimple-ssa-warn-restrict.c
    branches/c++-coroutines/gcc/go/gofrontend/MERGE
    branches/c++-coroutines/gcc/go/gofrontend/export.cc
    branches/c++-coroutines/gcc/go/gofrontend/expressions.cc
    branches/c++-coroutines/gcc/go/gofrontend/expressions.h
    branches/c++-coroutines/gcc/go/gofrontend/import.cc
    branches/c++-coroutines/gcc/internal-fn.c
    branches/c++-coroutines/gcc/ipa-devirt.c
    branches/c++-coroutines/gcc/ipa-inline.c
    branches/c++-coroutines/gcc/ira-conflicts.c
    branches/c++-coroutines/gcc/ira-costs.c
    branches/c++-coroutines/gcc/ira-lives.c
    branches/c++-coroutines/gcc/loop-invariant.c
    branches/c++-coroutines/gcc/lto-wrapper.c
    branches/c++-coroutines/gcc/lto/ChangeLog
    branches/c++-coroutines/gcc/lto/lto.c
    branches/c++-coroutines/gcc/multiple_target.c
    branches/c++-coroutines/gcc/objc/ChangeLog
    branches/c++-coroutines/gcc/objc/objc-act.c
    branches/c++-coroutines/gcc/omp-offload.c
    branches/c++-coroutines/gcc/params.def
    branches/c++-coroutines/gcc/po/ChangeLog
    branches/c++-coroutines/gcc/po/EXCLUDES
    branches/c++-coroutines/gcc/po/de.po
    branches/c++-coroutines/gcc/po/es.po
    branches/c++-coroutines/gcc/po/exgettext
    branches/c++-coroutines/gcc/po/fr.po
    branches/c++-coroutines/gcc/po/gcc.pot
    branches/c++-coroutines/gcc/po/sv.po
    branches/c++-coroutines/gcc/ree.c
    branches/c++-coroutines/gcc/reorg.c
    branches/c++-coroutines/gcc/rtlanal.c
    branches/c++-coroutines/gcc/sched-deps.c
    branches/c++-coroutines/gcc/sel-sched-ir.c
    branches/c++-coroutines/gcc/sel-sched-ir.h
    branches/c++-coroutines/gcc/sel-sched.c
    branches/c++-coroutines/gcc/symtab.c
    branches/c++-coroutines/gcc/targhooks.c
    branches/c++-coroutines/gcc/testsuite/ChangeLog
    branches/c++-coroutines/gcc/testsuite/c-c++-common/attributes-1.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/builtin-has-attribute-4.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/pr71574.c
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-noexcept.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-noexcept3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-noexcept4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/inh-ctor32.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/noexcept30.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/pr86397-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/pr86397-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/other/offsetof8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/torture/pr40335.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.robertl/eb43.C
    branches/c++-coroutines/gcc/testsuite/g++.target/arm/arm.exp
    branches/c++-coroutines/gcc/testsuite/g++.target/i386/mv1.C
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wrestrict-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr25559.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr71598-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr71598-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr86438.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/combine_bfxil.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arc/long-calls.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/arm.exp
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vfmsubXXXss-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vfnmaddXXXss-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/ifcvt-onecmpl-abs-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/mvc3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/mvc4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr49095.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr69255-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr69255-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr69255-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/fold-vec-extract-char.p8.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/fold-vec-extract-int.p8.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/fold-vec-extract-short.p8.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/riscv/arch-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/riscv/interrupt-conflict-mode.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/md/andc-splitter-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/md/andc-splitter-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/s390.exp
    branches/c++-coroutines/gcc/testsuite/gcc.target/visium/bit_shift.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_1.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_3.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_4.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/finalize_28.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/finalize_33.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr85797.f90
    branches/c++-coroutines/gcc/testsuite/lib/go-torture.exp
    branches/c++-coroutines/gcc/testsuite/lib/target-supports.exp
    branches/c++-coroutines/gcc/tlink.c
    branches/c++-coroutines/gcc/tree-call-cdce.c
    branches/c++-coroutines/gcc/tree-cfgcleanup.c
    branches/c++-coroutines/gcc/tree-chrec.c
    branches/c++-coroutines/gcc/tree-chrec.h
    branches/c++-coroutines/gcc/tree-data-ref.c
    branches/c++-coroutines/gcc/tree-data-ref.h
    branches/c++-coroutines/gcc/tree-loop-distribution.c
    branches/c++-coroutines/gcc/tree-outof-ssa.c
    branches/c++-coroutines/gcc/tree-profile.c
    branches/c++-coroutines/gcc/tree-ssa-ccp.c
    branches/c++-coroutines/gcc/tree-ssa-loop-im.c
    branches/c++-coroutines/gcc/tree-ssa-math-opts.c
    branches/c++-coroutines/gcc/tree-ssa-pre.c
    branches/c++-coroutines/gcc/tree-ssa-reassoc.c
    branches/c++-coroutines/gcc/tree-ssa-sccvn.c
    branches/c++-coroutines/gcc/tree-ssa-sccvn.h
    branches/c++-coroutines/gcc/tree-ssa-structalias.c
    branches/c++-coroutines/gcc/tree-vect-data-refs.c
    branches/c++-coroutines/gcc/tree-vect-stmts.c
    branches/c++-coroutines/gcc/tree-vectorizer.h
    branches/c++-coroutines/gcc/tree.c
    branches/c++-coroutines/gcc/tree.h
    branches/c++-coroutines/gcc/valtrack.c
    branches/c++-coroutines/gcc/varasm.c
    branches/c++-coroutines/gcc/xcoffout.c
    branches/c++-coroutines/gcc/xcoffout.h
    branches/c++-coroutines/include/ChangeLog
    branches/c++-coroutines/include/longlong.h
    branches/c++-coroutines/libcpp/ChangeLog
    branches/c++-coroutines/libcpp/files.c
    branches/c++-coroutines/libgcc/ChangeLog
    branches/c++-coroutines/libgcc/config/nds32/linux-unwind.h
    branches/c++-coroutines/libgfortran/ChangeLog
    branches/c++-coroutines/libgfortran/runtime/ISO_Fortran_binding.c
    branches/c++-coroutines/libgo/MERGE
    branches/c++-coroutines/libgo/VERSION
    branches/c++-coroutines/libgo/go/cmd/go/internal/load/pkg.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/load/test.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/test/test.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/work/build.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/work/exec.go
    branches/c++-coroutines/libgo/go/cmd/go/testdata/mod/rsc.io_fortune_v2_v2.0.0.txt
    branches/c++-coroutines/libgo/go/internal/poll/fd_windows.go
    branches/c++-coroutines/libgo/go/net/http/httputil/reverseproxy.go
    branches/c++-coroutines/libgo/go/net/http/httputil/reverseproxy_test.go
    branches/c++-coroutines/libgo/go/net/lookup.go
    branches/c++-coroutines/libgo/go/net/lookup_test.go
    branches/c++-coroutines/libgo/go/os/path.go
    branches/c++-coroutines/libgo/go/os/path_unix.go
    branches/c++-coroutines/libgo/go/os/removeall_at.go
    branches/c++-coroutines/libgo/go/os/removeall_test.go
    branches/c++-coroutines/libgo/go/runtime/runtime-lldb_test.go
    branches/c++-coroutines/libgo/go/syscall/security_windows.go
    branches/c++-coroutines/libgo/go/syscall/socket_aix.go
    branches/c++-coroutines/libiberty/ChangeLog
    branches/c++-coroutines/libiberty/cp-demangle.c
    branches/c++-coroutines/libiberty/functions.texi
    branches/c++-coroutines/libphobos/ChangeLog
    branches/c++-coroutines/libphobos/Makefile.am
    branches/c++-coroutines/libphobos/Makefile.in
    branches/c++-coroutines/libphobos/config.h.in
    branches/c++-coroutines/libphobos/configure
    branches/c++-coroutines/libphobos/configure.ac
    branches/c++-coroutines/libphobos/configure.tgt
    branches/c++-coroutines/libphobos/d_rules.am
    branches/c++-coroutines/libphobos/libdruntime/MERGE
    branches/c++-coroutines/libphobos/libdruntime/Makefile.am
    branches/c++-coroutines/libphobos/libdruntime/Makefile.in
    branches/c++-coroutines/libphobos/libdruntime/core/internal/traits.d
    branches/c++-coroutines/libphobos/libdruntime/core/stdc/stdio.d
    branches/c++-coroutines/libphobos/libdruntime/core/stdc/time.d
    branches/c++-coroutines/libphobos/libdruntime/core/sync/condition.d
    branches/c++-coroutines/libphobos/libdruntime/core/sync/mutex.d
    branches/c++-coroutines/libphobos/libdruntime/core/sync/semaphore.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/aio.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/fcntl.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/stdio.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/sys/socket.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/ucontext.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/solaris/dlfcn.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/solaris/link.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/solaris/sys/link.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/windows/shlobj.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/windows/threadaux.d
    branches/c++-coroutines/libphobos/libdruntime/core/thread.d
    branches/c++-coroutines/libphobos/libdruntime/core/time.d
    branches/c++-coroutines/libphobos/libdruntime/gc/os.d
    branches/c++-coroutines/libphobos/libdruntime/gcc/config.d.in
    branches/c++-coroutines/libphobos/libdruntime/rt/sections.d
    branches/c++-coroutines/libphobos/m4/druntime/libraries.m4
    branches/c++-coroutines/libphobos/m4/druntime/os.m4
    branches/c++-coroutines/libphobos/src/MERGE
    branches/c++-coroutines/libphobos/src/Makefile.am
    branches/c++-coroutines/libphobos/src/Makefile.in
    branches/c++-coroutines/libphobos/src/libgphobos.spec.in
    branches/c++-coroutines/libphobos/src/std/datetime/systime.d
    branches/c++-coroutines/libphobos/src/std/datetime/timezone.d
    branches/c++-coroutines/libphobos/src/std/experimental/allocator/building_blocks/region.d
    branches/c++-coroutines/libphobos/src/std/file.d
    branches/c++-coroutines/libphobos/src/std/internal/cstring.d
    branches/c++-coroutines/libphobos/src/std/math.d
    branches/c++-coroutines/libphobos/src/std/parallelism.d
    branches/c++-coroutines/libphobos/src/std/path.d
    branches/c++-coroutines/libphobos/src/std/socket.d
    branches/c++-coroutines/libphobos/src/std/stdio.d
    branches/c++-coroutines/libphobos/testsuite/Makefile.am
    branches/c++-coroutines/libphobos/testsuite/Makefile.in
    branches/c++-coroutines/libphobos/testsuite/lib/libphobos.exp
    branches/c++-coroutines/libphobos/testsuite/libphobos.aa/aa.exp
    branches/c++-coroutines/libphobos/testsuite/libphobos.cycles/cycles.exp
    branches/c++-coroutines/libphobos/testsuite/libphobos.hash/hash.exp
    branches/c++-coroutines/libphobos/testsuite/libphobos.init_fini/init_fini.exp
    branches/c++-coroutines/libphobos/testsuite/libphobos.shared/shared.exp
    branches/c++-coroutines/libphobos/testsuite/libphobos.thread/thread.exp
    branches/c++-coroutines/libphobos/testsuite/libphobos.typeinfo/typeinfo.exp
    branches/c++-coroutines/libphobos/testsuite/testsuite_flags.in
    branches/c++-coroutines/libsanitizer/ChangeLog
    branches/c++-coroutines/libsanitizer/LOCAL_PATCHES
    branches/c++-coroutines/libsanitizer/sanitizer_common/sanitizer_platform_limits_linux.cc
    branches/c++-coroutines/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h

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




More information about the Libstdc++-cvs mailing list