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

iains@gcc.gnu.org iains@gcc.gnu.org
Wed Jan 23 16:42:00 GMT 2019


Author: iains
Date: Wed Jan 23 16:42:17 2019
New Revision: 268190

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

	* gcc/configure: Regenerated.
	* gcc/c-family/c-common.h (D_CXX_COROUTINES): Adjust for new entry.


Added:
    branches/c++-coroutines/libstdc++-v3/doc/xml/manual/status_cxx2020.xml
      - copied unchanged from r268188, trunk/libstdc++-v3/doc/xml/manual/status_cxx2020.xml
    branches/c++-coroutines/libstdc++-v3/src/c++17/ostream-inst.cc
      - copied unchanged from r268188, trunk/libstdc++-v3/src/c++17/ostream-inst.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/duration/requirements/noexcept.cc
      - copied unchanged from r268188, trunk/libstdc++-v3/testsuite/20_util/duration/requirements/noexcept.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/hash/nullptr.cc
      - copied unchanged from r268188, trunk/libstdc++-v3/testsuite/20_util/hash/nullptr.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/reference_wrapper/incomplete.cc
      - copied unchanged from r268188, trunk/libstdc++-v3/testsuite/20_util/reference_wrapper/incomplete.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/time_point/requirements/noexcept.cc
      - copied unchanged from r268188, trunk/libstdc++-v3/testsuite/20_util/time_point/requirements/noexcept.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/lwg2221.cc
      - copied unchanged from r268188, trunk/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/lwg2221.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/operations/all.cc
      - copied unchanged from r268188, trunk/libstdc++-v3/testsuite/27_io/filesystem/operations/all.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/operations/resize_file.cc
      - copied unchanged from r268188, trunk/libstdc++-v3/testsuite/27_io/filesystem/operations/resize_file.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/filesystem/filesystem_error/
      - copied from r268188, trunk/libstdc++-v3/testsuite/experimental/filesystem/filesystem_error/
    branches/c++-coroutines/libstdc++-v3/testsuite/libstdc++-prettyprinters/compat.cc
      - copied unchanged from r268188, trunk/libstdc++-v3/testsuite/libstdc++-prettyprinters/compat.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/configure
    branches/c++-coroutines/libstdc++-v3/doc/html/index.html
    branches/c++-coroutines/libstdc++-v3/doc/html/manual/abi.html
    branches/c++-coroutines/libstdc++-v3/doc/html/manual/bugs.html
    branches/c++-coroutines/libstdc++-v3/doc/html/manual/documentation_hacking.html
    branches/c++-coroutines/libstdc++-v3/doc/html/manual/index.html
    branches/c++-coroutines/libstdc++-v3/doc/html/manual/intro.html
    branches/c++-coroutines/libstdc++-v3/doc/html/manual/status.html
    branches/c++-coroutines/libstdc++-v3/doc/html/manual/using.html
    branches/c++-coroutines/libstdc++-v3/doc/xml/manual/intro.xml
    branches/c++-coroutines/libstdc++-v3/doc/xml/manual/spine.xml
    branches/c++-coroutines/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
    branches/c++-coroutines/libstdc++-v3/doc/xml/manual/using.xml
    branches/c++-coroutines/libstdc++-v3/include/backward/hash_map
    branches/c++-coroutines/libstdc++-v3/include/backward/hash_set
    branches/c++-coroutines/libstdc++-v3/include/backward/hashtable.h
    branches/c++-coroutines/libstdc++-v3/include/bits/alloc_traits.h
    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/char_traits.h
    branches/c++-coroutines/libstdc++-v3/include/bits/erase_if.h
    branches/c++-coroutines/libstdc++-v3/include/bits/forward_list.h
    branches/c++-coroutines/libstdc++-v3/include/bits/functional_hash.h
    branches/c++-coroutines/libstdc++-v3/include/bits/hashtable.h
    branches/c++-coroutines/libstdc++-v3/include/bits/locale_conv.h
    branches/c++-coroutines/libstdc++-v3/include/bits/locale_facets.h
    branches/c++-coroutines/libstdc++-v3/include/bits/refwrap.h
    branches/c++-coroutines/libstdc++-v3/include/bits/regex.h
    branches/c++-coroutines/libstdc++-v3/include/bits/shared_ptr.h
    branches/c++-coroutines/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_deque.h
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_function.h
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_list.h
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_map.h
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_multimap.h
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_multiset.h
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_queue.h
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_set.h
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_stack.h
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_tree.h
    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/unordered_map.h
    branches/c++-coroutines/libstdc++-v3/include/bits/unordered_set.h
    branches/c++-coroutines/libstdc++-v3/include/debug/array
    branches/c++-coroutines/libstdc++-v3/include/experimental/any
    branches/c++-coroutines/libstdc++-v3/include/experimental/bits/fs_path.h
    branches/c++-coroutines/libstdc++-v3/include/experimental/internet
    branches/c++-coroutines/libstdc++-v3/include/experimental/memory_resource
    branches/c++-coroutines/libstdc++-v3/include/experimental/string_view
    branches/c++-coroutines/libstdc++-v3/include/ext/alloc_traits.h
    branches/c++-coroutines/libstdc++-v3/include/ext/array_allocator.h
    branches/c++-coroutines/libstdc++-v3/include/ext/bitmap_allocator.h
    branches/c++-coroutines/libstdc++-v3/include/ext/debug_allocator.h
    branches/c++-coroutines/libstdc++-v3/include/ext/extptr_allocator.h
    branches/c++-coroutines/libstdc++-v3/include/ext/mt_allocator.h
    branches/c++-coroutines/libstdc++-v3/include/ext/new_allocator.h
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/lu_map_.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/tree_trace_base.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/trie_policy.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pool_allocator.h
    branches/c++-coroutines/libstdc++-v3/include/ext/random
    branches/c++-coroutines/libstdc++-v3/include/ext/rope
    branches/c++-coroutines/libstdc++-v3/include/ext/slist
    branches/c++-coroutines/libstdc++-v3/include/ext/throw_allocator.h
    branches/c++-coroutines/libstdc++-v3/include/ext/vstring.h
    branches/c++-coroutines/libstdc++-v3/include/profile/array
    branches/c++-coroutines/libstdc++-v3/include/std/any
    branches/c++-coroutines/libstdc++-v3/include/std/array
    branches/c++-coroutines/libstdc++-v3/include/std/chrono
    branches/c++-coroutines/libstdc++-v3/include/std/deque
    branches/c++-coroutines/libstdc++-v3/include/std/forward_list
    branches/c++-coroutines/libstdc++-v3/include/std/future
    branches/c++-coroutines/libstdc++-v3/include/std/iterator
    branches/c++-coroutines/libstdc++-v3/include/std/list
    branches/c++-coroutines/libstdc++-v3/include/std/optional
    branches/c++-coroutines/libstdc++-v3/include/std/ostream
    branches/c++-coroutines/libstdc++-v3/include/std/scoped_allocator
    branches/c++-coroutines/libstdc++-v3/include/std/string
    branches/c++-coroutines/libstdc++-v3/include/std/type_traits
    branches/c++-coroutines/libstdc++-v3/include/std/variant
    branches/c++-coroutines/libstdc++-v3/include/std/vector
    branches/c++-coroutines/libstdc++-v3/include/std/version
    branches/c++-coroutines/libstdc++-v3/include/tr1/array
    branches/c++-coroutines/libstdc++-v3/include/tr1/hashtable.h
    branches/c++-coroutines/libstdc++-v3/include/tr1/regex
    branches/c++-coroutines/libstdc++-v3/include/tr2/dynamic_bitset
    branches/c++-coroutines/libstdc++-v3/libsupc++/eh_alloc.cc
    branches/c++-coroutines/libstdc++-v3/libsupc++/exception
    branches/c++-coroutines/libstdc++-v3/libsupc++/new
    branches/c++-coroutines/libstdc++-v3/python/libstdcxx/v6/printers.py
    branches/c++-coroutines/libstdc++-v3/src/c++11/shared_ptr.cc
    branches/c++-coroutines/libstdc++-v3/src/c++17/Makefile.am
    branches/c++-coroutines/libstdc++-v3/src/c++17/Makefile.in
    branches/c++-coroutines/libstdc++-v3/src/c++17/fs_ops.cc
    branches/c++-coroutines/libstdc++-v3/src/filesystem/ops-common.h
    branches/c++-coroutines/libstdc++-v3/src/filesystem/ops.cc
    branches/c++-coroutines/libstdc++-v3/src/filesystem/path.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/deque/erasure.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/forward_list/erasure.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/list/erasure.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/map/erasure.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/set/erasure.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_map/erasure.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_set/erasure.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/vector/erasure.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/complex/operators/more_constexpr.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/complex/requirements/more_constexpr.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/iterators/directory_iterator.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/iterators/recursive_directory_iterator.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/operations/canonical.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/operations/copy.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/operations/create_directories.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/operations/exists.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/operations/is_empty.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/operations/last_write_time.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/operations/permissions.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/operations/remove.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/operations/remove_all.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/operations/status.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/operations/temp_directory_path.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/operations/weakly_canonical.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/filesystem/iterators/directory_iterator.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/filesystem/iterators/recursive_directory_iterator.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/filesystem/operations/canonical.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/filesystem/operations/copy.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/filesystem/operations/create_directories.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/filesystem/operations/exists.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/filesystem/operations/is_empty.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/filesystem/operations/permissions.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/filesystem/operations/remove.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/filesystem/operations/remove_all.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/experimental/filesystem/operations/space.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/libstdc++-prettyprinters/cxx17.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/util/testsuite_fs.h
    branches/c++-coroutines/libstdc++-v3/testsuite/util/testsuite_hooks.h

Changes in other areas also in this revision:
Added:
    branches/c++-coroutines/gcc/common/config/gcn/
      - copied from r268188, trunk/gcc/common/config/gcn/
    branches/c++-coroutines/gcc/config/aarch64/aarch64-bti-insert.c
      - copied unchanged from r268188, trunk/gcc/config/aarch64/aarch64-bti-insert.c
    branches/c++-coroutines/gcc/config/gcn/
      - copied from r268188, trunk/gcc/config/gcn/
    branches/c++-coroutines/gcc/d/README.gcc
      - copied unchanged from r268188, trunk/gcc/d/README.gcc
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Waddress-of-packed-member-1.c
      - copied unchanged from r268188, trunk/gcc/testsuite/c-c++-common/Waddress-of-packed-member-1.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/array-6.c
      - copied unchanged from r268188, trunk/gcc/testsuite/c-c++-common/array-6.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/asan/pr88619.c
      - copied unchanged from r268188, trunk/gcc/testsuite/c-c++-common/asan/pr88619.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/builtin-convertvector-1.c
      - copied unchanged from r268188, trunk/gcc/testsuite/c-c++-common/builtin-convertvector-1.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/gomp/atomic-23.c
      - copied unchanged from r268188, trunk/gcc/testsuite/c-c++-common/gomp/atomic-23.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/gomp/pr85956.c
      - copied unchanged from r268188, trunk/gcc/testsuite/c-c++-common/gomp/pr85956.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/pr44715.c
      - copied unchanged from r268188, trunk/gcc/testsuite/c-c++-common/pr44715.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/pr51628-33.c
      - copied unchanged from r268188, trunk/gcc/testsuite/c-c++-common/pr51628-33.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/pr51628-35.c
      - copied unchanged from r268188, trunk/gcc/testsuite/c-c++-common/pr51628-35.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/pr88664-1.c
      - copied unchanged from r268188, trunk/gcc/testsuite/c-c++-common/pr88664-1.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/pr88664-2.c
      - copied unchanged from r268188, trunk/gcc/testsuite/c-c++-common/pr88664-2.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/pr88984.c
      - copied unchanged from r268188, trunk/gcc/testsuite/c-c++-common/pr88984.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/torture/builtin-convertvector-1.c
      - copied unchanged from r268188, trunk/gcc/testsuite/c-c++-common/torture/builtin-convertvector-1.c
    branches/c++-coroutines/gcc/testsuite/g++.dg/asan/pr88901.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/asan/pr88901.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr87768.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/concepts/pr87768.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/Wnarrowing13.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp0x/Wnarrowing13.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/Wnarrowing14.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp0x/Wnarrowing14.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/Wredundant-move5.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp0x/Wredundant-move5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/Wredundant-move6.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp0x/Wredundant-move6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/cond2.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp0x/cond2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-builtin4.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-builtin4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-comma1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-comma1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/defaulted61.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted61.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/defaulted62.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted62.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/initlist-explicit2.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp0x/initlist-explicit2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const10.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-const10.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/pr86610.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp0x/pr86610.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/this1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp0x/this1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/udlit-implicit-conv-neg-char8_t.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-implicit-conv-neg-char8_t.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/udlit-resolve-char8_t.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp0x/udlit-resolve-char8_t.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/variadic-decltype1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp0x/variadic-decltype1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/auto-fn55.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp1y/auto-fn55.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-if25.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp1z/constexpr-if25.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda23.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda23.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/pr86648.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp1z/pr86648.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/char8_t1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp2a/char8_t1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/char8_t2.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp2a/char8_t2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/nontype-class11.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp2a/nontype-class11.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/nontype-class12.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/cpp2a/nontype-class12.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/bitfld3.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/diagnostic/bitfld3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/constexpr1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/diagnostic/constexpr1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/constexpr2.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/diagnostic/constexpr2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/extern-initialized.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/diagnostic/extern-initialized.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/out-of-class-redeclaration.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/diagnostic/out-of-class-redeclaration.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/ref3.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/diagnostic/ref3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/thread1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/diagnostic/thread1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/typedef-initialized.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/diagnostic/typedef-initialized.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/builtin-convertvector-1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/builtin-convertvector-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-aliasing-1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-aliasing-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-char-literal-1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-char-literal-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-char-literal-2.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-char-literal-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-deduction-1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-deduction-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-deduction-2.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-deduction-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-feature-test-macro-1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-feature-test-macro-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-feature-test-macro-2.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-feature-test-macro-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-init-1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-init-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-init-2.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-init-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-keyword-1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-keyword-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-keyword-2.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-keyword-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-limits-1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-limits-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-overload-1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-overload-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-overload-2.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-overload-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-predefined-macros-1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-predefined-macros-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-predefined-macros-2.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-predefined-macros-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-sizeof-1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-sizeof-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-specialization-1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-specialization-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-specialization-2.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-specialization-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-string-literal-1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-string-literal-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-string-literal-2.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-string-literal-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-type-specifier-1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-type-specifier-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-type-specifier-2.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-type-specifier-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-typedef-1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-typedef-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-typedef-2.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-typedef-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-udl-1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-udl-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/char8_t-udl-2.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/char8_t-udl-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/dllimport-initialized.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/dllimport-initialized.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/flexary32.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/flexary32.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/utf-cvt-char8_t.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/utf-cvt-char8_t.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/utf-type-char8_t.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/ext/utf-type-char8_t.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/gcov/pr88263-2.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/gcov/pr88263-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/pr88733.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/gomp/pr88733.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/pr88949.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/gomp/pr88949.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/init/array50.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/init/array50.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/lto/pr88046_0.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/lto/pr88046_0.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/lto/pr88758_0.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/lto/pr88758_0.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/lto/pr88758_1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/lto/pr88758_1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/opt/pr86214-1.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/opt/pr86214-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/opt/pr86214-2.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/opt/pr86214-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/other/abstract7.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/other/abstract7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/pr69338.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/pr69338.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/pr69697.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/pr69697.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/template/pr88699.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/template/pr88699.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/template/pr88795.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/template/pr88795.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/torture/pr88861.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/torture/pr88861.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wreturn-type-11.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.dg/warn/Wreturn-type-11.C
    branches/c++-coroutines/gcc/testsuite/g++.target/i386/pr88587.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.target/i386/pr88587.C
    branches/c++-coroutines/gcc/testsuite/g++.target/i386/pr88785.C
      - copied unchanged from r268188, trunk/gcc/testsuite/g++.target/i386/pr88785.C
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/pr88693.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.c-torture/execute/pr88693.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/pr88904.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.c-torture/execute/pr88904.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Warray-bounds-37.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/Warray-bounds-37.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Warray-bounds-38.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/Warray-bounds-38.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/builtin-memcpy-2.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/builtin-memcpy-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/builtin-memcpy.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/builtin-memcpy.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/format/attr-8.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/format/attr-8.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/inline-40.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/inline-40.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/inline-41.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/inline-41.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr51628-34.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/pr51628-34.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr88568.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/pr88568.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr88598-1.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/pr88598-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr88598-2.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/pr88598-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr88598-3.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/pr88598-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr88598-4.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/pr88598-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr88598-5.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/pr88598-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr88676.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/pr88676.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr88701.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/pr88701.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr88855.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/pr88855.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr88870.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/pr88870.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr88905.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/pr88905.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr88928.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/pr88928.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr86554-1.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/torture/pr86554-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr86554-2.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/torture/pr86554-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr88792.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/torture/pr88792.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr89008.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/torture/pr89008.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr88676.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr88676.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr88753.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr88753.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr88775-1.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr88775-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr88775-2.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr88775-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr88598-1.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/vect/pr88598-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr88598-2.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/vect/pr88598-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr88598-3.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/vect/pr88598-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr88598-4.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/vect/pr88598-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr88598-5.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/vect/pr88598-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr88598-6.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/vect/pr88598-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr88903-1.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/vect/pr88903-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr88903-2.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.dg/vect/pr88903-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vector-complex.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vector-complex.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vector-complex_f16.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vector-complex_f16.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/branch-protection-attr-2.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/aarch64/branch-protection-attr-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/branch-protection-attr.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/aarch64/branch-protection-attr.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/branch-protection-option-2.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/aarch64/branch-protection-option-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/branch-protection-option.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/aarch64/branch-protection-option.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/bti-1.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/aarch64/bti-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/bti-2.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/aarch64/bti-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/bti-3.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/aarch64/bti-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/pr87305.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/aarch64/pr87305.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/copysign_1.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/aarch64/sve/copysign_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/copysign_1_run.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/aarch64/sve/copysign_1_run.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/xorsign_1.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/aarch64/sve/xorsign_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/xorsign_1_run.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/aarch64/sve/xorsign_1_run.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/aapcs/bitfield1.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/arm/aapcs/bitfield1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/aapcs/bitfield2.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/arm/aapcs/bitfield2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/aapcs/bitfield3.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/arm/aapcs/bitfield3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/aapcs/overalign_rec1.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/arm/aapcs/overalign_rec1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/aapcs/overalign_rec2.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/arm/aapcs/overalign_rec2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/aapcs/overalign_rec3.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/arm/aapcs/overalign_rec3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/pr88648-asm-syntax-unified.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/arm/pr88648-asm-syntax-unified.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-vfixupimmsd-2.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/i386/avx512vl-vfixupimmsd-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-vfixupimmss-2.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/i386/avx512vl-vfixupimmss-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/mvc13.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/i386/mvc13.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr86334.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/i386/pr86334.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88296.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/i386/pr88296.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88331.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/i386/pr88331.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88521.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/i386/pr88521.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88717.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/i386/pr88717.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88796.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/i386/pr88796.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88906.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/i386/pr88906.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88938.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/i386/pr88938.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88954-1.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/i386/pr88954-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88954-2.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/i386/pr88954-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/xorsign.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/i386/xorsign.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/altivec_vld_vst_addr-1.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/powerpc/altivec_vld_vst_addr-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/altivec_vld_vst_addr-2.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/powerpc/altivec_vld_vst_addr-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr88965.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/powerpc/pr88965.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/sparc/tls-ld-int16.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/sparc/tls-ld-int16.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/sparc/tls-ld-int32.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/sparc/tls-ld-int32.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/sparc/tls-ld-int64.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/sparc/tls-ld-int64.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/sparc/tls-ld-int8.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/sparc/tls-ld-int8.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/sparc/tls-ld-uint16.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/sparc/tls-ld-uint16.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/sparc/tls-ld-uint32.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/sparc/tls-ld-uint32.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/sparc/tls-ld-uint8.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gcc.target/sparc/tls-ld-uint8.c
    branches/c++-coroutines/gcc/testsuite/gdc.dg/asm1.d
      - copied unchanged from r268188, trunk/gcc/testsuite/gdc.dg/asm1.d
    branches/c++-coroutines/gcc/testsuite/gdc.dg/asm2.d
      - copied unchanged from r268188, trunk/gcc/testsuite/gdc.dg/asm2.d
    branches/c++-coroutines/gcc/testsuite/gdc.dg/asm3.d
      - copied unchanged from r268188, trunk/gcc/testsuite/gdc.dg/asm3.d
    branches/c++-coroutines/gcc/testsuite/gdc.dg/asm4.d
      - copied unchanged from r268188, trunk/gcc/testsuite/gdc.dg/asm4.d
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_1.c
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_1.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_1.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/actual_array_substr_3.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/actual_array_substr_3.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/class_69.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/class_69.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/contiguous_8.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/contiguous_8.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/internal_pack_16.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/internal_pack_16.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/internal_pack_17.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/internal_pack_17.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/internal_pack_18.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/internal_pack_18.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/is_contiguous_1.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/is_contiguous_1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/is_contiguous_2.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/is_contiguous_2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/is_contiguous_3.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/is_contiguous_3.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/loop_versioning_10.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/loop_versioning_10.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/loop_versioning_9.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/loop_versioning_9.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/namelist_96.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/namelist_96.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/newunit_5.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/newunit_5.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/no-automatic.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/no-automatic.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/power_8.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/power_8.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr35031.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/pr35031.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr61765.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/pr61765.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr77960.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/pr77960.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr81849.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/pr81849.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr86322_1.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/pr86322_1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr86322_2.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/pr86322_2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr86322_3.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/pr86322_3.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr88376.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/pr88376.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr88611.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/pr88611.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr88902.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/pr88902.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr88934.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/pr88934.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr88964.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/pr88964.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/spread_simplify_1.f90
      - copied unchanged from r268188, trunk/gcc/testsuite/gfortran.dg/spread_simplify_1.f90
    branches/c++-coroutines/gcc/testsuite/gnat.dg/specs/opt4.ads
      - copied unchanged from r268188, trunk/gcc/testsuite/gnat.dg/specs/opt4.ads
    branches/c++-coroutines/libgcc/config/gcn/
      - copied from r268188, trunk/libgcc/config/gcn/
    branches/c++-coroutines/libgfortran/ISO_Fortran_binding.h
      - copied unchanged from r268188, trunk/libgfortran/ISO_Fortran_binding.h
    branches/c++-coroutines/libgfortran/intrinsics/is_contiguous.c
      - copied unchanged from r268188, trunk/libgfortran/intrinsics/is_contiguous.c
    branches/c++-coroutines/libgfortran/runtime/ISO_Fortran_binding.c
      - copied unchanged from r268188, trunk/libgfortran/runtime/ISO_Fortran_binding.c
    branches/c++-coroutines/libgo/go/cmd/go/help_test.go
      - copied unchanged from r268188, trunk/libgo/go/cmd/go/help_test.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/get/path.go
      - copied unchanged from r268188, trunk/libgo/go/cmd/go/internal/get/path.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/lockedfile/
      - copied from r268188, trunk/libgo/go/cmd/go/internal/lockedfile/
    branches/c++-coroutines/libgo/go/cmd/go/internal/modload/init_test.go
      - copied unchanged from r268188, trunk/libgo/go/cmd/go/internal/modload/init_test.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modload/testgo.go
      - copied unchanged from r268188, trunk/libgo/go/cmd/go/internal/modload/testgo.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/renameio/
      - copied from r268188, trunk/libgo/go/cmd/go/internal/renameio/
    branches/c++-coroutines/libgo/go/cmd/internal/sys/
      - copied from r268188, trunk/libgo/go/cmd/internal/sys/
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/src/
      - copied from r268188, trunk/libgo/go/cmd/vet/testdata/src/
    branches/c++-coroutines/libgo/go/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2
      - copied unchanged from r268188, trunk/libgo/go/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2
    branches/c++-coroutines/libgo/go/compress/flate/testdata/Isaac.Newton-Opticks.txt
      - copied unchanged from r268188, trunk/libgo/go/compress/flate/testdata/Isaac.Newton-Opticks.txt
    branches/c++-coroutines/libgo/go/crypto/cipher/export_test.go
      - copied unchanged from r268188, trunk/libgo/go/crypto/cipher/export_test.go
    branches/c++-coroutines/libgo/go/crypto/cipher/xor_amd64.go
      - copied unchanged from r268188, trunk/libgo/go/crypto/cipher/xor_amd64.go
    branches/c++-coroutines/libgo/go/crypto/cipher/xor_generic.go
      - copied unchanged from r268188, trunk/libgo/go/crypto/cipher/xor_generic.go
    branches/c++-coroutines/libgo/go/crypto/cipher/xor_ppc64x.go
      - copied unchanged from r268188, trunk/libgo/go/crypto/cipher/xor_ppc64x.go
    branches/c++-coroutines/libgo/go/crypto/rand/rand_batched.go
      - copied unchanged from r268188, trunk/libgo/go/crypto/rand/rand_batched.go
    branches/c++-coroutines/libgo/go/crypto/rand/rand_batched_test.go
      - copied unchanged from r268188, trunk/libgo/go/crypto/rand/rand_batched_test.go
    branches/c++-coroutines/libgo/go/crypto/rand/rand_freebsd.go
      - copied unchanged from r268188, trunk/libgo/go/crypto/rand/rand_freebsd.go
    branches/c++-coroutines/libgo/go/crypto/tls/handshake_client_tls13.go
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/handshake_client_tls13.go
    branches/c++-coroutines/libgo/go/crypto/tls/handshake_server_tls13.go
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/handshake_server_tls13.go
    branches/c++-coroutines/libgo/go/crypto/tls/key_schedule.go
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/key_schedule.go
    branches/c++-coroutines/libgo/go/crypto/tls/key_schedule_test.go
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/key_schedule_test.go
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSAPKCS1v15
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSAPKCS1v15
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSAPSS
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSAPSS
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-P256-ECDHE
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Client-TLSv12-P256-ECDHE
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-X25519-ECDHE
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Client-TLSv12-X25519-ECDHE
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv13-AES128-SHA256
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Client-TLSv13-AES128-SHA256
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv13-AES256-SHA384
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Client-TLSv13-AES256-SHA384
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv13-ALPN
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Client-TLSv13-ALPN
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv13-CHACHA20-SHA256
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Client-TLSv13-CHACHA20-SHA256
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv13-ClientCert-ECDSA-RSA
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Client-TLSv13-ClientCert-ECDSA-RSA
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv13-ClientCert-RSA-ECDSA
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Client-TLSv13-ClientCert-RSA-ECDSA
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv13-ClientCert-RSA-RSAPSS
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Client-TLSv13-ClientCert-RSA-RSAPSS
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv13-ECDSA
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Client-TLSv13-ECDSA
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv13-ExportKeyingMaterial
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Client-TLSv13-ExportKeyingMaterial
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv13-HelloRetryRequest
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Client-TLSv13-HelloRetryRequest
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv13-KeyUpdate
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Client-TLSv13-KeyUpdate
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv13-P256-ECDHE
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Client-TLSv13-P256-ECDHE
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv13-X25519-ECDHE
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Client-TLSv13-X25519-ECDHE
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndPKCS1v15Given
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndPKCS1v15Given
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-P256
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv12-P256
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-RSAPKCS1v15
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-RSAPKCS1v15
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-RSAPSS
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-RSAPSS
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-X25519
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv12-X25519
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv13-AES128-SHA256
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-AES128-SHA256
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv13-AES256-SHA384
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-AES256-SHA384
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv13-ALPN
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-ALPN
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv13-ALPN-NoMatch
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-ALPN-NoMatch
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv13-CHACHA20-SHA256
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-CHACHA20-SHA256
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedAndECDSAGiven
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedAndECDSAGiven
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedAndGiven
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedAndGiven
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedNotGiven
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-ClientAuthRequestedNotGiven
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv13-ECDHE-ECDSA-AES
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-ECDHE-ECDSA-AES
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv13-ExportKeyingMaterial
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-ExportKeyingMaterial
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv13-HelloRetryRequest
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-HelloRetryRequest
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv13-IssueTicket
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-IssueTicket
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv13-IssueTicketPreDisable
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-IssueTicketPreDisable
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv13-P256
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-P256
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv13-RSA-RSAPSS
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-RSA-RSAPSS
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv13-Resume
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-Resume
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv13-Resume-HelloRetryRequest
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-Resume-HelloRetryRequest
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv13-ResumeDisabled
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-ResumeDisabled
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv13-X25519
      - copied unchanged from r268188, trunk/libgo/go/crypto/tls/testdata/Server-TLSv13-X25519
    branches/c++-coroutines/libgo/go/database/sql/example_cli_test.go
      - copied unchanged from r268188, trunk/libgo/go/database/sql/example_cli_test.go
    branches/c++-coroutines/libgo/go/database/sql/example_service_test.go
      - copied unchanged from r268188, trunk/libgo/go/database/sql/example_service_test.go
    branches/c++-coroutines/libgo/go/debug/gosym/testdata/
      - copied from r268188, trunk/libgo/go/debug/gosym/testdata/
    branches/c++-coroutines/libgo/go/encoding/json/example_text_marshaling_test.go
      - copied unchanged from r268188, trunk/libgo/go/encoding/json/example_text_marshaling_test.go
    branches/c++-coroutines/libgo/go/encoding/xml/example_marshaling_test.go
      - copied unchanged from r268188, trunk/libgo/go/encoding/xml/example_marshaling_test.go
    branches/c++-coroutines/libgo/go/encoding/xml/example_text_marshaling_test.go
      - copied unchanged from r268188, trunk/libgo/go/encoding/xml/example_text_marshaling_test.go
    branches/c++-coroutines/libgo/go/fmt/gostringer_example_test.go
      - copied unchanged from r268188, trunk/libgo/go/fmt/gostringer_example_test.go
    branches/c++-coroutines/libgo/go/fmt/stringer_example_test.go
      - copied unchanged from r268188, trunk/libgo/go/fmt/stringer_example_test.go
    branches/c++-coroutines/libgo/go/go/build/testdata/withvendor/
      - copied from r268188, trunk/libgo/go/go/build/testdata/withvendor/
    branches/c++-coroutines/libgo/go/go/doc/lazyre.go
      - copied unchanged from r268188, trunk/libgo/go/go/doc/lazyre.go
    branches/c++-coroutines/libgo/go/go/format/benchmark_test.go
      - copied unchanged from r268188, trunk/libgo/go/go/format/benchmark_test.go
    branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/testdata/aliases.go
      - copied unchanged from r268188, trunk/libgo/go/go/internal/gccgoimporter/testdata/aliases.go
    branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/testdata/aliases.gox
      - copied unchanged from r268188, trunk/libgo/go/go/internal/gccgoimporter/testdata/aliases.gox
    branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/testdata/issue27856.go
      - copied unchanged from r268188, trunk/libgo/go/go/internal/gccgoimporter/testdata/issue27856.go
    branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/testdata/issue27856.gox
      - copied unchanged from r268188, trunk/libgo/go/go/internal/gccgoimporter/testdata/issue27856.gox
    branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/testdata/issue29198.go
      - copied unchanged from r268188, trunk/libgo/go/go/internal/gccgoimporter/testdata/issue29198.go
    branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/testdata/issue29198.gox
      - copied unchanged from r268188, trunk/libgo/go/go/internal/gccgoimporter/testdata/issue29198.gox
    branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/testdata/libimportsar.a
      - copied unchanged from r268188, trunk/libgo/go/go/internal/gccgoimporter/testdata/libimportsar.a
    branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/testdata/nointerface.go
      - copied unchanged from r268188, trunk/libgo/go/go/internal/gccgoimporter/testdata/nointerface.go
    branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/testdata/nointerface.gox
      - copied unchanged from r268188, trunk/libgo/go/go/internal/gccgoimporter/testdata/nointerface.gox
    branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/testdata/v1reflect.gox
      - copied unchanged from r268188, trunk/libgo/go/go/internal/gccgoimporter/testdata/v1reflect.gox
    branches/c++-coroutines/libgo/go/golang.org/
      - copied from r268188, trunk/libgo/go/golang.org/
    branches/c++-coroutines/libgo/go/internal/cpu/cpu_arm.go
      - copied unchanged from r268188, trunk/libgo/go/internal/cpu/cpu_arm.go
    branches/c++-coroutines/libgo/go/internal/fmtsort/
      - copied from r268188, trunk/libgo/go/internal/fmtsort/
    branches/c++-coroutines/libgo/go/internal/poll/fd_fsync_darwin.go
      - copied unchanged from r268188, trunk/libgo/go/internal/poll/fd_fsync_darwin.go
    branches/c++-coroutines/libgo/go/internal/poll/fd_fsync_posix.go
      - copied unchanged from r268188, trunk/libgo/go/internal/poll/fd_fsync_posix.go
    branches/c++-coroutines/libgo/go/internal/poll/fd_fsync_windows.go
      - copied unchanged from r268188, trunk/libgo/go/internal/poll/fd_fsync_windows.go
    branches/c++-coroutines/libgo/go/internal/poll/fd_opendir_ios.go
      - copied unchanged from r268188, trunk/libgo/go/internal/poll/fd_opendir_ios.go
    branches/c++-coroutines/libgo/go/internal/poll/fd_writev_darwin.go
      - copied unchanged from r268188, trunk/libgo/go/internal/poll/fd_writev_darwin.go
    branches/c++-coroutines/libgo/go/internal/poll/fd_writev_unix.go
      - copied unchanged from r268188, trunk/libgo/go/internal/poll/fd_writev_unix.go
    branches/c++-coroutines/libgo/go/internal/syscall/unix/at.go
      - copied unchanged from r268188, trunk/libgo/go/internal/syscall/unix/at.go
    branches/c++-coroutines/libgo/go/internal/syscall/unix/at_aix.go
      - copied unchanged from r268188, trunk/libgo/go/internal/syscall/unix/at_aix.go
    branches/c++-coroutines/libgo/go/internal/syscall/unix/at_freebsd.go
      - copied unchanged from r268188, trunk/libgo/go/internal/syscall/unix/at_freebsd.go
    branches/c++-coroutines/libgo/go/internal/syscall/unix/at_solaris.go
      - copied unchanged from r268188, trunk/libgo/go/internal/syscall/unix/at_solaris.go
    branches/c++-coroutines/libgo/go/internal/syscall/unix/at_sysnum_darwin.go
      - copied unchanged from r268188, trunk/libgo/go/internal/syscall/unix/at_sysnum_darwin.go
    branches/c++-coroutines/libgo/go/internal/syscall/unix/at_sysnum_dragonfly.go
      - copied unchanged from r268188, trunk/libgo/go/internal/syscall/unix/at_sysnum_dragonfly.go
    branches/c++-coroutines/libgo/go/internal/syscall/unix/at_sysnum_linux.go
      - copied unchanged from r268188, trunk/libgo/go/internal/syscall/unix/at_sysnum_linux.go
    branches/c++-coroutines/libgo/go/internal/syscall/unix/at_sysnum_netbsd.go
      - copied unchanged from r268188, trunk/libgo/go/internal/syscall/unix/at_sysnum_netbsd.go
    branches/c++-coroutines/libgo/go/internal/syscall/unix/at_sysnum_openbsd.go
      - copied unchanged from r268188, trunk/libgo/go/internal/syscall/unix/at_sysnum_openbsd.go
    branches/c++-coroutines/libgo/go/internal/syscall/unix/getrandom_freebsd.go
      - copied unchanged from r268188, trunk/libgo/go/internal/syscall/unix/getrandom_freebsd.go
    branches/c++-coroutines/libgo/go/internal/syscall/unix/ioctl_aix.go
      - copied unchanged from r268188, trunk/libgo/go/internal/syscall/unix/ioctl_aix.go
    branches/c++-coroutines/libgo/go/internal/syscall/unix/nonblocking_darwin.go
      - copied unchanged from r268188, trunk/libgo/go/internal/syscall/unix/nonblocking_darwin.go
    branches/c++-coroutines/libgo/go/internal/trace/gc.go
      - copied unchanged from r268188, trunk/libgo/go/internal/trace/gc.go
    branches/c++-coroutines/libgo/go/internal/trace/gc_test.go
      - copied unchanged from r268188, trunk/libgo/go/internal/trace/gc_test.go
    branches/c++-coroutines/libgo/go/internal/trace/mud.go
      - copied unchanged from r268188, trunk/libgo/go/internal/trace/mud.go
    branches/c++-coroutines/libgo/go/internal/trace/mud_test.go
      - copied unchanged from r268188, trunk/libgo/go/internal/trace/mud_test.go
    branches/c++-coroutines/libgo/go/internal/trace/testdata/http_1_10_good
      - copied unchanged from r268188, trunk/libgo/go/internal/trace/testdata/http_1_10_good
    branches/c++-coroutines/libgo/go/internal/trace/testdata/http_1_11_good
      - copied unchanged from r268188, trunk/libgo/go/internal/trace/testdata/http_1_11_good
    branches/c++-coroutines/libgo/go/internal/trace/testdata/http_1_9_good
      - copied unchanged from r268188, trunk/libgo/go/internal/trace/testdata/http_1_9_good
    branches/c++-coroutines/libgo/go/internal/trace/testdata/stress_1_10_good
      - copied unchanged from r268188, trunk/libgo/go/internal/trace/testdata/stress_1_10_good
    branches/c++-coroutines/libgo/go/internal/trace/testdata/stress_1_11_good
      - copied unchanged from r268188, trunk/libgo/go/internal/trace/testdata/stress_1_11_good
    branches/c++-coroutines/libgo/go/internal/trace/testdata/stress_1_9_good
      - copied unchanged from r268188, trunk/libgo/go/internal/trace/testdata/stress_1_9_good
    branches/c++-coroutines/libgo/go/internal/trace/testdata/stress_start_stop_1_10_good
      - copied unchanged from r268188, trunk/libgo/go/internal/trace/testdata/stress_start_stop_1_10_good
    branches/c++-coroutines/libgo/go/internal/trace/testdata/stress_start_stop_1_11_good
      - copied unchanged from r268188, trunk/libgo/go/internal/trace/testdata/stress_start_stop_1_11_good
    branches/c++-coroutines/libgo/go/internal/trace/testdata/stress_start_stop_1_9_good
      - copied unchanged from r268188, trunk/libgo/go/internal/trace/testdata/stress_start_stop_1_9_good
    branches/c++-coroutines/libgo/go/internal/trace/testdata/user_task_span_1_11_good
      - copied unchanged from r268188, trunk/libgo/go/internal/trace/testdata/user_task_span_1_11_good
    branches/c++-coroutines/libgo/go/internal/x/
      - copied from r268188, trunk/libgo/go/internal/x/
    branches/c++-coroutines/libgo/go/internal/xcoff/
      - copied from r268188, trunk/libgo/go/internal/xcoff/
    branches/c++-coroutines/libgo/go/math/huge_test.go
      - copied unchanged from r268188, trunk/libgo/go/math/huge_test.go
    branches/c++-coroutines/libgo/go/math/trig_reduce.go
      - copied unchanged from r268188, trunk/libgo/go/math/trig_reduce.go
    branches/c++-coroutines/libgo/go/net/http/example_filesystem_test.go
      - copied unchanged from r268188, trunk/libgo/go/net/http/example_filesystem_test.go
    branches/c++-coroutines/libgo/go/net/http/example_handle_test.go
      - copied unchanged from r268188, trunk/libgo/go/net/http/example_handle_test.go
    branches/c++-coroutines/libgo/go/net/http/server_test.go
      - copied unchanged from r268188, trunk/libgo/go/net/http/server_test.go
    branches/c++-coroutines/libgo/go/net/interface_aix.go
      - copied unchanged from r268188, trunk/libgo/go/net/interface_aix.go
    branches/c++-coroutines/libgo/go/net/unixsock_windows_test.go
      - copied unchanged from r268188, trunk/libgo/go/net/unixsock_windows_test.go
    branches/c++-coroutines/libgo/go/os/dir_ios.go
      - copied unchanged from r268188, trunk/libgo/go/os/dir_ios.go
    branches/c++-coroutines/libgo/go/os/rawconn.go
      - copied unchanged from r268188, trunk/libgo/go/os/rawconn.go
    branches/c++-coroutines/libgo/go/os/rawconn_test.go
      - copied unchanged from r268188, trunk/libgo/go/os/rawconn_test.go
    branches/c++-coroutines/libgo/go/os/removeall_at.go
      - copied unchanged from r268188, trunk/libgo/go/os/removeall_at.go
    branches/c++-coroutines/libgo/go/os/removeall_noat.go
      - copied unchanged from r268188, trunk/libgo/go/os/removeall_noat.go
    branches/c++-coroutines/libgo/go/os/removeall_test.go
      - copied unchanged from r268188, trunk/libgo/go/os/removeall_test.go
    branches/c++-coroutines/libgo/go/os/stat_test.go
      - copied unchanged from r268188, trunk/libgo/go/os/stat_test.go
    branches/c++-coroutines/libgo/go/os/sys_aix.go
      - copied unchanged from r268188, trunk/libgo/go/os/sys_aix.go
    branches/c++-coroutines/libgo/go/plugin/plugin_test.go
      - copied unchanged from r268188, trunk/libgo/go/plugin/plugin_test.go
    branches/c++-coroutines/libgo/go/runtime/debug/mod.go
      - copied unchanged from r268188, trunk/libgo/go/runtime/debug/mod.go
    branches/c++-coroutines/libgo/go/runtime/internal/math/
      - copied from r268188, trunk/libgo/go/runtime/internal/math/
    branches/c++-coroutines/libgo/go/runtime/os_windows_arm.go
      - copied unchanged from r268188, trunk/libgo/go/runtime/os_windows_arm.go
    branches/c++-coroutines/libgo/go/runtime/semasleep_test.go
      - copied unchanged from r268188, trunk/libgo/go/runtime/semasleep_test.go
    branches/c++-coroutines/libgo/go/runtime/sys_darwin_32.go
      - copied unchanged from r268188, trunk/libgo/go/runtime/sys_darwin_32.go
    branches/c++-coroutines/libgo/go/runtime/sys_darwin_64.go
      - copied unchanged from r268188, trunk/libgo/go/runtime/sys_darwin_64.go
    branches/c++-coroutines/libgo/go/runtime/testdata/testprog/syscalls.go
      - copied unchanged from r268188, trunk/libgo/go/runtime/testdata/testprog/syscalls.go
    branches/c++-coroutines/libgo/go/runtime/testdata/testprog/syscalls_linux.go
      - copied unchanged from r268188, trunk/libgo/go/runtime/testdata/testprog/syscalls_linux.go
    branches/c++-coroutines/libgo/go/runtime/testdata/testprog/syscalls_none.go
      - copied unchanged from r268188, trunk/libgo/go/runtime/testdata/testprog/syscalls_none.go
    branches/c++-coroutines/libgo/go/syscall/bpf_darwin.go
      - copied unchanged from r268188, trunk/libgo/go/syscall/bpf_darwin.go
    branches/c++-coroutines/libgo/go/syscall/dirent_bsd_test.go
      - copied unchanged from r268188, trunk/libgo/go/syscall/dirent_bsd_test.go
    branches/c++-coroutines/libgo/go/syscall/exec_aix_test.go
      - copied unchanged from r268188, trunk/libgo/go/syscall/exec_aix_test.go
    branches/c++-coroutines/libgo/go/syscall/exec_darwin.go
      - copied unchanged from r268188, trunk/libgo/go/syscall/exec_darwin.go
    branches/c++-coroutines/libgo/go/syscall/export_freebsd_test.go
      - copied unchanged from r268188, trunk/libgo/go/syscall/export_freebsd_test.go
    branches/c++-coroutines/libgo/go/syscall/flock_aix.go
      - copied unchanged from r268188, trunk/libgo/go/syscall/flock_aix.go
    branches/c++-coroutines/libgo/go/syscall/flock_darwin.go
      - copied unchanged from r268188, trunk/libgo/go/syscall/flock_darwin.go
    branches/c++-coroutines/libgo/go/syscall/js/func.go
      - copied unchanged from r268188, trunk/libgo/go/syscall/js/func.go
    branches/c++-coroutines/libgo/go/syscall/mkasm_darwin.go
      - copied unchanged from r268188, trunk/libgo/go/syscall/mkasm_darwin.go
    branches/c++-coroutines/libgo/go/syscall/syscall_freebsd_test.go
      - copied unchanged from r268188, trunk/libgo/go/syscall/syscall_freebsd_test.go
    branches/c++-coroutines/libgo/go/testdata/
      - copied from r268188, trunk/libgo/go/testdata/
    branches/c++-coroutines/libgo/go/time/zoneinfo_js.go
      - copied unchanged from r268188, trunk/libgo/go/time/zoneinfo_js.go
    branches/c++-coroutines/libgo/misc/cgo/errors/src/issue26745.go
      - copied unchanged from r268188, trunk/libgo/misc/cgo/errors/src/issue26745.go
    branches/c++-coroutines/libgo/misc/cgo/errors/src/issue28069.go
      - copied unchanged from r268188, trunk/libgo/misc/cgo/errors/src/issue28069.go
    branches/c++-coroutines/libgo/misc/cgo/errors/src/issue28721.go
      - copied unchanged from r268188, trunk/libgo/misc/cgo/errors/src/issue28721.go
    branches/c++-coroutines/libgo/misc/cgo/test/issue27054/
      - copied from r268188, trunk/libgo/misc/cgo/test/issue27054/
    branches/c++-coroutines/libgo/misc/cgo/test/issue27340/
      - copied from r268188, trunk/libgo/misc/cgo/test/issue27340/
    branches/c++-coroutines/libgo/misc/cgo/test/issue27340.go
      - copied unchanged from r268188, trunk/libgo/misc/cgo/test/issue27340.go
    branches/c++-coroutines/libgo/misc/cgo/test/issue28545.go
      - copied unchanged from r268188, trunk/libgo/misc/cgo/test/issue28545.go
    branches/c++-coroutines/libgo/misc/cgo/test/issue28772.go
      - copied unchanged from r268188, trunk/libgo/misc/cgo/test/issue28772.go
    branches/c++-coroutines/libgo/misc/cgo/test/issue28896.go
      - copied unchanged from r268188, trunk/libgo/misc/cgo/test/issue28896.go
    branches/c++-coroutines/libgo/misc/cgo/test/issue29383.go
      - copied unchanged from r268188, trunk/libgo/misc/cgo/test/issue29383.go
    branches/c++-coroutines/libgo/misc/cgo/test/test27660.go
      - copied unchanged from r268188, trunk/libgo/misc/cgo/test/test27660.go
    branches/c++-coroutines/libgo/misc/cgo/test/twoargs.go
      - copied unchanged from r268188, trunk/libgo/misc/cgo/test/twoargs.go
    branches/c++-coroutines/libgo/misc/cgo/testcshared/src/go2c2go/
      - copied from r268188, trunk/libgo/misc/cgo/testcshared/src/go2c2go/
    branches/c++-coroutines/libgo/misc/cgo/testplugin/src/checkdwarf/
      - copied from r268188, trunk/libgo/misc/cgo/testplugin/src/checkdwarf/
    branches/c++-coroutines/libgo/misc/cgo/testshared/src/issue25065/
      - copied from r268188, trunk/libgo/misc/cgo/testshared/src/issue25065/
    branches/c++-coroutines/libgomp/config/rtems/affinity-fmt.c
      - copied unchanged from r268188, trunk/libgomp/config/rtems/affinity-fmt.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c++/pr71959-aux.cc
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c++/pr71959-aux.cc
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c++/pr71959.C
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c++/pr71959.C
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/gang-reduction-var-assignment.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/gang-reduction-var-assignment.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/insufficient-resources.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/insufficient-resources.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381-5.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381-5.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85381.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85486-2.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85486-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85486-3.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85486-3.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85486.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr85486.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr87835.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr87835.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr88941.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr88941.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr88946.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr88946.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-10.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-10.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-2.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-4.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-4.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-5.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-5.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-6.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-6.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-7.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-7.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-64-1.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-64-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-64-2.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-64-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-64-3.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-64-3.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/vred2d-128.c
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/vred2d-128.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/gemm-2.f90
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-fortran/gemm-2.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/gemm.f90
      - copied unchanged from r268188, trunk/libgomp/testsuite/libgomp.oacc-fortran/gemm.f90
    branches/c++-coroutines/libphobos/README.gcc
      - copied unchanged from r268188, trunk/libphobos/README.gcc
    branches/c++-coroutines/libphobos/src/MERGE
      - copied unchanged from r268188, trunk/libphobos/src/MERGE
Removed:
    branches/c++-coroutines/gcc/testsuite/gcc.dg/array-6.c
    branches/c++-coroutines/gcc/testsuite/gdc.test/compilable/deprecate12979a.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/compilable/iasm_labeloperand.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/compilable/test11471.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/compilable/test12979a.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/compilable/test12979b.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/deprecate12979a.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/deprecate12979b.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/deprecate12979c.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/deprecate12979d.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/diag6717.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/fail12635.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/fail13938.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/fail13939.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/fail14009.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/fail152.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/fail2350.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/fail274.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/fail327.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/fail3354.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/fail353.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/fail8168.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/ice15239.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/test12979.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/runnable/argufilem.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/runnable/imports/argufile.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/runnable/test36.d
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/newunit_5.f90.f90
    branches/c++-coroutines/libgo/go/bytes/bytes_decl.go
    branches/c++-coroutines/libgo/go/bytes/indexbyte.c
    branches/c++-coroutines/libgo/go/cmd/go/internal/cache/default_unix_test.go
    branches/c++-coroutines/libgo/go/cmd/go/testdata/mod/research.swtch.com_vgo-tour_v1.0.0.txt
    branches/c++-coroutines/libgo/go/cmd/vet/asmdecl.go
    branches/c++-coroutines/libgo/go/cmd/vet/assign.go
    branches/c++-coroutines/libgo/go/cmd/vet/atomic.go
    branches/c++-coroutines/libgo/go/cmd/vet/bool.go
    branches/c++-coroutines/libgo/go/cmd/vet/buildtag.go
    branches/c++-coroutines/libgo/go/cmd/vet/cgo.go
    branches/c++-coroutines/libgo/go/cmd/vet/composite.go
    branches/c++-coroutines/libgo/go/cmd/vet/copylock.go
    branches/c++-coroutines/libgo/go/cmd/vet/dead.go
    branches/c++-coroutines/libgo/go/cmd/vet/deadcode.go
    branches/c++-coroutines/libgo/go/cmd/vet/httpresponse.go
    branches/c++-coroutines/libgo/go/cmd/vet/internal/
    branches/c++-coroutines/libgo/go/cmd/vet/lostcancel.go
    branches/c++-coroutines/libgo/go/cmd/vet/method.go
    branches/c++-coroutines/libgo/go/cmd/vet/nilfunc.go
    branches/c++-coroutines/libgo/go/cmd/vet/print.go
    branches/c++-coroutines/libgo/go/cmd/vet/rangeloop.go
    branches/c++-coroutines/libgo/go/cmd/vet/shadow.go
    branches/c++-coroutines/libgo/go/cmd/vet/shift.go
    branches/c++-coroutines/libgo/go/cmd/vet/structtag.go
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/asm/
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/asm8.s
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/assign.go
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/atomic.go
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/bool.go
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/buildtag/
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/cgo/
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/composite.go
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/copylock.go
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/copylock_func.go
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/copylock_range.go
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/deadcode.go
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/divergent/
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/httpresponse.go
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/incomplete/
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/lostcancel.go
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/method.go
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/nilfunc.go
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/print.go
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/rangeloop.go
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/shadow.go
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/shift.go
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/structtag.go
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/tagtest/
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/testingpkg/
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/unsafeptr.go
    branches/c++-coroutines/libgo/go/cmd/vet/testdata/unused.go
    branches/c++-coroutines/libgo/go/cmd/vet/tests.go
    branches/c++-coroutines/libgo/go/cmd/vet/types.go
    branches/c++-coroutines/libgo/go/cmd/vet/unsafeptr.go
    branches/c++-coroutines/libgo/go/cmd/vet/unused.go
    branches/c++-coroutines/libgo/go/compress/testdata/Mark.Twain-Tom.Sawyer.txt
    branches/c++-coroutines/libgo/go/crypto/cipher/xor.go
    branches/c++-coroutines/libgo/go/crypto/rand/rand_linux_test.go
    branches/c++-coroutines/libgo/go/crypto/rc4/rc4_asm.go
    branches/c++-coroutines/libgo/go/crypto/rc4/rc4_ref.go
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-X25519-ECDHE-RSA-AES-GCM
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-X25519-ECDHE-RSA-AES-GCM
    branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/testdata/alias.gox
    branches/c++-coroutines/libgo/go/golang_org/
    branches/c++-coroutines/libgo/go/internal/cpu/cpu_arm64_test.go
    branches/c++-coroutines/libgo/go/internal/cpu/cpu_ppc64x_test.go
    branches/c++-coroutines/libgo/go/math/sincos_386.go
    branches/c++-coroutines/libgo/go/net/http/race.go
    branches/c++-coroutines/libgo/go/net/testdata/Mark.Twain-Tom.Sawyer.txt
    branches/c++-coroutines/libgo/go/os/dir_unix.go
    branches/c++-coroutines/libgo/go/runtime/testdata/testprog/gettid.go
    branches/c++-coroutines/libgo/go/runtime/testdata/testprog/gettid_none.go
    branches/c++-coroutines/libgo/go/strings/indexbyte.c
    branches/c++-coroutines/libgo/go/strings/strings_decl.go
    branches/c++-coroutines/libgo/go/syscall/js/callback.go
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/configure
    branches/c++-coroutines/configure.ac
    branches/c++-coroutines/contrib/config-list.mk
    branches/c++-coroutines/contrib/mklog
    branches/c++-coroutines/contrib/reghunt/examples/reg-watch.awk   (props changed)
    branches/c++-coroutines/gcc/BASE-VER
    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/ada_get_targ.adb
    branches/c++-coroutines/gcc/ada/adabkend.adb
    branches/c++-coroutines/gcc/ada/adabkend.ads
    branches/c++-coroutines/gcc/ada/adadecode.c
    branches/c++-coroutines/gcc/ada/adadecode.h
    branches/c++-coroutines/gcc/ada/adaint.c
    branches/c++-coroutines/gcc/ada/adaint.h
    branches/c++-coroutines/gcc/ada/affinity.c
    branches/c++-coroutines/gcc/ada/ali-util.adb
    branches/c++-coroutines/gcc/ada/ali-util.ads
    branches/c++-coroutines/gcc/ada/ali.adb
    branches/c++-coroutines/gcc/ada/ali.ads
    branches/c++-coroutines/gcc/ada/alloc.ads
    branches/c++-coroutines/gcc/ada/argv-lynxos178-raven-cert.c
    branches/c++-coroutines/gcc/ada/argv.c
    branches/c++-coroutines/gcc/ada/aspects.adb
    branches/c++-coroutines/gcc/ada/aspects.ads
    branches/c++-coroutines/gcc/ada/atree.adb
    branches/c++-coroutines/gcc/ada/atree.ads
    branches/c++-coroutines/gcc/ada/atree.h
    branches/c++-coroutines/gcc/ada/aux-io.c
    branches/c++-coroutines/gcc/ada/back_end.adb
    branches/c++-coroutines/gcc/ada/back_end.ads
    branches/c++-coroutines/gcc/ada/bcheck.adb
    branches/c++-coroutines/gcc/ada/bcheck.ads
    branches/c++-coroutines/gcc/ada/binde.adb
    branches/c++-coroutines/gcc/ada/binde.ads
    branches/c++-coroutines/gcc/ada/binderr.adb
    branches/c++-coroutines/gcc/ada/binderr.ads
    branches/c++-coroutines/gcc/ada/bindgen.adb
    branches/c++-coroutines/gcc/ada/bindgen.ads
    branches/c++-coroutines/gcc/ada/bindusg.adb
    branches/c++-coroutines/gcc/ada/bindusg.ads
    branches/c++-coroutines/gcc/ada/butil.adb
    branches/c++-coroutines/gcc/ada/butil.ads
    branches/c++-coroutines/gcc/ada/cal.c
    branches/c++-coroutines/gcc/ada/casing.adb
    branches/c++-coroutines/gcc/ada/casing.ads
    branches/c++-coroutines/gcc/ada/ceinfo.adb
    branches/c++-coroutines/gcc/ada/checks.adb
    branches/c++-coroutines/gcc/ada/checks.ads
    branches/c++-coroutines/gcc/ada/cio.c
    branches/c++-coroutines/gcc/ada/clean.adb
    branches/c++-coroutines/gcc/ada/clean.ads
    branches/c++-coroutines/gcc/ada/comperr.adb
    branches/c++-coroutines/gcc/ada/comperr.ads
    branches/c++-coroutines/gcc/ada/contracts.adb
    branches/c++-coroutines/gcc/ada/contracts.ads
    branches/c++-coroutines/gcc/ada/csets.adb
    branches/c++-coroutines/gcc/ada/csets.ads
    branches/c++-coroutines/gcc/ada/csinfo.adb
    branches/c++-coroutines/gcc/ada/cstand.adb
    branches/c++-coroutines/gcc/ada/cstand.ads
    branches/c++-coroutines/gcc/ada/cstreams.c
    branches/c++-coroutines/gcc/ada/ctrl_c.c
    branches/c++-coroutines/gcc/ada/debug.adb
    branches/c++-coroutines/gcc/ada/debug.ads
    branches/c++-coroutines/gcc/ada/debug_a.adb
    branches/c++-coroutines/gcc/ada/debug_a.ads
    branches/c++-coroutines/gcc/ada/einfo.adb
    branches/c++-coroutines/gcc/ada/einfo.ads
    branches/c++-coroutines/gcc/ada/elists.adb
    branches/c++-coroutines/gcc/ada/elists.ads
    branches/c++-coroutines/gcc/ada/elists.h
    branches/c++-coroutines/gcc/ada/env.c
    branches/c++-coroutines/gcc/ada/env.h
    branches/c++-coroutines/gcc/ada/err_vars.ads
    branches/c++-coroutines/gcc/ada/errno.c
    branches/c++-coroutines/gcc/ada/errout.adb
    branches/c++-coroutines/gcc/ada/errout.ads
    branches/c++-coroutines/gcc/ada/erroutc.adb
    branches/c++-coroutines/gcc/ada/erroutc.ads
    branches/c++-coroutines/gcc/ada/errutil.adb
    branches/c++-coroutines/gcc/ada/errutil.ads
    branches/c++-coroutines/gcc/ada/eval_fat.adb
    branches/c++-coroutines/gcc/ada/eval_fat.ads
    branches/c++-coroutines/gcc/ada/exit.c
    branches/c++-coroutines/gcc/ada/exp_aggr.adb
    branches/c++-coroutines/gcc/ada/exp_aggr.ads
    branches/c++-coroutines/gcc/ada/exp_atag.adb
    branches/c++-coroutines/gcc/ada/exp_atag.ads
    branches/c++-coroutines/gcc/ada/exp_attr.adb
    branches/c++-coroutines/gcc/ada/exp_attr.ads
    branches/c++-coroutines/gcc/ada/exp_cg.adb
    branches/c++-coroutines/gcc/ada/exp_cg.ads
    branches/c++-coroutines/gcc/ada/exp_ch10.ads
    branches/c++-coroutines/gcc/ada/exp_ch11.adb
    branches/c++-coroutines/gcc/ada/exp_ch11.ads
    branches/c++-coroutines/gcc/ada/exp_ch12.adb
    branches/c++-coroutines/gcc/ada/exp_ch12.ads
    branches/c++-coroutines/gcc/ada/exp_ch13.adb
    branches/c++-coroutines/gcc/ada/exp_ch13.ads
    branches/c++-coroutines/gcc/ada/exp_ch2.adb
    branches/c++-coroutines/gcc/ada/exp_ch2.ads
    branches/c++-coroutines/gcc/ada/exp_ch3.adb
    branches/c++-coroutines/gcc/ada/exp_ch3.ads
    branches/c++-coroutines/gcc/ada/exp_ch4.adb
    branches/c++-coroutines/gcc/ada/exp_ch4.ads
    branches/c++-coroutines/gcc/ada/exp_ch5.adb
    branches/c++-coroutines/gcc/ada/exp_ch5.ads
    branches/c++-coroutines/gcc/ada/exp_ch6.adb
    branches/c++-coroutines/gcc/ada/exp_ch6.ads
    branches/c++-coroutines/gcc/ada/exp_ch7.adb
    branches/c++-coroutines/gcc/ada/exp_ch7.ads
    branches/c++-coroutines/gcc/ada/exp_ch8.adb
    branches/c++-coroutines/gcc/ada/exp_ch8.ads
    branches/c++-coroutines/gcc/ada/exp_ch9.adb
    branches/c++-coroutines/gcc/ada/exp_ch9.ads
    branches/c++-coroutines/gcc/ada/exp_code.adb
    branches/c++-coroutines/gcc/ada/exp_code.ads
    branches/c++-coroutines/gcc/ada/exp_dbug.adb
    branches/c++-coroutines/gcc/ada/exp_dbug.ads
    branches/c++-coroutines/gcc/ada/exp_disp.adb
    branches/c++-coroutines/gcc/ada/exp_disp.ads
    branches/c++-coroutines/gcc/ada/exp_dist.adb
    branches/c++-coroutines/gcc/ada/exp_dist.ads
    branches/c++-coroutines/gcc/ada/exp_fixd.adb
    branches/c++-coroutines/gcc/ada/exp_fixd.ads
    branches/c++-coroutines/gcc/ada/exp_imgv.adb
    branches/c++-coroutines/gcc/ada/exp_imgv.ads
    branches/c++-coroutines/gcc/ada/exp_intr.adb
    branches/c++-coroutines/gcc/ada/exp_intr.ads
    branches/c++-coroutines/gcc/ada/exp_pakd.adb
    branches/c++-coroutines/gcc/ada/exp_pakd.ads
    branches/c++-coroutines/gcc/ada/exp_prag.adb
    branches/c++-coroutines/gcc/ada/exp_prag.ads
    branches/c++-coroutines/gcc/ada/exp_sel.adb
    branches/c++-coroutines/gcc/ada/exp_sel.ads
    branches/c++-coroutines/gcc/ada/exp_smem.adb
    branches/c++-coroutines/gcc/ada/exp_smem.ads
    branches/c++-coroutines/gcc/ada/exp_spark.adb
    branches/c++-coroutines/gcc/ada/exp_spark.ads
    branches/c++-coroutines/gcc/ada/exp_strm.adb
    branches/c++-coroutines/gcc/ada/exp_strm.ads
    branches/c++-coroutines/gcc/ada/exp_tss.adb
    branches/c++-coroutines/gcc/ada/exp_tss.ads
    branches/c++-coroutines/gcc/ada/exp_unst.adb
    branches/c++-coroutines/gcc/ada/exp_unst.ads
    branches/c++-coroutines/gcc/ada/exp_util.adb
    branches/c++-coroutines/gcc/ada/exp_util.ads
    branches/c++-coroutines/gcc/ada/expander.adb
    branches/c++-coroutines/gcc/ada/expander.ads
    branches/c++-coroutines/gcc/ada/expect.c
    branches/c++-coroutines/gcc/ada/fe.h
    branches/c++-coroutines/gcc/ada/final.c
    branches/c++-coroutines/gcc/ada/fmap.adb
    branches/c++-coroutines/gcc/ada/fmap.ads
    branches/c++-coroutines/gcc/ada/fname-sf.adb
    branches/c++-coroutines/gcc/ada/fname-sf.ads
    branches/c++-coroutines/gcc/ada/fname-uf.adb
    branches/c++-coroutines/gcc/ada/fname-uf.ads
    branches/c++-coroutines/gcc/ada/fname.adb
    branches/c++-coroutines/gcc/ada/fname.ads
    branches/c++-coroutines/gcc/ada/freeze.adb
    branches/c++-coroutines/gcc/ada/freeze.ads
    branches/c++-coroutines/gcc/ada/frontend.adb
    branches/c++-coroutines/gcc/ada/frontend.ads
    branches/c++-coroutines/gcc/ada/gcc-interface/cuintp.c
    branches/c++-coroutines/gcc/ada/gcc-interface/decl.c
    branches/c++-coroutines/gcc/ada/gcc-interface/misc.c
    branches/c++-coroutines/gcc/ada/gcc-interface/targtyps.c
    branches/c++-coroutines/gcc/ada/gcc-interface/trans.c
    branches/c++-coroutines/gcc/ada/gcc-interface/utils.c
    branches/c++-coroutines/gcc/ada/gcc-interface/utils2.c
    branches/c++-coroutines/gcc/ada/get_scos.adb
    branches/c++-coroutines/gcc/ada/get_scos.ads
    branches/c++-coroutines/gcc/ada/get_targ.adb
    branches/c++-coroutines/gcc/ada/get_targ.ads
    branches/c++-coroutines/gcc/ada/ghost.adb
    branches/c++-coroutines/gcc/ada/ghost.ads
    branches/c++-coroutines/gcc/ada/gnat1drv.adb
    branches/c++-coroutines/gcc/ada/gnat1drv.ads
    branches/c++-coroutines/gcc/ada/gnatbind.adb
    branches/c++-coroutines/gcc/ada/gnatbind.ads
    branches/c++-coroutines/gcc/ada/gnatchop.adb
    branches/c++-coroutines/gcc/ada/gnatclean.adb
    branches/c++-coroutines/gcc/ada/gnatcmd.adb
    branches/c++-coroutines/gcc/ada/gnatcmd.ads
    branches/c++-coroutines/gcc/ada/gnatdll.adb
    branches/c++-coroutines/gcc/ada/gnatfind.adb
    branches/c++-coroutines/gcc/ada/gnatkr.adb
    branches/c++-coroutines/gcc/ada/gnatkr.ads
    branches/c++-coroutines/gcc/ada/gnatlink.adb
    branches/c++-coroutines/gcc/ada/gnatlink.ads
    branches/c++-coroutines/gcc/ada/gnatls.adb
    branches/c++-coroutines/gcc/ada/gnatls.ads
    branches/c++-coroutines/gcc/ada/gnatmake.adb
    branches/c++-coroutines/gcc/ada/gnatmake.ads
    branches/c++-coroutines/gcc/ada/gnatname.adb
    branches/c++-coroutines/gcc/ada/gnatname.ads
    branches/c++-coroutines/gcc/ada/gnatprep.adb
    branches/c++-coroutines/gcc/ada/gnatprep.ads
    branches/c++-coroutines/gcc/ada/gnatvsn.adb
    branches/c++-coroutines/gcc/ada/gnatxref.adb
    branches/c++-coroutines/gcc/ada/gprep.adb
    branches/c++-coroutines/gcc/ada/gprep.ads
    branches/c++-coroutines/gcc/ada/gsocket.h
    branches/c++-coroutines/gcc/ada/hostparm.ads
    branches/c++-coroutines/gcc/ada/impunit.adb
    branches/c++-coroutines/gcc/ada/impunit.ads
    branches/c++-coroutines/gcc/ada/indepsw-aix.adb
    branches/c++-coroutines/gcc/ada/indepsw-darwin.adb
    branches/c++-coroutines/gcc/ada/indepsw-gnu.adb
    branches/c++-coroutines/gcc/ada/indepsw.adb
    branches/c++-coroutines/gcc/ada/indepsw.ads
    branches/c++-coroutines/gcc/ada/init.c
    branches/c++-coroutines/gcc/ada/initialize.c
    branches/c++-coroutines/gcc/ada/inline.adb
    branches/c++-coroutines/gcc/ada/inline.ads
    branches/c++-coroutines/gcc/ada/itypes.adb
    branches/c++-coroutines/gcc/ada/itypes.ads
    branches/c++-coroutines/gcc/ada/krunch.adb
    branches/c++-coroutines/gcc/ada/krunch.ads
    branches/c++-coroutines/gcc/ada/layout.adb
    branches/c++-coroutines/gcc/ada/layout.ads
    branches/c++-coroutines/gcc/ada/lib-list.adb
    branches/c++-coroutines/gcc/ada/lib-load.adb
    branches/c++-coroutines/gcc/ada/lib-load.ads
    branches/c++-coroutines/gcc/ada/lib-sort.adb
    branches/c++-coroutines/gcc/ada/lib-util.adb
    branches/c++-coroutines/gcc/ada/lib-util.ads
    branches/c++-coroutines/gcc/ada/lib-writ.adb
    branches/c++-coroutines/gcc/ada/lib-writ.ads
    branches/c++-coroutines/gcc/ada/lib-xref-spark_specific.adb
    branches/c++-coroutines/gcc/ada/lib-xref.adb
    branches/c++-coroutines/gcc/ada/lib-xref.ads
    branches/c++-coroutines/gcc/ada/lib.adb
    branches/c++-coroutines/gcc/ada/lib.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-astaco.adb
    branches/c++-coroutines/gcc/ada/libgnarl/a-dispat.adb
    branches/c++-coroutines/gcc/ada/libgnarl/a-dynpri.adb
    branches/c++-coroutines/gcc/ada/libgnarl/a-etgrbu.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-exetim__darwin.adb
    branches/c++-coroutines/gcc/ada/libgnarl/a-exetim__default.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-exetim__mingw.adb
    branches/c++-coroutines/gcc/ada/libgnarl/a-exetim__mingw.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-exetim__posix.adb
    branches/c++-coroutines/gcc/ada/libgnarl/a-interr.adb
    branches/c++-coroutines/gcc/ada/libgnarl/a-interr.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-intnam.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-intnam__aix.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-intnam__darwin.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-intnam__dragonfly.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-intnam__dummy.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-intnam__freebsd.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-intnam__hpux.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-intnam__linux.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-intnam__lynxos.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-intnam__mingw.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-intnam__qnx.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-intnam__rtems.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-intnam__solaris.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-intnam__vxworks.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-reatim.adb
    branches/c++-coroutines/gcc/ada/libgnarl/a-reatim.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-retide.adb
    branches/c++-coroutines/gcc/ada/libgnarl/a-retide.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-rttiev.adb
    branches/c++-coroutines/gcc/ada/libgnarl/a-rttiev.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-synbar.adb
    branches/c++-coroutines/gcc/ada/libgnarl/a-synbar.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-synbar__posix.adb
    branches/c++-coroutines/gcc/ada/libgnarl/a-synbar__posix.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-sytaco.adb
    branches/c++-coroutines/gcc/ada/libgnarl/a-sytaco.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-tasatt.adb
    branches/c++-coroutines/gcc/ada/libgnarl/a-tasatt.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-taside.adb
    branches/c++-coroutines/gcc/ada/libgnarl/a-taside.ads
    branches/c++-coroutines/gcc/ada/libgnarl/a-taster.adb
    branches/c++-coroutines/gcc/ada/libgnarl/g-boubuf.adb
    branches/c++-coroutines/gcc/ada/libgnarl/g-boubuf.ads
    branches/c++-coroutines/gcc/ada/libgnarl/g-boumai.ads
    branches/c++-coroutines/gcc/ada/libgnarl/g-semaph.adb
    branches/c++-coroutines/gcc/ada/libgnarl/g-semaph.ads
    branches/c++-coroutines/gcc/ada/libgnarl/g-signal.adb
    branches/c++-coroutines/gcc/ada/libgnarl/g-signal.ads
    branches/c++-coroutines/gcc/ada/libgnarl/g-tastus.ads
    branches/c++-coroutines/gcc/ada/libgnarl/g-thread.adb
    branches/c++-coroutines/gcc/ada/libgnarl/g-thread.ads
    branches/c++-coroutines/gcc/ada/libgnarl/i-vxinco.adb
    branches/c++-coroutines/gcc/ada/libgnarl/i-vxinco.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-inmaop.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-inmaop__dummy.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-inmaop__posix.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-inmaop__vxworks.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-interr.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-interr.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-interr__dummy.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-interr__hwint.adb   (contents, props changed)
    branches/c++-coroutines/gcc/ada/libgnarl/s-interr__sigaction.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-interr__vxworks.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-intman.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-intman__android.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-intman__dummy.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-intman__lynxos.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-intman__mingw.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-intman__posix.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-intman__qnx.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-intman__solaris.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-intman__susv3.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-intman__vxworks.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-intman__vxworks.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-linux.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-linux__alpha.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-linux__android.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-linux__hppa.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-linux__mips.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-linux__riscv.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-linux__sparc.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-linux__x32.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-mudido.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-mudido__affinity.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__aix.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__aix.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__android.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__android.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__darwin.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__darwin.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__dragonfly.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__dragonfly.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__dummy.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__freebsd.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__freebsd.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__gnu.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__gnu.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__hpux-dce.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__hpux-dce.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__hpux.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__kfreebsd-gnu.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__linux.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__lynxos178.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__lynxos178e.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__mingw.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__posix.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__qnx.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__qnx.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__rtems.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__rtems.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__solaris.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__solaris.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__vxworks.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__vxworks.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-osinte__x32.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-proinf.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-proinf.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-qnx.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-solita.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-solita.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-stusta.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-stusta.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-taasde.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-taasde.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tadeca.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tadeca.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tadert.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tadert.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-taenca.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-taenca.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-taprob.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-taprob.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-taprop.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-taprop__dummy.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-taprop__hpux-dce.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-taprop__linux.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-taprop__mingw.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-taprop__posix.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-taprop__qnx.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-taprop__solaris.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-taprop__vxworks.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tarest.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tarest.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasdeb.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasdeb.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasinf.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasinf.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasinf__linux.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasinf__linux.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasinf__mingw.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasinf__mingw.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasinf__solaris.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasinf__solaris.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasinf__vxworks.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasini.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasini.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-taskin.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-taskin.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-taspri__dummy.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-taspri__hpux-dce.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-taspri__lynxos.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-taspri__mingw.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-taspri__posix-noaltstack.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-taspri__posix.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-taspri__solaris.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-taspri__vxworks.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasque.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasque.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasren.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasren.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasres.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tassta.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tassta.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasuti.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tasuti.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tataat.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tataat.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tpinop.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tpinop.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tpoaal.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tpoben.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tpoben.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tpobmu.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tpobmu.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tpobop.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tpobop.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-tpopmo.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tpopsp__posix-foreign.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tpopsp__posix.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tpopsp__solaris.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tpopsp__tls.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tpopsp__vxworks-rtp.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tpopsp__vxworks-tls.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tpopsp__vxworks.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tporft.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tposen.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tposen.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-vxwext.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-vxwext.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-vxwext__kernel-smp.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-vxwext__kernel.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-vxwext__kernel.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-vxwext__noints.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-vxwext__rtp-smp.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-vxwext__rtp.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-vxwext__rtp.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-vxwext__vthreads.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-vxwork__aarch64.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-vxwork__arm.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-vxwork__ppc.ads
    branches/c++-coroutines/gcc/ada/libgnarl/s-vxwork__x86.ads
    branches/c++-coroutines/gcc/ada/libgnarl/thread.c
    branches/c++-coroutines/gcc/ada/libgnat/a-assert.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-assert.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-btgbso.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-btgbso.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-calari.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-calari.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-calcon.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-calcon.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-caldel.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-caldel.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-calend.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-calend.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-calfor.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-calfor.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-catizo.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cbdlli.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cbdlli.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cbhama.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cbhama.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cbhase.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cbhase.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cbmutr.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cbmutr.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cborma.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cborma.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cborse.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cborse.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cbprqu.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cbprqu.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cbsyqu.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cbsyqu.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cdlili.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cdlili.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cfdlli.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cfdlli.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cfhama.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cfhama.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cfhase.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cfhase.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cfinve.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cfinve.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cforma.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cforma.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cforse.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cforse.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cgaaso.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cgaaso.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cgarso.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cgcaso.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-chacon.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-chacon.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-chahan.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-chahan.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-chlat9.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-chtgbk.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-chtgbk.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-chtgbo.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-chtgbo.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-chtgke.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-chtgke.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-chtgop.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-chtgop.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-chzla1.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-chzla9.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cidlli.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cidlli.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cihama.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cihama.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cihase.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cihase.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cimutr.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cimutr.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-ciorma.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ciorma.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-ciormu.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ciormu.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-ciorse.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ciorse.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-clrefi.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-clrefi.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-coboho.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-coboho.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cobove.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cobove.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cofove.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cofove.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cofuba.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cofuba.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cofuma.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cofuma.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cofuse.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cofuse.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cofuve.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cofuve.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cogeso.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cogeso.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cohama.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cohama.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cohase.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cohase.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cohata.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-coinho.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-coinho.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-coinho__shared.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-coinho__shared.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-coinve.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-coinve.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-colien.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-colien.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-colire.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-colire.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-comlin.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-comlin.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-comutr.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-comutr.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-conhel.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-conhel.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-convec.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-convec.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-coorma.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-coorma.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-coormu.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-coormu.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-coorse.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-coorse.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-coprnu.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-coprnu.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-crbltr.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-crbtgk.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-crbtgk.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-crbtgo.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-crbtgo.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-crdlli.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-crdlli.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-csquin.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cuprqu.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cuprqu.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cusyqu.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cusyqu.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cwila1.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cwila9.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-decima.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-decima.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-diocst.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-diocst.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-direct.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-direct.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-direio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-direio.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-dirval.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-dirval.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-dirval__mingw.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-einuoc.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-einuoc.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-elchha.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-elchha.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-elchha__vxworks-ppc-full.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-envvar.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-excach.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-except.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-except.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-excpol.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-excpol__abort.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-exctra.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-exctra.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-exexda.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-exexpr.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-exextr.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-exstat.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-finali.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-finali.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-locale.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-locale.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-ngcefu.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ngcoar.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ngcoty.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ngcoty.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-ngelfu.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ngelfu.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-ngrear.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ngrear.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-nudira.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-nudira.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-nuflra.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-nuflra.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-numaux.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-numaux__darwin.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-numaux__darwin.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-numaux__libc-x86.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-numaux__vxworks.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-numaux__x86.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-numaux__x86.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-rbtgbk.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-rbtgbk.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-rbtgbo.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-rbtgbo.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-rbtgso.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-rbtgso.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-sbecin.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-sbecin.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-sbhcin.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-sbhcin.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-sblcin.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-sblcin.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-secain.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-secain.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-sequio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-sequio.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-sfecin.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-sfhcin.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-sflcin.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-shcain.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-shcain.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-siocst.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-siocst.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-slcain.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-slcain.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-ssicst.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ssicst.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-stboha.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stmaco.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-storio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-strbou.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-strbou.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-stream.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stream.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-strfix.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-strhas.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-strmap.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-strmap.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-strsea.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-strsea.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-strsup.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-strsup.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-strunb.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-strunb.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-strunb__shared.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-strunb__shared.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-ststio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ststio.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-stunau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stunau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-stunau__shared.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stunha.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stuten.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stwibo.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stwibo.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-stwifi.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stwiha.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stwima.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stwima.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-stwise.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stwise.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-stwisu.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stwisu.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-stwiun.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stwiun.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-stwiun__shared.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stwiun__shared.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-stzbou.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stzbou.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-stzfix.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stzhas.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stzmap.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stzmap.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-stzsea.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stzsea.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-stzsup.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stzsup.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-stzunb.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stzunb.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-stzunb__shared.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-stzunb__shared.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-suecin.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-suecin.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-suenco.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-suenst.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-suewst.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-suezst.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-suhcin.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-suhcin.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-sulcin.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-sulcin.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-suteio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-suteio.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-suteio__shared.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-swbwha.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-swmwco.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-swunau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-swunau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-swunau__shared.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-swuwha.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-swuwti.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-swuwti.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-swuwti__shared.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-szbzha.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-szmzco.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-szunau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-szunau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-szunau__shared.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-szuzha.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-szuzti.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-szuzti.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-szuzti__shared.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-tags.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-tags.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-teioed.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-teioed.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-textio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-textio.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-tiboio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ticoau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ticoau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-ticoio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ticoio.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-tideau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-tideau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-tideio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-tideio.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-tienau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-tienau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-tienio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-tifiio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-tiflau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-tiflau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-tiflio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-tiflio.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-tigeau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-tigeau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-tigeli.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-tiinau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-tiinau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-tiinio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-tiinio.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-timoau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-timoau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-timoio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-timoio.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-tiocst.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-tiocst.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-tirsfi.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-tirsfi.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-titest.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-undesu.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wichha.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wichun.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wichun.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-witeio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-witeio.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-wrstfi.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wrstfi.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-wtcoau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wtcoau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-wtcoio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wtcstr.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wtcstr.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-wtdeau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wtdeau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-wtdeio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wtedit.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wtedit.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-wtenau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wtenau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-wtenio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wtfiio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wtflau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wtflau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-wtflio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wtgeau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wtgeau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-wtinau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wtinau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-wtinio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wtmoau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wtmoau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-wtmoio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wtmoio.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-wttest.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-wwboio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-zchhan.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-zchuni.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-zchuni.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-zrstfi.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-zrstfi.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-ztcoau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ztcoio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ztcstr.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ztcstr.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-ztdeau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ztdeau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-ztdeio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ztedit.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ztedit.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-ztenau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ztenau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-ztenio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ztexio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ztexio.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-ztfiio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ztflau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ztflau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-ztflio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ztgeau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ztgeau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-ztinau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ztinau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-ztinio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ztmoau.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ztmoau.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-ztmoio.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-zttest.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-zzboio.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-allein.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-alleve.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-alleve.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-alleve__hard.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-alleve__hard.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-altcon.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-altcon.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-altive.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-alveop.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-alveop.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-alvety.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-alvevi.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-arrspl.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-arrspl.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-awk.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-awk.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-binenv.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-binenv.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-bubsor.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-bubsor.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-busora.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-busora.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-busorg.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-busorg.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-byorma.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-byorma.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-bytswa.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-bytswa.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-calend.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-calend.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-casuti.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-casuti.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-catiio.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-catiio.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-cgi.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-cgi.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-cgicoo.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-cgicoo.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-cgideb.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-cgideb.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-comlin.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-comlin.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-comver.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-comver.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-cppexc.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-cppexc.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-crc32.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-crc32.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-ctrl_c.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-ctrl_c.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-curexc.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-debpoo.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-debpoo.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-debuti.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-debuti.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-decstr.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-decstr.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-deutst.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-diopit.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-diopit.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-dirope.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-dirope.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-dynhta.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-dynhta.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-dyntab.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-dyntab.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-eacodu.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-encstr.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-encstr.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-enutst.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-excact.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-excact.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-except.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-exctra.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-exctra.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-expect.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-expect.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-exptty.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-exptty.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-flocon.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-forstr.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-forstr.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-heasor.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-heasor.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-hesora.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-hesora.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-hesorg.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-hesorg.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-htable.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-htable.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-io-put__vxworks.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-io.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-io.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-io_aux.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-io_aux.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-lists.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-lists.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-locfil.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-locfil.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-mbdira.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-mbdira.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-mbflra.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-mbflra.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-md5.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-md5.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-memdum.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-memdum.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-moreex.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-moreex.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-os_lib.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-os_lib.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-pehage.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-pehage.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-rannum.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-rannum.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-regexp.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-regexp.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-regist.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-regist.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-regpat.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-regpat.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-rewdat.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-rewdat.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-sechas.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-sechas.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-sehamd.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-sehamd.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-sehash.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-sehash.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-sercom.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-sercom.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-sercom__linux.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-sercom__mingw.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-sestin.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-sets.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-sets.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-sha1.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-sha1.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-sha224.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-sha256.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-sha384.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-sha512.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-shsh32.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-shsh32.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-shsh64.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-shsh64.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-shshco.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-shshco.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-soccon.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-socket.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-socket.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-socket__dummy.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-socket__dummy.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-socthi.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-socthi.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-socthi__dummy.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-socthi__dummy.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-socthi__mingw.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-socthi__mingw.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-socthi__vxworks.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-socthi__vxworks.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-soliop.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-soliop__lynxos.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-soliop__mingw.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-soliop__qnx.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-soliop__solaris.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-sothco.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-sothco.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-sothco__dummy.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-sothco__dummy.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-souinf.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-spchge.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-spchge.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-speche.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-speche.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-spipat.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-spipat.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-spitbo.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-spitbo.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-sptabo.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-sptain.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-sptavs.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-sse.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-ssvety.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-stheme.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-strhas.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-string.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-string.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-strspl.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-stseme.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-stsifd__sockets.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-table.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-table.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-tasloc.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-tasloc.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-timsta.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-timsta.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-traceb.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-traceb.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-trasym.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-trasym.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-tty.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-tty.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-u3spch.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-u3spch.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-utf_32.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-utf_32.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-wispch.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-wispch.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-wistsp.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-zspche.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-zspche.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-zstspl.ads
    branches/c++-coroutines/gcc/ada/libgnat/gnat.ads
    branches/c++-coroutines/gcc/ada/libgnat/i-c.adb
    branches/c++-coroutines/gcc/ada/libgnat/i-cexten.ads
    branches/c++-coroutines/gcc/ada/libgnat/i-cobol.adb
    branches/c++-coroutines/gcc/ada/libgnat/i-cobol.ads
    branches/c++-coroutines/gcc/ada/libgnat/i-cpoint.adb
    branches/c++-coroutines/gcc/ada/libgnat/i-cpoint.ads
    branches/c++-coroutines/gcc/ada/libgnat/i-cstrea.adb
    branches/c++-coroutines/gcc/ada/libgnat/i-cstrea.ads
    branches/c++-coroutines/gcc/ada/libgnat/i-cstrin.adb
    branches/c++-coroutines/gcc/ada/libgnat/i-cstrin.ads
    branches/c++-coroutines/gcc/ada/libgnat/i-fortra.adb
    branches/c++-coroutines/gcc/ada/libgnat/i-pacdec.adb
    branches/c++-coroutines/gcc/ada/libgnat/i-pacdec.ads
    branches/c++-coroutines/gcc/ada/libgnat/i-vxwoio.adb
    branches/c++-coroutines/gcc/ada/libgnat/i-vxwoio.ads
    branches/c++-coroutines/gcc/ada/libgnat/i-vxwork.ads
    branches/c++-coroutines/gcc/ada/libgnat/i-vxwork__x86.ads
    branches/c++-coroutines/gcc/ada/libgnat/interfac.ads
    branches/c++-coroutines/gcc/ada/libgnat/memtrack.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-addima.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-addima.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-addope.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-addope.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-arit64.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-arit64.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-assert.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-assert.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-atacco.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-atacco.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-atocou.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-atocou.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-atocou__builtin.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-atocou__x86.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-atopri.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-atopri.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-auxdec.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-auxdec.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-bignum.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-bignum.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-bitops.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-bitops.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-boarop.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-boustr.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-boustr.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-bytswa.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-carsi8.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-carsi8.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-carun8.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-carun8.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-casi16.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-casi16.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-casi32.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-casi32.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-casi64.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-casi64.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-casuti.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-casuti.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-caun16.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-caun16.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-caun32.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-caun32.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-caun64.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-caun64.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-chepoo.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-commun.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-commun.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-conca2.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-conca2.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-conca3.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-conca3.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-conca4.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-conca4.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-conca5.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-conca5.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-conca6.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-conca6.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-conca7.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-conca7.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-conca8.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-conca8.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-conca9.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-conca9.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-crc32.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-crc32.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-crtl.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-dfmkio.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-dfmopr.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-dgmgop.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-diflio.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-diflio.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-diflmk.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-digemk.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-diinio.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-diinio.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-dilomk.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-dim.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-dimkio.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-dimmks.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-direio.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-direio.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-dlmkio.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-dlmopr.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-dmotpr.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-dsaser.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-dwalin.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-dwalin.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-elaall.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-elaall.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-excdeb.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-excdeb.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-except.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-except.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-excmac__arm.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-excmac__arm.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-excmac__gcc.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-excmac__gcc.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-exctab.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-exctab.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-exctra.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-exctra.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-exnint.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-exnint.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-exnllf.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-exnllf.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-exnlli.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-exnlli.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-expint.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-expint.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-explli.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-explli.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-expllu.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-expllu.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-expmod.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-expmod.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-expuns.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-expuns.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-fatflt.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-fatgen.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-fatgen.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-fatlfl.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-fatllf.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-fatsfl.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-ficobl.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-filatt.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-fileio.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-fileio.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-finmas.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-finmas.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-finroo.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-finroo.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-flocon.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-flocon.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-flocon__none.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-fore.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-fore.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-gearop.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-gearop.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-geveop.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-geveop.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-gloloc.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-gloloc.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-gloloc__mingw.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-htable.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-htable.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-imenne.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-imenne.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-imgbiu.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-imgbiu.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-imgboo.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-imgboo.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-imgcha.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-imgcha.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-imgdec.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-imgdec.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-imgenu.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-imgenu.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-imgint.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-imgint.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-imgllb.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-imgllb.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-imglld.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-imglld.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-imglli.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-imglli.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-imgllu.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-imgllu.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-imgllw.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-imgllw.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-imgrea.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-imgrea.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-imguns.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-imguns.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-imgwch.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-imgwch.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-imgwiu.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-imgwiu.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-io.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-io.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-llflex.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-maccod.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-mantis.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-mantis.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-mastop.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-mastop.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-memcop.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-memory.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-memory.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-mmap.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-mmap.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-mmauni__long.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-mmosin__mingw.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-mmosin__mingw.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-mmosin__unix.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-mmosin__unix.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-multip.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-objrea.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-objrea.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-optide.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-os_lib.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-os_lib.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-osprim.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-osprim__darwin.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-osprim__lynxos.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-osprim__mingw.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-osprim__posix.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-osprim__posix2008.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-osprim__rtems.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-osprim__solaris.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-osprim__unix.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-osprim__vxworks.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-osprim__x32.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-osvers__vxworks-653.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack03.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack03.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack05.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack05.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack06.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack06.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack07.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack07.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack09.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack09.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack10.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack10.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack11.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack11.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack12.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack12.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack13.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack13.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack14.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack14.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack15.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack15.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack17.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack17.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack18.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack18.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack19.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack19.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack20.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack20.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack21.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack21.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack22.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack22.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack23.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack23.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack24.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack24.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack25.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack25.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack26.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack26.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack27.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack27.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack28.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack28.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack29.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack29.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack30.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack30.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack31.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack31.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack33.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack33.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack34.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack34.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack35.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack35.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack36.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack36.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack37.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack37.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack38.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack38.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack39.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack39.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack40.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack40.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack41.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack41.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack42.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack42.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack43.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack43.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack44.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack44.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack45.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack45.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack46.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack46.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack47.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack47.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack48.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack48.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack49.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack49.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack50.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack50.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack51.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack51.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack52.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack52.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack53.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack53.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack54.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack54.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack55.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack55.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack56.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack56.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack57.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack57.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack58.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack58.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack59.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack59.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack60.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack60.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack61.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack61.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack62.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack62.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pack63.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pack63.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-parame.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-parame.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-parame__ae653.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-parame__hpux.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-parame__rtems.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-parame__vxworks.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-parame__vxworks.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-parint.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-parint.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pooglo.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pooglo.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-pooloc.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-pooloc.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-poosiz.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-poosiz.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-powtab.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-purexc.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-rannum.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-rannum.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-ransee.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-ransee.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-regexp.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-regexp.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-regpat.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-regpat.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-resfil.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-resfil.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-restri.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-restri.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-rident.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-rpc.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-rpc.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-scaval.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-scaval.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-secsta.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-secsta.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-sequio.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-sequio.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-shasto.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-shasto.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-soflin.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-soflin.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-soliin.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-soliin.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-sopco3.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-sopco3.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-sopco4.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-sopco4.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-sopco5.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-sopco5.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-spsufi.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-spsufi.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-stache.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-stache.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-stalib.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-stalib.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-stausa.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-stausa.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-stchop.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-stchop.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-stchop__limit.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-stchop__rtems.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-stchop__vxworks.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-stoele.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-stoele.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-stopoo.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-stopoo.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-stposu.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-stposu.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-stratt.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-stratt.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-stratt__xdr.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-strcom.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-strcom.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-strhas.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-strhas.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-string.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-string.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-strops.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-strops.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-ststop.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-ststop.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-tasloc.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-tasloc.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-thread.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-thread__ae653.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-traceb.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-traceb.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-traceb__hpux.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-traceb__mastop.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-traent.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-traent.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-trasym.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-trasym.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-trasym__dwarf.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-tsmona.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-tsmona__linux.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-tsmona__mingw.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-unstyp.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-utf_32.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-utf_32.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-valboo.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-valboo.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-valcha.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-valcha.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-valdec.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-valdec.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-valenu.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-valenu.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-valint.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-valint.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-vallld.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-vallld.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-vallli.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-vallli.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-valllu.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-valllu.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-valrea.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-valrea.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-valuns.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-valuns.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-valuti.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-valuti.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-valwch.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-valwch.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-veboop.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-veboop.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-vector.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-vercon.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-vercon.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-wchcnv.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-wchcnv.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-wchcon.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-wchcon.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-wchjis.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-wchjis.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-wchstw.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-wchstw.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-wchwts.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-wchwts.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-widboo.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-widboo.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-widcha.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-widcha.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-widenu.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-widenu.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-widlli.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-widlli.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-widllu.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-widllu.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-widwch.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-widwch.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-win32.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-winext.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-wwdcha.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-wwdcha.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-wwdenu.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-wwdenu.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-wwdwch.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-wwdwch.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-aix.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-darwin-arm.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-darwin-ppc.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-darwin-x86.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-djgpp.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-dragonfly-x86_64.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-freebsd.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-hpux-ia64.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-hpux.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-linux-alpha.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-linux-arm.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-linux-hppa.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-linux-ia64.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-linux-m68k.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-linux-mips.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-linux-ppc.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-linux-riscv.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-linux-s390.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-linux-sh4.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-linux-sparc.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-linux-x86.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-lynxos178-ppc.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-lynxos178-x86.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-mingw.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-qnx-aarch64.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-rtems.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-solaris-sparc.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-solaris-x86.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks-arm-rtp-smp.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks-arm-rtp.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks-arm.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks-e500-kernel.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks-e500-rtp-smp.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks-e500-rtp.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks-e500-vthread.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks-ppc-kernel.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks-ppc-ravenscar.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks-ppc-rtp-smp.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks-ppc-rtp.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks-ppc-vthread.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks-ppc.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks-x86-kernel.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks-x86-rtp-smp.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks-x86-rtp.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks-x86-vthread.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks-x86.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks7-aarch64-rtp-smp.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks7-aarch64.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks7-arm-rtp-smp.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks7-arm.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks7-e500-kernel.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks7-e500-rtp-smp.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks7-e500-rtp.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks7-ppc-kernel.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks7-ppc-rtp-smp.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks7-ppc-rtp.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks7-ppc64-kernel.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks7-ppc64-rtp-smp.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks7-x86-kernel.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks7-x86-rtp-smp.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks7-x86-rtp.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks7-x86_64-kernel.ads
    branches/c++-coroutines/gcc/ada/libgnat/system-vxworks7-x86_64-rtp-smp.ads
    branches/c++-coroutines/gcc/ada/libgnat/system.ads
    branches/c++-coroutines/gcc/ada/link.c
    branches/c++-coroutines/gcc/ada/live.adb
    branches/c++-coroutines/gcc/ada/live.ads
    branches/c++-coroutines/gcc/ada/locales.c
    branches/c++-coroutines/gcc/ada/make.adb
    branches/c++-coroutines/gcc/ada/make.ads
    branches/c++-coroutines/gcc/ada/make_util.adb
    branches/c++-coroutines/gcc/ada/make_util.ads
    branches/c++-coroutines/gcc/ada/makeusg.adb
    branches/c++-coroutines/gcc/ada/makeusg.ads
    branches/c++-coroutines/gcc/ada/mdll-fil.adb
    branches/c++-coroutines/gcc/ada/mdll-fil.ads
    branches/c++-coroutines/gcc/ada/mdll-utl.adb
    branches/c++-coroutines/gcc/ada/mdll-utl.ads
    branches/c++-coroutines/gcc/ada/mdll.adb
    branches/c++-coroutines/gcc/ada/mdll.ads
    branches/c++-coroutines/gcc/ada/mingw32.h
    branches/c++-coroutines/gcc/ada/mkdir.c
    branches/c++-coroutines/gcc/ada/namet-sp.adb
    branches/c++-coroutines/gcc/ada/namet-sp.ads
    branches/c++-coroutines/gcc/ada/namet.adb
    branches/c++-coroutines/gcc/ada/namet.ads
    branches/c++-coroutines/gcc/ada/namet.h
    branches/c++-coroutines/gcc/ada/nlists.adb
    branches/c++-coroutines/gcc/ada/nlists.ads
    branches/c++-coroutines/gcc/ada/nlists.h
    branches/c++-coroutines/gcc/ada/opt.adb
    branches/c++-coroutines/gcc/ada/opt.ads
    branches/c++-coroutines/gcc/ada/osint-b.adb
    branches/c++-coroutines/gcc/ada/osint-b.ads
    branches/c++-coroutines/gcc/ada/osint-c.adb
    branches/c++-coroutines/gcc/ada/osint-c.ads
    branches/c++-coroutines/gcc/ada/osint-l.adb
    branches/c++-coroutines/gcc/ada/osint-l.ads
    branches/c++-coroutines/gcc/ada/osint-m.adb
    branches/c++-coroutines/gcc/ada/osint-m.ads
    branches/c++-coroutines/gcc/ada/osint.adb
    branches/c++-coroutines/gcc/ada/osint.ads
    branches/c++-coroutines/gcc/ada/output.adb
    branches/c++-coroutines/gcc/ada/output.ads
    branches/c++-coroutines/gcc/ada/par-ch10.adb
    branches/c++-coroutines/gcc/ada/par-ch11.adb
    branches/c++-coroutines/gcc/ada/par-ch12.adb
    branches/c++-coroutines/gcc/ada/par-ch13.adb
    branches/c++-coroutines/gcc/ada/par-ch2.adb
    branches/c++-coroutines/gcc/ada/par-ch3.adb
    branches/c++-coroutines/gcc/ada/par-ch4.adb
    branches/c++-coroutines/gcc/ada/par-ch5.adb
    branches/c++-coroutines/gcc/ada/par-ch6.adb
    branches/c++-coroutines/gcc/ada/par-ch7.adb
    branches/c++-coroutines/gcc/ada/par-ch8.adb
    branches/c++-coroutines/gcc/ada/par-ch9.adb
    branches/c++-coroutines/gcc/ada/par-endh.adb
    branches/c++-coroutines/gcc/ada/par-labl.adb
    branches/c++-coroutines/gcc/ada/par-load.adb
    branches/c++-coroutines/gcc/ada/par-prag.adb
    branches/c++-coroutines/gcc/ada/par-sync.adb
    branches/c++-coroutines/gcc/ada/par-tchk.adb
    branches/c++-coroutines/gcc/ada/par-util.adb
    branches/c++-coroutines/gcc/ada/par.adb
    branches/c++-coroutines/gcc/ada/par.ads
    branches/c++-coroutines/gcc/ada/par_sco.adb
    branches/c++-coroutines/gcc/ada/par_sco.ads
    branches/c++-coroutines/gcc/ada/pprint.adb
    branches/c++-coroutines/gcc/ada/pprint.ads
    branches/c++-coroutines/gcc/ada/prep.adb
    branches/c++-coroutines/gcc/ada/prep.ads
    branches/c++-coroutines/gcc/ada/prepcomp.adb
    branches/c++-coroutines/gcc/ada/prepcomp.ads
    branches/c++-coroutines/gcc/ada/put_scos.adb
    branches/c++-coroutines/gcc/ada/put_scos.ads
    branches/c++-coroutines/gcc/ada/raise-gcc.c
    branches/c++-coroutines/gcc/ada/raise.c
    branches/c++-coroutines/gcc/ada/raise.h
    branches/c++-coroutines/gcc/ada/repinfo.adb
    branches/c++-coroutines/gcc/ada/repinfo.ads
    branches/c++-coroutines/gcc/ada/repinfo.h
    branches/c++-coroutines/gcc/ada/restrict.adb
    branches/c++-coroutines/gcc/ada/restrict.ads
    branches/c++-coroutines/gcc/ada/rident.ads
    branches/c++-coroutines/gcc/ada/rtfinal.c
    branches/c++-coroutines/gcc/ada/rtinit.c
    branches/c++-coroutines/gcc/ada/rtsfind.adb
    branches/c++-coroutines/gcc/ada/rtsfind.ads
    branches/c++-coroutines/gcc/ada/s-oscons-tmplt.c
    branches/c++-coroutines/gcc/ada/sa_messages.adb
    branches/c++-coroutines/gcc/ada/sa_messages.ads
    branches/c++-coroutines/gcc/ada/scans.adb
    branches/c++-coroutines/gcc/ada/scans.ads
    branches/c++-coroutines/gcc/ada/scil_ll.adb
    branches/c++-coroutines/gcc/ada/scil_ll.ads
    branches/c++-coroutines/gcc/ada/scn.adb
    branches/c++-coroutines/gcc/ada/scn.ads
    branches/c++-coroutines/gcc/ada/scng.adb
    branches/c++-coroutines/gcc/ada/scng.ads
    branches/c++-coroutines/gcc/ada/scos.adb
    branches/c++-coroutines/gcc/ada/scos.ads
    branches/c++-coroutines/gcc/ada/scos.h
    branches/c++-coroutines/gcc/ada/sdefault.ads
    branches/c++-coroutines/gcc/ada/seh_init.c
    branches/c++-coroutines/gcc/ada/sem.adb
    branches/c++-coroutines/gcc/ada/sem.ads
    branches/c++-coroutines/gcc/ada/sem_aggr.adb
    branches/c++-coroutines/gcc/ada/sem_aggr.ads
    branches/c++-coroutines/gcc/ada/sem_attr.adb
    branches/c++-coroutines/gcc/ada/sem_attr.ads
    branches/c++-coroutines/gcc/ada/sem_aux.adb
    branches/c++-coroutines/gcc/ada/sem_aux.ads
    branches/c++-coroutines/gcc/ada/sem_case.adb
    branches/c++-coroutines/gcc/ada/sem_case.ads
    branches/c++-coroutines/gcc/ada/sem_cat.adb
    branches/c++-coroutines/gcc/ada/sem_cat.ads
    branches/c++-coroutines/gcc/ada/sem_ch10.adb
    branches/c++-coroutines/gcc/ada/sem_ch10.ads
    branches/c++-coroutines/gcc/ada/sem_ch11.adb
    branches/c++-coroutines/gcc/ada/sem_ch11.ads
    branches/c++-coroutines/gcc/ada/sem_ch12.adb
    branches/c++-coroutines/gcc/ada/sem_ch12.ads
    branches/c++-coroutines/gcc/ada/sem_ch13.adb
    branches/c++-coroutines/gcc/ada/sem_ch13.ads
    branches/c++-coroutines/gcc/ada/sem_ch2.adb
    branches/c++-coroutines/gcc/ada/sem_ch2.ads
    branches/c++-coroutines/gcc/ada/sem_ch3.adb
    branches/c++-coroutines/gcc/ada/sem_ch3.ads
    branches/c++-coroutines/gcc/ada/sem_ch4.adb
    branches/c++-coroutines/gcc/ada/sem_ch4.ads
    branches/c++-coroutines/gcc/ada/sem_ch5.adb
    branches/c++-coroutines/gcc/ada/sem_ch5.ads
    branches/c++-coroutines/gcc/ada/sem_ch6.adb
    branches/c++-coroutines/gcc/ada/sem_ch6.ads
    branches/c++-coroutines/gcc/ada/sem_ch7.adb
    branches/c++-coroutines/gcc/ada/sem_ch7.ads
    branches/c++-coroutines/gcc/ada/sem_ch8.adb
    branches/c++-coroutines/gcc/ada/sem_ch8.ads
    branches/c++-coroutines/gcc/ada/sem_ch9.adb
    branches/c++-coroutines/gcc/ada/sem_ch9.ads
    branches/c++-coroutines/gcc/ada/sem_dim.adb
    branches/c++-coroutines/gcc/ada/sem_dim.ads
    branches/c++-coroutines/gcc/ada/sem_disp.adb
    branches/c++-coroutines/gcc/ada/sem_disp.ads
    branches/c++-coroutines/gcc/ada/sem_dist.adb
    branches/c++-coroutines/gcc/ada/sem_dist.ads
    branches/c++-coroutines/gcc/ada/sem_elab.adb
    branches/c++-coroutines/gcc/ada/sem_elab.ads
    branches/c++-coroutines/gcc/ada/sem_elim.adb
    branches/c++-coroutines/gcc/ada/sem_elim.ads
    branches/c++-coroutines/gcc/ada/sem_eval.adb
    branches/c++-coroutines/gcc/ada/sem_eval.ads
    branches/c++-coroutines/gcc/ada/sem_intr.adb
    branches/c++-coroutines/gcc/ada/sem_intr.ads
    branches/c++-coroutines/gcc/ada/sem_mech.adb
    branches/c++-coroutines/gcc/ada/sem_mech.ads
    branches/c++-coroutines/gcc/ada/sem_prag.adb
    branches/c++-coroutines/gcc/ada/sem_prag.ads
    branches/c++-coroutines/gcc/ada/sem_res.adb
    branches/c++-coroutines/gcc/ada/sem_res.ads
    branches/c++-coroutines/gcc/ada/sem_scil.adb
    branches/c++-coroutines/gcc/ada/sem_scil.ads
    branches/c++-coroutines/gcc/ada/sem_smem.adb
    branches/c++-coroutines/gcc/ada/sem_smem.ads
    branches/c++-coroutines/gcc/ada/sem_spark.adb
    branches/c++-coroutines/gcc/ada/sem_spark.ads
    branches/c++-coroutines/gcc/ada/sem_type.adb
    branches/c++-coroutines/gcc/ada/sem_type.ads
    branches/c++-coroutines/gcc/ada/sem_util.adb
    branches/c++-coroutines/gcc/ada/sem_util.ads
    branches/c++-coroutines/gcc/ada/sem_warn.adb
    branches/c++-coroutines/gcc/ada/sem_warn.ads
    branches/c++-coroutines/gcc/ada/set_targ.adb   (contents, props changed)
    branches/c++-coroutines/gcc/ada/set_targ.ads   (contents, props changed)
    branches/c++-coroutines/gcc/ada/sfn_scan.adb
    branches/c++-coroutines/gcc/ada/sfn_scan.ads
    branches/c++-coroutines/gcc/ada/sigtramp-armdroid.c
    branches/c++-coroutines/gcc/ada/sigtramp-ios.c
    branches/c++-coroutines/gcc/ada/sigtramp-qnx.c
    branches/c++-coroutines/gcc/ada/sigtramp-vxworks.c
    branches/c++-coroutines/gcc/ada/sigtramp.h
    branches/c++-coroutines/gcc/ada/sinfo-cn.adb
    branches/c++-coroutines/gcc/ada/sinfo-cn.ads
    branches/c++-coroutines/gcc/ada/sinfo.adb
    branches/c++-coroutines/gcc/ada/sinfo.ads
    branches/c++-coroutines/gcc/ada/sinput-c.adb
    branches/c++-coroutines/gcc/ada/sinput-c.ads
    branches/c++-coroutines/gcc/ada/sinput-d.adb
    branches/c++-coroutines/gcc/ada/sinput-d.ads
    branches/c++-coroutines/gcc/ada/sinput-l.adb
    branches/c++-coroutines/gcc/ada/sinput-l.ads
    branches/c++-coroutines/gcc/ada/sinput.adb
    branches/c++-coroutines/gcc/ada/sinput.ads
    branches/c++-coroutines/gcc/ada/socket.c
    branches/c++-coroutines/gcc/ada/spark_xrefs.adb
    branches/c++-coroutines/gcc/ada/spark_xrefs.ads
    branches/c++-coroutines/gcc/ada/sprint.adb
    branches/c++-coroutines/gcc/ada/sprint.ads
    branches/c++-coroutines/gcc/ada/stand.adb
    branches/c++-coroutines/gcc/ada/stand.ads
    branches/c++-coroutines/gcc/ada/stringt.adb
    branches/c++-coroutines/gcc/ada/stringt.ads
    branches/c++-coroutines/gcc/ada/stringt.h
    branches/c++-coroutines/gcc/ada/style.adb
    branches/c++-coroutines/gcc/ada/style.ads
    branches/c++-coroutines/gcc/ada/styleg.adb
    branches/c++-coroutines/gcc/ada/styleg.ads
    branches/c++-coroutines/gcc/ada/stylesw.adb
    branches/c++-coroutines/gcc/ada/stylesw.ads
    branches/c++-coroutines/gcc/ada/switch-b.adb
    branches/c++-coroutines/gcc/ada/switch-b.ads
    branches/c++-coroutines/gcc/ada/switch-c.adb
    branches/c++-coroutines/gcc/ada/switch-c.ads
    branches/c++-coroutines/gcc/ada/switch-m.adb
    branches/c++-coroutines/gcc/ada/switch-m.ads
    branches/c++-coroutines/gcc/ada/switch.adb
    branches/c++-coroutines/gcc/ada/switch.ads
    branches/c++-coroutines/gcc/ada/symbols.adb
    branches/c++-coroutines/gcc/ada/symbols.ads
    branches/c++-coroutines/gcc/ada/sysdep.c
    branches/c++-coroutines/gcc/ada/table.adb
    branches/c++-coroutines/gcc/ada/table.ads
    branches/c++-coroutines/gcc/ada/targext.c
    branches/c++-coroutines/gcc/ada/targparm.adb
    branches/c++-coroutines/gcc/ada/targparm.ads
    branches/c++-coroutines/gcc/ada/tb-gcc.c
    branches/c++-coroutines/gcc/ada/tbuild.adb
    branches/c++-coroutines/gcc/ada/tbuild.ads
    branches/c++-coroutines/gcc/ada/tempdir.adb
    branches/c++-coroutines/gcc/ada/tempdir.ads
    branches/c++-coroutines/gcc/ada/terminals.c
    branches/c++-coroutines/gcc/ada/tracebak.c
    branches/c++-coroutines/gcc/ada/tree_gen.adb
    branches/c++-coroutines/gcc/ada/tree_gen.ads
    branches/c++-coroutines/gcc/ada/tree_in.adb
    branches/c++-coroutines/gcc/ada/tree_in.ads
    branches/c++-coroutines/gcc/ada/tree_io.adb
    branches/c++-coroutines/gcc/ada/tree_io.ads
    branches/c++-coroutines/gcc/ada/treepr.adb
    branches/c++-coroutines/gcc/ada/treepr.ads
    branches/c++-coroutines/gcc/ada/ttypes.ads
    branches/c++-coroutines/gcc/ada/types.adb
    branches/c++-coroutines/gcc/ada/types.ads
    branches/c++-coroutines/gcc/ada/types.h
    branches/c++-coroutines/gcc/ada/uintp.adb
    branches/c++-coroutines/gcc/ada/uintp.ads
    branches/c++-coroutines/gcc/ada/uintp.h
    branches/c++-coroutines/gcc/ada/uname.adb
    branches/c++-coroutines/gcc/ada/uname.ads
    branches/c++-coroutines/gcc/ada/urealp.adb
    branches/c++-coroutines/gcc/ada/urealp.ads
    branches/c++-coroutines/gcc/ada/urealp.h
    branches/c++-coroutines/gcc/ada/usage.adb
    branches/c++-coroutines/gcc/ada/usage.ads
    branches/c++-coroutines/gcc/ada/validsw.adb
    branches/c++-coroutines/gcc/ada/validsw.ads
    branches/c++-coroutines/gcc/ada/warnsw.adb
    branches/c++-coroutines/gcc/ada/warnsw.ads
    branches/c++-coroutines/gcc/ada/widechar.adb
    branches/c++-coroutines/gcc/ada/widechar.ads
    branches/c++-coroutines/gcc/ada/xeinfo.adb
    branches/c++-coroutines/gcc/ada/xnmake.adb
    branches/c++-coroutines/gcc/ada/xoscons.adb
    branches/c++-coroutines/gcc/ada/xr_tabls.adb
    branches/c++-coroutines/gcc/ada/xr_tabls.ads
    branches/c++-coroutines/gcc/ada/xref_lib.adb
    branches/c++-coroutines/gcc/ada/xref_lib.ads
    branches/c++-coroutines/gcc/ada/xsinfo.adb
    branches/c++-coroutines/gcc/ada/xsnamest.adb
    branches/c++-coroutines/gcc/ada/xtreeprs.adb
    branches/c++-coroutines/gcc/ada/xutil.adb
    branches/c++-coroutines/gcc/ada/xutil.ads
    branches/c++-coroutines/gcc/alias.c
    branches/c++-coroutines/gcc/attribs.c
    branches/c++-coroutines/gcc/builtins.c
    branches/c++-coroutines/gcc/c-family/ChangeLog
    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-cppbuiltin.c
    branches/c++-coroutines/gcc/c-family/c-format.c
    branches/c++-coroutines/gcc/c-family/c-lex.c
    branches/c++-coroutines/gcc/c-family/c-omp.c
    branches/c++-coroutines/gcc/c-family/c-opts.c
    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-parser.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/cfgexpand.c
    branches/c++-coroutines/gcc/cgraph.c
    branches/c++-coroutines/gcc/cgraph.h
    branches/c++-coroutines/gcc/cgraphclones.c
    branches/c++-coroutines/gcc/cgraphunit.c
    branches/c++-coroutines/gcc/combine-stack-adj.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/aarch64/aarch64-arches.def
    branches/c++-coroutines/gcc/config/aarch64/aarch64-builtins.c
    branches/c++-coroutines/gcc/config/aarch64/aarch64-c.c
    branches/c++-coroutines/gcc/config/aarch64/aarch64-cores.def
    branches/c++-coroutines/gcc/config/aarch64/aarch64-modes.def
    branches/c++-coroutines/gcc/config/aarch64/aarch64-option-extensions.def
    branches/c++-coroutines/gcc/config/aarch64/aarch64-opts.h
    branches/c++-coroutines/gcc/config/aarch64/aarch64-passes.def
    branches/c++-coroutines/gcc/config/aarch64/aarch64-protos.h
    branches/c++-coroutines/gcc/config/aarch64/aarch64-simd-builtins.def
    branches/c++-coroutines/gcc/config/aarch64/aarch64-simd.md
    branches/c++-coroutines/gcc/config/aarch64/aarch64-sve.md
    branches/c++-coroutines/gcc/config/aarch64/aarch64.c
    branches/c++-coroutines/gcc/config/aarch64/aarch64.h
    branches/c++-coroutines/gcc/config/aarch64/aarch64.md
    branches/c++-coroutines/gcc/config/aarch64/aarch64.opt
    branches/c++-coroutines/gcc/config/aarch64/arm_neon.h
    branches/c++-coroutines/gcc/config/aarch64/iterators.md
    branches/c++-coroutines/gcc/config/aarch64/predicates.md
    branches/c++-coroutines/gcc/config/aarch64/t-aarch64
    branches/c++-coroutines/gcc/config/alpha/alpha.c
    branches/c++-coroutines/gcc/config/alpha/sync.md
    branches/c++-coroutines/gcc/config/arc/arc.c
    branches/c++-coroutines/gcc/config/arc/atomic.md
    branches/c++-coroutines/gcc/config/arc/predicates.md
    branches/c++-coroutines/gcc/config/arm/arm-builtins.c
    branches/c++-coroutines/gcc/config/arm/arm-c.c
    branches/c++-coroutines/gcc/config/arm/arm-cpus.in
    branches/c++-coroutines/gcc/config/arm/arm-protos.h
    branches/c++-coroutines/gcc/config/arm/arm.c
    branches/c++-coroutines/gcc/config/arm/arm.h
    branches/c++-coroutines/gcc/config/arm/arm.md
    branches/c++-coroutines/gcc/config/arm/arm_neon.h
    branches/c++-coroutines/gcc/config/arm/arm_neon_builtins.def
    branches/c++-coroutines/gcc/config/arm/cortex-r4f.md
    branches/c++-coroutines/gcc/config/arm/iterators.md
    branches/c++-coroutines/gcc/config/arm/neon.md
    branches/c++-coroutines/gcc/config/arm/t-aprofile
    branches/c++-coroutines/gcc/config/arm/t-multilib
    branches/c++-coroutines/gcc/config/arm/types.md
    branches/c++-coroutines/gcc/config/arm/unspecs.md
    branches/c++-coroutines/gcc/config/avr/avr.c
    branches/c++-coroutines/gcc/config/csky/csky.c
    branches/c++-coroutines/gcc/config/csky/csky.h
    branches/c++-coroutines/gcc/config/darwin-f.c
    branches/c++-coroutines/gcc/config/epiphany/epiphany.md
    branches/c++-coroutines/gcc/config/gnu-user.h
    branches/c++-coroutines/gcc/config/i386/adxintrin.h
    branches/c++-coroutines/gcc/config/i386/avx512fintrin.h
    branches/c++-coroutines/gcc/config/i386/avx512vlintrin.h
    branches/c++-coroutines/gcc/config/i386/clflushoptintrin.h
    branches/c++-coroutines/gcc/config/i386/clwbintrin.h
    branches/c++-coroutines/gcc/config/i386/fxsrintrin.h
    branches/c++-coroutines/gcc/config/i386/gnu.h
    branches/c++-coroutines/gcc/config/i386/i386-builtin-types.def
    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.md
    branches/c++-coroutines/gcc/config/i386/immintrin.h
    branches/c++-coroutines/gcc/config/i386/pkuintrin.h
    branches/c++-coroutines/gcc/config/i386/prfchwintrin.h
    branches/c++-coroutines/gcc/config/i386/rdseedintrin.h
    branches/c++-coroutines/gcc/config/i386/sol2.h
    branches/c++-coroutines/gcc/config/i386/sse.md
    branches/c++-coroutines/gcc/config/i386/subst.md
    branches/c++-coroutines/gcc/config/i386/wbnoinvdintrin.h
    branches/c++-coroutines/gcc/config/i386/x86intrin.h
    branches/c++-coroutines/gcc/config/i386/xsavecintrin.h
    branches/c++-coroutines/gcc/config/i386/xsaveintrin.h
    branches/c++-coroutines/gcc/config/i386/xsaveoptintrin.h
    branches/c++-coroutines/gcc/config/i386/xsavesintrin.h
    branches/c++-coroutines/gcc/config/m68k/m68k.c
    branches/c++-coroutines/gcc/config/mcore/mcore.h
    branches/c++-coroutines/gcc/config/microblaze/microblaze.md
    branches/c++-coroutines/gcc/config/mips/20kc.md
    branches/c++-coroutines/gcc/config/mips/mips.c
    branches/c++-coroutines/gcc/config/mips/sb1.md
    branches/c++-coroutines/gcc/config/nds32/nds32.c
    branches/c++-coroutines/gcc/config/nds32/predicates.md
    branches/c++-coroutines/gcc/config/nvptx/nvptx-protos.h
    branches/c++-coroutines/gcc/config/nvptx/nvptx.c
    branches/c++-coroutines/gcc/config/nvptx/nvptx.h
    branches/c++-coroutines/gcc/config/nvptx/nvptx.md
    branches/c++-coroutines/gcc/config/pa/pa.c
    branches/c++-coroutines/gcc/config/rs6000/e300c2c3.md
    branches/c++-coroutines/gcc/config/rs6000/predicates.md
    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.c
    branches/c++-coroutines/gcc/config/rs6000/rs6000.h
    branches/c++-coroutines/gcc/config/rs6000/rs6000.md
    branches/c++-coroutines/gcc/config/rs6000/vsx.md
    branches/c++-coroutines/gcc/config/s390/s390.c
    branches/c++-coroutines/gcc/config/s390/s390.h
    branches/c++-coroutines/gcc/config/sh/sh.c
    branches/c++-coroutines/gcc/config/sh/sh.md
    branches/c++-coroutines/gcc/config/sparc/sparc.c
    branches/c++-coroutines/gcc/config/sparc/sparc.md
    branches/c++-coroutines/gcc/config/spu/vmx2spu.h
    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/class.c
    branches/c++-coroutines/gcc/cp/constexpr.c
    branches/c++-coroutines/gcc/cp/cp-gimplify.c
    branches/c++-coroutines/gcc/cp/cp-tree.h
    branches/c++-coroutines/gcc/cp/cvt.c
    branches/c++-coroutines/gcc/cp/cxx-pretty-print.c
    branches/c++-coroutines/gcc/cp/decl.c
    branches/c++-coroutines/gcc/cp/decl2.c
    branches/c++-coroutines/gcc/cp/error.c
    branches/c++-coroutines/gcc/cp/expr.c
    branches/c++-coroutines/gcc/cp/lex.c
    branches/c++-coroutines/gcc/cp/mangle.c
    branches/c++-coroutines/gcc/cp/name-lookup.c
    branches/c++-coroutines/gcc/cp/optimize.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/rtti.c
    branches/c++-coroutines/gcc/cp/semantics.c
    branches/c++-coroutines/gcc/cp/tree.c
    branches/c++-coroutines/gcc/cp/typeck.c
    branches/c++-coroutines/gcc/cp/typeck2.c
    branches/c++-coroutines/gcc/cprop.c
    branches/c++-coroutines/gcc/cselib.c
    branches/c++-coroutines/gcc/d/ChangeLog
    branches/c++-coroutines/gcc/d/d-builtins.cc
    branches/c++-coroutines/gcc/d/d-codegen.cc
    branches/c++-coroutines/gcc/d/d-convert.cc
    branches/c++-coroutines/gcc/d/d-frontend.cc
    branches/c++-coroutines/gcc/d/d-lang.cc
    branches/c++-coroutines/gcc/d/d-tree.h
    branches/c++-coroutines/gcc/d/dmd/MERGE
    branches/c++-coroutines/gcc/d/dmd/access.c
    branches/c++-coroutines/gcc/d/dmd/aggregate.h
    branches/c++-coroutines/gcc/d/dmd/aliasthis.c
    branches/c++-coroutines/gcc/d/dmd/aliasthis.h
    branches/c++-coroutines/gcc/d/dmd/apply.c
    branches/c++-coroutines/gcc/d/dmd/argtypes.c
    branches/c++-coroutines/gcc/d/dmd/arrayop.c
    branches/c++-coroutines/gcc/d/dmd/arraytypes.h
    branches/c++-coroutines/gcc/d/dmd/attrib.c
    branches/c++-coroutines/gcc/d/dmd/attrib.h
    branches/c++-coroutines/gcc/d/dmd/blockexit.c
    branches/c++-coroutines/gcc/d/dmd/canthrow.c
    branches/c++-coroutines/gcc/d/dmd/clone.c
    branches/c++-coroutines/gcc/d/dmd/compiler.h
    branches/c++-coroutines/gcc/d/dmd/complex_t.h
    branches/c++-coroutines/gcc/d/dmd/cond.c
    branches/c++-coroutines/gcc/d/dmd/cond.h
    branches/c++-coroutines/gcc/d/dmd/constfold.c
    branches/c++-coroutines/gcc/d/dmd/cppmangle.c
    branches/c++-coroutines/gcc/d/dmd/ctfe.h
    branches/c++-coroutines/gcc/d/dmd/ctfeexpr.c
    branches/c++-coroutines/gcc/d/dmd/dcast.c
    branches/c++-coroutines/gcc/d/dmd/dclass.c
    branches/c++-coroutines/gcc/d/dmd/declaration.c
    branches/c++-coroutines/gcc/d/dmd/declaration.h
    branches/c++-coroutines/gcc/d/dmd/delegatize.c
    branches/c++-coroutines/gcc/d/dmd/denum.c
    branches/c++-coroutines/gcc/d/dmd/dimport.c
    branches/c++-coroutines/gcc/d/dmd/dinterpret.c
    branches/c++-coroutines/gcc/d/dmd/dmacro.c
    branches/c++-coroutines/gcc/d/dmd/dmangle.c
    branches/c++-coroutines/gcc/d/dmd/dmodule.c
    branches/c++-coroutines/gcc/d/dmd/doc.c
    branches/c++-coroutines/gcc/d/dmd/doc.h
    branches/c++-coroutines/gcc/d/dmd/dscope.c
    branches/c++-coroutines/gcc/d/dmd/dstruct.c
    branches/c++-coroutines/gcc/d/dmd/dsymbol.c
    branches/c++-coroutines/gcc/d/dmd/dsymbol.h
    branches/c++-coroutines/gcc/d/dmd/dtemplate.c
    branches/c++-coroutines/gcc/d/dmd/dversion.c
    branches/c++-coroutines/gcc/d/dmd/entity.c
    branches/c++-coroutines/gcc/d/dmd/enum.h
    branches/c++-coroutines/gcc/d/dmd/errors.h
    branches/c++-coroutines/gcc/d/dmd/escape.c
    branches/c++-coroutines/gcc/d/dmd/expression.c
    branches/c++-coroutines/gcc/d/dmd/expression.h
    branches/c++-coroutines/gcc/d/dmd/expressionsem.c
    branches/c++-coroutines/gcc/d/dmd/func.c
    branches/c++-coroutines/gcc/d/dmd/globals.h
    branches/c++-coroutines/gcc/d/dmd/hdrgen.c
    branches/c++-coroutines/gcc/d/dmd/hdrgen.h
    branches/c++-coroutines/gcc/d/dmd/iasm.c
    branches/c++-coroutines/gcc/d/dmd/iasmgcc.c
    branches/c++-coroutines/gcc/d/dmd/identifier.c
    branches/c++-coroutines/gcc/d/dmd/identifier.h
    branches/c++-coroutines/gcc/d/dmd/idgen.c
    branches/c++-coroutines/gcc/d/dmd/impcnvgen.c
    branches/c++-coroutines/gcc/d/dmd/imphint.c
    branches/c++-coroutines/gcc/d/dmd/import.h
    branches/c++-coroutines/gcc/d/dmd/init.c
    branches/c++-coroutines/gcc/d/dmd/init.h
    branches/c++-coroutines/gcc/d/dmd/initsem.c
    branches/c++-coroutines/gcc/d/dmd/intrange.c
    branches/c++-coroutines/gcc/d/dmd/intrange.h
    branches/c++-coroutines/gcc/d/dmd/json.c
    branches/c++-coroutines/gcc/d/dmd/json.h
    branches/c++-coroutines/gcc/d/dmd/lexer.c
    branches/c++-coroutines/gcc/d/dmd/lexer.h
    branches/c++-coroutines/gcc/d/dmd/macro.h
    branches/c++-coroutines/gcc/d/dmd/mangle.h
    branches/c++-coroutines/gcc/d/dmd/mars.h
    branches/c++-coroutines/gcc/d/dmd/module.h
    branches/c++-coroutines/gcc/d/dmd/mtype.c
    branches/c++-coroutines/gcc/d/dmd/mtype.h
    branches/c++-coroutines/gcc/d/dmd/nogc.c
    branches/c++-coroutines/gcc/d/dmd/nspace.c
    branches/c++-coroutines/gcc/d/dmd/nspace.h
    branches/c++-coroutines/gcc/d/dmd/objc.c
    branches/c++-coroutines/gcc/d/dmd/objc.h
    branches/c++-coroutines/gcc/d/dmd/opover.c
    branches/c++-coroutines/gcc/d/dmd/optimize.c
    branches/c++-coroutines/gcc/d/dmd/parse.c
    branches/c++-coroutines/gcc/d/dmd/parse.h
    branches/c++-coroutines/gcc/d/dmd/root/aav.c
    branches/c++-coroutines/gcc/d/dmd/root/aav.h
    branches/c++-coroutines/gcc/d/dmd/root/array.h
    branches/c++-coroutines/gcc/d/dmd/root/checkedint.c
    branches/c++-coroutines/gcc/d/dmd/root/checkedint.h
    branches/c++-coroutines/gcc/d/dmd/root/ctfloat.h
    branches/c++-coroutines/gcc/d/dmd/root/dcompat.h
    branches/c++-coroutines/gcc/d/dmd/root/file.c
    branches/c++-coroutines/gcc/d/dmd/root/file.h
    branches/c++-coroutines/gcc/d/dmd/root/filename.c
    branches/c++-coroutines/gcc/d/dmd/root/filename.h
    branches/c++-coroutines/gcc/d/dmd/root/hash.h
    branches/c++-coroutines/gcc/d/dmd/root/object.h
    branches/c++-coroutines/gcc/d/dmd/root/outbuffer.c
    branches/c++-coroutines/gcc/d/dmd/root/outbuffer.h
    branches/c++-coroutines/gcc/d/dmd/root/port.h
    branches/c++-coroutines/gcc/d/dmd/root/rmem.c
    branches/c++-coroutines/gcc/d/dmd/root/rmem.h
    branches/c++-coroutines/gcc/d/dmd/root/root.h
    branches/c++-coroutines/gcc/d/dmd/root/rootobject.c
    branches/c++-coroutines/gcc/d/dmd/root/speller.c
    branches/c++-coroutines/gcc/d/dmd/root/speller.h
    branches/c++-coroutines/gcc/d/dmd/root/stringtable.c
    branches/c++-coroutines/gcc/d/dmd/root/stringtable.h
    branches/c++-coroutines/gcc/d/dmd/safe.c
    branches/c++-coroutines/gcc/d/dmd/sapply.c
    branches/c++-coroutines/gcc/d/dmd/scope.h
    branches/c++-coroutines/gcc/d/dmd/sideeffect.c
    branches/c++-coroutines/gcc/d/dmd/statement.c
    branches/c++-coroutines/gcc/d/dmd/statement.h
    branches/c++-coroutines/gcc/d/dmd/statementsem.c
    branches/c++-coroutines/gcc/d/dmd/staticassert.c
    branches/c++-coroutines/gcc/d/dmd/staticassert.h
    branches/c++-coroutines/gcc/d/dmd/staticcond.c
    branches/c++-coroutines/gcc/d/dmd/target.h
    branches/c++-coroutines/gcc/d/dmd/template.h
    branches/c++-coroutines/gcc/d/dmd/tokens.c
    branches/c++-coroutines/gcc/d/dmd/tokens.h
    branches/c++-coroutines/gcc/d/dmd/traits.c
    branches/c++-coroutines/gcc/d/dmd/typesem.c
    branches/c++-coroutines/gcc/d/dmd/utf.c
    branches/c++-coroutines/gcc/d/dmd/utf.h
    branches/c++-coroutines/gcc/d/dmd/utils.c
    branches/c++-coroutines/gcc/d/dmd/version.h
    branches/c++-coroutines/gcc/d/dmd/visitor.h
    branches/c++-coroutines/gcc/d/expr.cc
    branches/c++-coroutines/gcc/d/lang.opt
    branches/c++-coroutines/gcc/dbxout.c
    branches/c++-coroutines/gcc/dce.c
    branches/c++-coroutines/gcc/defaults.h
    branches/c++-coroutines/gcc/df-scan.c
    branches/c++-coroutines/gcc/doc/cfg.texi
    branches/c++-coroutines/gcc/doc/extend.texi
    branches/c++-coroutines/gcc/doc/fragments.texi
    branches/c++-coroutines/gcc/doc/gty.texi
    branches/c++-coroutines/gcc/doc/install.texi
    branches/c++-coroutines/gcc/doc/invoke.texi
    branches/c++-coroutines/gcc/doc/lto.texi
    branches/c++-coroutines/gcc/doc/md.texi
    branches/c++-coroutines/gcc/doc/objc.texi
    branches/c++-coroutines/gcc/doc/rtl.texi
    branches/c++-coroutines/gcc/doc/sourcebuild.texi
    branches/c++-coroutines/gcc/doc/tm.texi
    branches/c++-coroutines/gcc/doc/tm.texi.in
    branches/c++-coroutines/gcc/dse.c
    branches/c++-coroutines/gcc/dwarf2out.c
    branches/c++-coroutines/gcc/emit-rtl.c
    branches/c++-coroutines/gcc/emit-rtl.h
    branches/c++-coroutines/gcc/except.c
    branches/c++-coroutines/gcc/expmed.c
    branches/c++-coroutines/gcc/expr.c
    branches/c++-coroutines/gcc/final.c
    branches/c++-coroutines/gcc/fold-const-call.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/decl.c
    branches/c++-coroutines/gcc/fortran/expr.c
    branches/c++-coroutines/gcc/fortran/gfc-internals.texi
    branches/c++-coroutines/gcc/fortran/gfortran.h
    branches/c++-coroutines/gcc/fortran/gfortran.texi
    branches/c++-coroutines/gcc/fortran/intrinsic.c
    branches/c++-coroutines/gcc/fortran/intrinsic.h
    branches/c++-coroutines/gcc/fortran/intrinsic.texi
    branches/c++-coroutines/gcc/fortran/invoke.texi
    branches/c++-coroutines/gcc/fortran/io.c
    branches/c++-coroutines/gcc/fortran/iresolve.c
    branches/c++-coroutines/gcc/fortran/match.c
    branches/c++-coroutines/gcc/fortran/parse.c
    branches/c++-coroutines/gcc/fortran/primary.c
    branches/c++-coroutines/gcc/fortran/resolve.c
    branches/c++-coroutines/gcc/fortran/simplify.c
    branches/c++-coroutines/gcc/fortran/symbol.c
    branches/c++-coroutines/gcc/fortran/trans-array.c
    branches/c++-coroutines/gcc/fortran/trans-array.h
    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-openmp.c
    branches/c++-coroutines/gcc/fortran/trans-stmt.c
    branches/c++-coroutines/gcc/fortran/trans.h
    branches/c++-coroutines/gcc/function.c
    branches/c++-coroutines/gcc/gcc.c
    branches/c++-coroutines/gcc/genattrtab.c
    branches/c++-coroutines/gcc/genautomata.c
    branches/c++-coroutines/gcc/genmatch.c
    branches/c++-coroutines/gcc/gimple-fold.c
    branches/c++-coroutines/gcc/gimple-loop-interchange.cc
    branches/c++-coroutines/gcc/gimple-loop-versioning.cc
    branches/c++-coroutines/gcc/gimple-ssa-evrp-analyze.c
    branches/c++-coroutines/gcc/gimple-ssa-isolate-paths.c
    branches/c++-coroutines/gcc/gimple-ssa-warn-restrict.c
    branches/c++-coroutines/gcc/gimple-ssa-warn-restrict.h
    branches/c++-coroutines/gcc/gimplify.c
    branches/c++-coroutines/gcc/go/ChangeLog
    branches/c++-coroutines/gcc/go/go-backend.c
    branches/c++-coroutines/gcc/go/go-gcc.cc
    branches/c++-coroutines/gcc/go/gofrontend/MERGE
    branches/c++-coroutines/gcc/go/gofrontend/escape.cc
    branches/c++-coroutines/gcc/go/gofrontend/expressions.cc
    branches/c++-coroutines/gcc/go/gofrontend/expressions.h
    branches/c++-coroutines/gcc/go/gofrontend/import-archive.cc
    branches/c++-coroutines/gcc/go/gofrontend/runtime.def
    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/godump.c
    branches/c++-coroutines/gcc/graphite-scop-detection.c
    branches/c++-coroutines/gcc/hard-reg-set.h
    branches/c++-coroutines/gcc/hash-map-tests.c
    branches/c++-coroutines/gcc/hooks.c
    branches/c++-coroutines/gcc/hooks.h
    branches/c++-coroutines/gcc/ifcvt.c
    branches/c++-coroutines/gcc/internal-fn.c
    branches/c++-coroutines/gcc/internal-fn.def
    branches/c++-coroutines/gcc/ipa-comdats.c
    branches/c++-coroutines/gcc/ipa-cp.c
    branches/c++-coroutines/gcc/ipa-devirt.c
    branches/c++-coroutines/gcc/ipa-fnsummary.c
    branches/c++-coroutines/gcc/ipa-icf.c
    branches/c++-coroutines/gcc/ipa-inline-transform.c
    branches/c++-coroutines/gcc/ipa-inline.c
    branches/c++-coroutines/gcc/ipa-polymorphic-call.c
    branches/c++-coroutines/gcc/ipa-profile.c
    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-reference.c
    branches/c++-coroutines/gcc/ipa-split.c
    branches/c++-coroutines/gcc/ipa-visibility.c
    branches/c++-coroutines/gcc/ipa.c
    branches/c++-coroutines/gcc/ira-build.c
    branches/c++-coroutines/gcc/ira-color.c
    branches/c++-coroutines/gcc/ira-conflicts.c
    branches/c++-coroutines/gcc/ira-costs.c
    branches/c++-coroutines/gcc/ira-int.h
    branches/c++-coroutines/gcc/ira-lives.c
    branches/c++-coroutines/gcc/ira.c
    branches/c++-coroutines/gcc/ira.h
    branches/c++-coroutines/gcc/loop-invariant.c
    branches/c++-coroutines/gcc/loop-unroll.c
    branches/c++-coroutines/gcc/lower-subreg.c
    branches/c++-coroutines/gcc/lra-assigns.c
    branches/c++-coroutines/gcc/lra-constraints.c
    branches/c++-coroutines/gcc/lra-eliminations.c
    branches/c++-coroutines/gcc/lra-int.h
    branches/c++-coroutines/gcc/lra-lives.c
    branches/c++-coroutines/gcc/lra-remat.c
    branches/c++-coroutines/gcc/lra-spills.c
    branches/c++-coroutines/gcc/lra.c
    branches/c++-coroutines/gcc/lto-cgraph.c
    branches/c++-coroutines/gcc/lto-streamer-out.c
    branches/c++-coroutines/gcc/lto/ChangeLog
    branches/c++-coroutines/gcc/lto/lto-partition.c
    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/multiple_target.c
    branches/c++-coroutines/gcc/objc/ChangeLog
    branches/c++-coroutines/gcc/objc/objc-act.c
    branches/c++-coroutines/gcc/omp-low.c
    branches/c++-coroutines/gcc/omp-offload.c
    branches/c++-coroutines/gcc/omp-offload.h
    branches/c++-coroutines/gcc/omp-simd-clone.c
    branches/c++-coroutines/gcc/optabs.c
    branches/c++-coroutines/gcc/params.def
    branches/c++-coroutines/gcc/passes.c
    branches/c++-coroutines/gcc/po/ChangeLog
    branches/c++-coroutines/gcc/po/es.po
    branches/c++-coroutines/gcc/po/gcc.pot
    branches/c++-coroutines/gcc/postreload-gcse.c
    branches/c++-coroutines/gcc/predict.c
    branches/c++-coroutines/gcc/profile-count.h
    branches/c++-coroutines/gcc/profile.c
    branches/c++-coroutines/gcc/recog.c
    branches/c++-coroutines/gcc/ree.c
    branches/c++-coroutines/gcc/regcprop.c
    branches/c++-coroutines/gcc/reginfo.c
    branches/c++-coroutines/gcc/regrename.c
    branches/c++-coroutines/gcc/reload.c
    branches/c++-coroutines/gcc/reload1.c
    branches/c++-coroutines/gcc/reorg.c
    branches/c++-coroutines/gcc/resource.c
    branches/c++-coroutines/gcc/rtl.def
    branches/c++-coroutines/gcc/rtl.h
    branches/c++-coroutines/gcc/rtlanal.c
    branches/c++-coroutines/gcc/sched-deps.c
    branches/c++-coroutines/gcc/sched-ebb.c
    branches/c++-coroutines/gcc/sched-rgn.c
    branches/c++-coroutines/gcc/sel-sched-ir.c
    branches/c++-coroutines/gcc/sel-sched.c
    branches/c++-coroutines/gcc/shrink-wrap.c
    branches/c++-coroutines/gcc/simplify-rtx.c
    branches/c++-coroutines/gcc/symtab.c
    branches/c++-coroutines/gcc/target.def
    branches/c++-coroutines/gcc/targhooks.c
    branches/c++-coroutines/gcc/targhooks.h
    branches/c++-coroutines/gcc/testsuite/ChangeLog
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Warray-bounds-2.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Warray-bounds-3.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Wrestrict-2.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Wrestrict.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/attr-nonstring-3.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/builtin-has-attribute-3.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/builtin-has-attribute-4.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/gomp/pr60823-1.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/gomp/pr60823-3.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/gomp/pr63328.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/pr51628-10.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/raw-string-13.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/raw-string-15.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/ubsan/pr71512-1.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/ubsan/pr71512-2.c
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/auto52.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-wstring2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/pr62101.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/cpp0x/trailing2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/udlit-string-length.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/udlit-string-literal.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/udlit-string-literal.h
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/variadic126.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/auto-fn18.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/auto-fn25.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/auto-fn52.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/auto-fn53.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/auto-fn54.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/udlit-utf8char.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/utf8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/flexary12.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/flexary13.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/flexary15.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/flexary3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/utf-array-short-wchar.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/utf-array.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/utf-cxx98.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/utf-dflt.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/utf-gnuxx98.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/utf8-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/utf8-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/declare-simd-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/declare-simd-3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/declare-simd-4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/declare-simd-7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/pr88182.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/inherit/pure1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/init/new39.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/lto/odr-1_1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/lto/pr87906_0.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/other/pr33558-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/other/pr33558.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/parse/crash4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/vec-init-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/vect/simd-clone-7.cc
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wformat-ranges-c++11.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wplacement-new-size-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wplacement-new-size-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wplacement-new-size-6.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.brendan/err-msg11.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.mike/p7635.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.other/decl6.C
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr34648.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr41469.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/20020312-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/20111216-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wmissing-attributes.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wno-frame-address.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/attr-copy-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/attr-copy-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/builtin-apply2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cleanup-10.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cleanup-11.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cleanup-12.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cleanup-13.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cleanup-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cleanup-8.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/cleanup-9.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/darwin-cfstring-format-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/format/attr-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/format/sys_format.c   (props changed)
    branches/c++-coroutines/gcc/testsuite/gcc.dg/gimplefe-28.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/gomp/declare-simd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/gomp/declare-simd-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/gomp/pr29955.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/gomp/pr59669-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/gomp/pr87895-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/gomp/pr87895-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/gomp/simd-clones-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/graphite/scop-19.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/init-string-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/intermod-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/lto/pr52097_0.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/memcmp-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/nested-func-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/no_profile_instrument_function-attr-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pch/except-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pch/valid-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pic-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pic-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pic-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pic-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pie-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pie-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr41470.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr42427.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr44545.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr47086.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr51481.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr51628-20.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr51628-21.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr51628-25.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr51644.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr52046.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr54669.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr56424.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr59605-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr61096-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr64465.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr65802.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr67563.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr87793.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/torture/stackalign/builtin-apply-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11c.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr15826.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr41469-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr84512.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-28.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/utf-array-short-wchar.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/utf-array.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/utf8-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/bb-slp-pow-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr46663.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-nop-move.c
    branches/c++-coroutines/gcc/testsuite/gcc.misc-tests/godump-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/return_address_sign_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/return_address_sign_2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/return_address_sign_3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/stack-check-cfa-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/subs_compare_2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/test_frame_17.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arc/bitfield.c   (props changed)
    branches/c++-coroutines/gcc/testsuite/gcc.target/arc/loop-1.c   (props changed)
    branches/c++-coroutines/gcc/testsuite/gcc.target/arc/pr9001195952.c   (props changed)
    branches/c++-coroutines/gcc/testsuite/gcc.target/arc/sdata-5.c   (props changed)
    branches/c++-coroutines/gcc/testsuite/gcc.target/arc/tdelegitimize_addr.c   (props changed)
    branches/c++-coroutines/gcc/testsuite/gcc.target/arc/tumaddsidi4.c   (props changed)
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/multilib.exp
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/pr51968.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/pr77904.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/csky/fnmul-1.c   (props changed)
    branches/c++-coroutines/gcc/testsuite/gcc.target/csky/fnmul-2.c   (props changed)
    branches/c++-coroutines/gcc/testsuite/gcc.target/csky/fnmul-3.c   (props changed)
    branches/c++-coroutines/gcc/testsuite/gcc.target/csky/fnmul-4.c   (props changed)
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vcvtsd2si-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vcvtsi2ss-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vcvtss2si-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vcvttsd2si-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vcvttss2si-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vcvtusi2sd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vcvtusi2sd-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vcvtusi2sd64-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vcvtusi2ss-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vcvtusi2ss-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vcvtusi2ss64-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmpd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmpd-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmps-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmsd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmsd-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmss-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vfixupimmss-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-vfixupimmpd-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512vl-vfixupimmps-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr19398.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr52813.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse-13.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse-14.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse-22.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse-23.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/testimm-10.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/testround-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr88457.c
    branches/c++-coroutines/gcc/testsuite/gdc.dg/runnable.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/compilable/cppmangle.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/runnable/ctorpowtests.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/runnable/test23.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/runnable/test34.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/runnable/test42.d
    branches/c++-coroutines/gcc/testsuite/gdc.test/runnable/testsafe.d
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/alloc_comp_auto_array_3.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/array_function_5.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/block_16.f08
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/class_66.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/common_15.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/contiguous_3.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/debug/pr35154-stabs.f
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec_d_lines_3.f
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec_structure_12.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec_structure_14.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec_structure_15.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/deferred_character_31.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/derived_result_2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/do_check_6.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/dtio_31.f03
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/dtio_32.f03
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/extends_11.f03
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/gomp/declare-simd-2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/gomp/pr79154-1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/gomp/pr83977.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/integer_plus.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/loop_versioning_1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/matmul_const.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/namelist_args.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/negative_unit_check.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pdt_25.f03
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pdt_28.f03
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr58968.f
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr78259.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pure_formal_3.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/vect/vect-2.f90
    branches/c++-coroutines/gcc/testsuite/go.go-torture/execute/names-1.go
    branches/c++-coroutines/gcc/testsuite/jit.dg/test-sum-of-squares.c
    branches/c++-coroutines/gcc/testsuite/lib/file-format.exp
    branches/c++-coroutines/gcc/testsuite/lib/gcc-dg.exp
    branches/c++-coroutines/gcc/testsuite/lib/gdc.exp
    branches/c++-coroutines/gcc/testsuite/lib/target-supports.exp
    branches/c++-coroutines/gcc/testsuite/obj-c++.dg/attributes/method-attribute-2.mm
    branches/c++-coroutines/gcc/testsuite/obj-c++.dg/exceptions-3.mm
    branches/c++-coroutines/gcc/testsuite/obj-c++.dg/exceptions-4.mm
    branches/c++-coroutines/gcc/testsuite/obj-c++.dg/exceptions-5.mm
    branches/c++-coroutines/gcc/testsuite/obj-c++.dg/fsf-nsstring-format-1.mm
    branches/c++-coroutines/gcc/testsuite/obj-c++.dg/property/at-property-23.mm
    branches/c++-coroutines/gcc/testsuite/obj-c++.dg/property/dotsyntax-17.mm
    branches/c++-coroutines/gcc/testsuite/obj-c++.dg/property/property-neg-7.mm
    branches/c++-coroutines/gcc/testsuite/objc.dg/attributes/method-attribute-2.m
    branches/c++-coroutines/gcc/testsuite/objc.dg/exceptions-3.m
    branches/c++-coroutines/gcc/testsuite/objc.dg/exceptions-4.m
    branches/c++-coroutines/gcc/testsuite/objc.dg/exceptions-5.m
    branches/c++-coroutines/gcc/testsuite/objc.dg/fsf-nsstring-format-1.m
    branches/c++-coroutines/gcc/testsuite/objc.dg/param-1.m
    branches/c++-coroutines/gcc/testsuite/objc.dg/property/at-property-23.m
    branches/c++-coroutines/gcc/testsuite/objc.dg/property/dotsyntax-17.m
    branches/c++-coroutines/gcc/testsuite/objc.dg/property/property-neg-7.m
    branches/c++-coroutines/gcc/toplev.c
    branches/c++-coroutines/gcc/tree-call-cdce.c
    branches/c++-coroutines/gcc/tree-cfg.c
    branches/c++-coroutines/gcc/tree-complex.c
    branches/c++-coroutines/gcc/tree-core.h
    branches/c++-coroutines/gcc/tree-eh.c
    branches/c++-coroutines/gcc/tree-if-conv.c
    branches/c++-coroutines/gcc/tree-inline.c
    branches/c++-coroutines/gcc/tree-inline.h
    branches/c++-coroutines/gcc/tree-loop-distribution.c
    branches/c++-coroutines/gcc/tree-nrv.c
    branches/c++-coroutines/gcc/tree-profile.c
    branches/c++-coroutines/gcc/tree-sra.c
    branches/c++-coroutines/gcc/tree-ssa-alias.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-ivcanon.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-phionlycprop.c
    branches/c++-coroutines/gcc/tree-ssa-phiopt.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-strlen.c
    branches/c++-coroutines/gcc/tree-ssa-threadedge.c
    branches/c++-coroutines/gcc/tree-ssa-threadupdate.c
    branches/c++-coroutines/gcc/tree-ssa-uncprop.c
    branches/c++-coroutines/gcc/tree-ssa-uninit.c
    branches/c++-coroutines/gcc/tree-ssanames.c
    branches/c++-coroutines/gcc/tree-streamer-out.c
    branches/c++-coroutines/gcc/tree-switch-conversion.c
    branches/c++-coroutines/gcc/tree-vect-generic.c
    branches/c++-coroutines/gcc/tree-vect-loop.c
    branches/c++-coroutines/gcc/tree-vect-slp.c
    branches/c++-coroutines/gcc/tree-vect-stmts.c
    branches/c++-coroutines/gcc/tree.c
    branches/c++-coroutines/gcc/tree.h
    branches/c++-coroutines/gcc/vr-values.c
    branches/c++-coroutines/gotools/ChangeLog
    branches/c++-coroutines/gotools/Makefile.am
    branches/c++-coroutines/gotools/Makefile.in
    branches/c++-coroutines/include/ChangeLog
    branches/c++-coroutines/include/libiberty.h
    branches/c++-coroutines/include/plugin-api.h
    branches/c++-coroutines/libbacktrace/ChangeLog
    branches/c++-coroutines/libbacktrace/Makefile.am
    branches/c++-coroutines/libbacktrace/Makefile.in
    branches/c++-coroutines/libbacktrace/allocfail.c
    branches/c++-coroutines/libbacktrace/backtrace.h
    branches/c++-coroutines/libbacktrace/configure
    branches/c++-coroutines/libbacktrace/configure.ac
    branches/c++-coroutines/libbacktrace/dwarf.c
    branches/c++-coroutines/libbacktrace/elf.c
    branches/c++-coroutines/libbacktrace/internal.h
    branches/c++-coroutines/libbacktrace/mmapio.c
    branches/c++-coroutines/libbacktrace/pecoff.c
    branches/c++-coroutines/libbacktrace/read.c
    branches/c++-coroutines/libbacktrace/xcoff.c
    branches/c++-coroutines/libgcc/ChangeLog
    branches/c++-coroutines/libgcc/Makefile.in
    branches/c++-coroutines/libgcc/config.host
    branches/c++-coroutines/libgcc/config/c6x/libunwind.S
    branches/c++-coroutines/libgcc/config/tilepro/atomic.h
    branches/c++-coroutines/libgcc/config/vxlib-tls.c
    branches/c++-coroutines/libgcc/generic-morestack-thread.c
    branches/c++-coroutines/libgcc/generic-morestack.c
    branches/c++-coroutines/libgcc/libgcov-driver.c
    branches/c++-coroutines/libgcc/libgcov-profiler.c
    branches/c++-coroutines/libgcc/libgcov.h
    branches/c++-coroutines/libgcc/mkmap-symver.awk
    branches/c++-coroutines/libgfortran/ChangeLog
    branches/c++-coroutines/libgfortran/Makefile.am
    branches/c++-coroutines/libgfortran/Makefile.in
    branches/c++-coroutines/libgfortran/caf/single.c
    branches/c++-coroutines/libgfortran/configure
    branches/c++-coroutines/libgfortran/configure.ac
    branches/c++-coroutines/libgfortran/generated/minloc0_16_i1.c
    branches/c++-coroutines/libgfortran/generated/minloc0_16_i16.c
    branches/c++-coroutines/libgfortran/generated/minloc0_16_i2.c
    branches/c++-coroutines/libgfortran/generated/minloc0_16_i4.c
    branches/c++-coroutines/libgfortran/generated/minloc0_16_i8.c
    branches/c++-coroutines/libgfortran/generated/minloc0_16_r10.c
    branches/c++-coroutines/libgfortran/generated/minloc0_16_r16.c
    branches/c++-coroutines/libgfortran/generated/minloc0_16_r4.c
    branches/c++-coroutines/libgfortran/generated/minloc0_16_r8.c
    branches/c++-coroutines/libgfortran/generated/minloc0_4_i1.c
    branches/c++-coroutines/libgfortran/generated/minloc0_4_i16.c
    branches/c++-coroutines/libgfortran/generated/minloc0_4_i2.c
    branches/c++-coroutines/libgfortran/generated/minloc0_4_i4.c
    branches/c++-coroutines/libgfortran/generated/minloc0_4_i8.c
    branches/c++-coroutines/libgfortran/generated/minloc0_4_r10.c
    branches/c++-coroutines/libgfortran/generated/minloc0_4_r16.c
    branches/c++-coroutines/libgfortran/generated/minloc0_4_r4.c
    branches/c++-coroutines/libgfortran/generated/minloc0_4_r8.c
    branches/c++-coroutines/libgfortran/generated/minloc0_8_i1.c
    branches/c++-coroutines/libgfortran/generated/minloc0_8_i16.c
    branches/c++-coroutines/libgfortran/generated/minloc0_8_i2.c
    branches/c++-coroutines/libgfortran/generated/minloc0_8_i4.c
    branches/c++-coroutines/libgfortran/generated/minloc0_8_i8.c
    branches/c++-coroutines/libgfortran/generated/minloc0_8_r10.c
    branches/c++-coroutines/libgfortran/generated/minloc0_8_r16.c
    branches/c++-coroutines/libgfortran/generated/minloc0_8_r4.c
    branches/c++-coroutines/libgfortran/generated/minloc0_8_r8.c
    branches/c++-coroutines/libgfortran/gfortran.map
    branches/c++-coroutines/libgfortran/io/list_read.c
    branches/c++-coroutines/libgfortran/io/open.c
    branches/c++-coroutines/libgfortran/io/unit.c
    branches/c++-coroutines/libgfortran/libgfortran.h
    branches/c++-coroutines/libgfortran/m4/minloc0.m4
    branches/c++-coroutines/libgo/MERGE
    branches/c++-coroutines/libgo/Makefile.am
    branches/c++-coroutines/libgo/Makefile.in
    branches/c++-coroutines/libgo/VERSION
    branches/c++-coroutines/libgo/check-packages.txt
    branches/c++-coroutines/libgo/configure
    branches/c++-coroutines/libgo/configure.ac
    branches/c++-coroutines/libgo/go/archive/tar/format.go
    branches/c++-coroutines/libgo/go/archive/tar/stat_actime1.go
    branches/c++-coroutines/libgo/go/archive/zip/reader.go
    branches/c++-coroutines/libgo/go/archive/zip/reader_test.go
    branches/c++-coroutines/libgo/go/archive/zip/struct.go
    branches/c++-coroutines/libgo/go/archive/zip/writer.go
    branches/c++-coroutines/libgo/go/archive/zip/zip_test.go
    branches/c++-coroutines/libgo/go/bufio/bufio.go
    branches/c++-coroutines/libgo/go/bufio/bufio_test.go
    branches/c++-coroutines/libgo/go/builtin/builtin.go
    branches/c++-coroutines/libgo/go/bytes/buffer.go
    branches/c++-coroutines/libgo/go/bytes/buffer_test.go
    branches/c++-coroutines/libgo/go/bytes/bytes.go
    branches/c++-coroutines/libgo/go/bytes/bytes_test.go
    branches/c++-coroutines/libgo/go/bytes/compare_test.go
    branches/c++-coroutines/libgo/go/bytes/example_test.go
    branches/c++-coroutines/libgo/go/bytes/reader.go
    branches/c++-coroutines/libgo/go/bytes/reader_test.go
    branches/c++-coroutines/libgo/go/cmd/cgo/ast.go
    branches/c++-coroutines/libgo/go/cmd/cgo/doc.go
    branches/c++-coroutines/libgo/go/cmd/cgo/gcc.go
    branches/c++-coroutines/libgo/go/cmd/cgo/godefs.go
    branches/c++-coroutines/libgo/go/cmd/cgo/main.go
    branches/c++-coroutines/libgo/go/cmd/cgo/out.go
    branches/c++-coroutines/libgo/go/cmd/go/alldocs.go
    branches/c++-coroutines/libgo/go/cmd/go/go_test.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/cache/cache.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/cache/default.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/cache/hash.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/clean/clean.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/cmdflag/flag.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/doc/doc.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/envcmd/env.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/fix/fix.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/generate/generate.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/get/get.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/get/vcs.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/help/help.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/help/helpdoc.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/imports/build.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/imports/scan.go
    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/modcmd/download.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modcmd/edit.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modcmd/init.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modcmd/tidy.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modcmd/vendor.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modconv/convert_test.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modfetch/cache.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modfetch/codehost/codehost.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modfetch/codehost/git.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modfetch/codehost/vcs.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modfetch/coderepo.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modfetch/coderepo_test.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modfetch/fetch.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modfetch/proxy.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modfetch/repo.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modfetch/unzip.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modfile/rule.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modget/get.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modload/build.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modload/help.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modload/import.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modload/import_test.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modload/init.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modload/list.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modload/load.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modload/query.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modload/query_test.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/modload/search.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/module/module.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/module/module_test.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/mvs/mvs.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/run/run.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/search/search.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/semver/semver.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/semver/semver_test.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/test/test.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/test/testflag.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/vet/vet.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/vet/vetflag.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/web2/web.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/work/action.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/work/build.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/work/build_test.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/work/buildid.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/work/exec.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/work/gc.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/work/gccgo.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/work/init.go
    branches/c++-coroutines/libgo/go/cmd/go/internal/work/security.go
    branches/c++-coroutines/libgo/go/cmd/go/main.go
    branches/c++-coroutines/libgo/go/cmd/go/proxy_test.go
    branches/c++-coroutines/libgo/go/cmd/go/script_test.go
    branches/c++-coroutines/libgo/go/cmd/go/testdata/addmod.go
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/README
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/build_GOTMPDIR.txt
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/help.txt
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/list_bad_import.txt
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/list_std.txt
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/mod_download.txt
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/mod_edit.txt
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/mod_enabled.txt
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/mod_fs_patterns.txt
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/mod_go_version.txt
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/mod_internal.txt
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/mod_list_bad_import.txt
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/mod_list_dir.txt
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/mod_nomod.txt
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/mod_patterns.txt
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/mod_readonly.txt
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/mod_replace.txt
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/mod_test.txt
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/mod_tidy.txt
    branches/c++-coroutines/libgo/go/cmd/go/testdata/script/mod_vendor.txt
    branches/c++-coroutines/libgo/go/cmd/go/testdata/testterminal18153/terminal_test.go
    branches/c++-coroutines/libgo/go/cmd/go/vendor_test.go
    branches/c++-coroutines/libgo/go/cmd/gofmt/gofmt.go
    branches/c++-coroutines/libgo/go/cmd/gofmt/gofmt_test.go
    branches/c++-coroutines/libgo/go/cmd/gofmt/long_test.go
    branches/c++-coroutines/libgo/go/cmd/internal/buildid/buildid.go
    branches/c++-coroutines/libgo/go/cmd/internal/objabi/doc.go
    branches/c++-coroutines/libgo/go/cmd/internal/objabi/flag.go
    branches/c++-coroutines/libgo/go/cmd/internal/objabi/funcdata.go
    branches/c++-coroutines/libgo/go/cmd/internal/objabi/funcid.go
    branches/c++-coroutines/libgo/go/cmd/internal/objabi/head.go
    branches/c++-coroutines/libgo/go/cmd/internal/objabi/reloctype.go
    branches/c++-coroutines/libgo/go/cmd/internal/objabi/stack.go
    branches/c++-coroutines/libgo/go/cmd/internal/objabi/symkind.go
    branches/c++-coroutines/libgo/go/cmd/internal/objabi/symkind_string.go
    branches/c++-coroutines/libgo/go/cmd/internal/objabi/util.go
    branches/c++-coroutines/libgo/go/cmd/vet/all/main.go
    branches/c++-coroutines/libgo/go/cmd/vet/doc.go
    branches/c++-coroutines/libgo/go/cmd/vet/main.go
    branches/c++-coroutines/libgo/go/cmd/vet/vet_test.go
    branches/c++-coroutines/libgo/go/compress/bzip2/bzip2_test.go
    branches/c++-coroutines/libgo/go/compress/flate/deflate_test.go
    branches/c++-coroutines/libgo/go/compress/flate/inflate.go
    branches/c++-coroutines/libgo/go/compress/flate/reader_test.go
    branches/c++-coroutines/libgo/go/compress/zlib/reader.go
    branches/c++-coroutines/libgo/go/compress/zlib/writer.go
    branches/c++-coroutines/libgo/go/container/heap/heap.go
    branches/c++-coroutines/libgo/go/container/list/list.go   (contents, props changed)
    branches/c++-coroutines/libgo/go/container/list/list_test.go   (props changed)
    branches/c++-coroutines/libgo/go/context/context.go
    branches/c++-coroutines/libgo/go/crypto/aes/aes_test.go
    branches/c++-coroutines/libgo/go/crypto/aes/block.go
    branches/c++-coroutines/libgo/go/crypto/aes/ctr_s390x.go
    branches/c++-coroutines/libgo/go/crypto/aes/gcm_s390x.go
    branches/c++-coroutines/libgo/go/crypto/cipher/benchmark_test.go
    branches/c++-coroutines/libgo/go/crypto/cipher/example_test.go
    branches/c++-coroutines/libgo/go/crypto/cipher/gcm.go
    branches/c++-coroutines/libgo/go/crypto/cipher/xor_test.go
    branches/c++-coroutines/libgo/go/crypto/ecdsa/ecdsa.go
    branches/c++-coroutines/libgo/go/crypto/elliptic/p256_s390x.go
    branches/c++-coroutines/libgo/go/crypto/hmac/hmac.go
    branches/c++-coroutines/libgo/go/crypto/md5/gen.go
    branches/c++-coroutines/libgo/go/crypto/md5/md5.go
    branches/c++-coroutines/libgo/go/crypto/md5/md5_test.go
    branches/c++-coroutines/libgo/go/crypto/md5/md5block.go
    branches/c++-coroutines/libgo/go/crypto/md5/md5block_decl.go
    branches/c++-coroutines/libgo/go/crypto/md5/md5block_generic.go
    branches/c++-coroutines/libgo/go/crypto/rand/rand.go
    branches/c++-coroutines/libgo/go/crypto/rand/rand_linux.go
    branches/c++-coroutines/libgo/go/crypto/rand/rand_unix.go
    branches/c++-coroutines/libgo/go/crypto/rand/rand_windows.go
    branches/c++-coroutines/libgo/go/crypto/rc4/rc4.go
    branches/c++-coroutines/libgo/go/crypto/rc4/rc4_test.go
    branches/c++-coroutines/libgo/go/crypto/rsa/pss_test.go
    branches/c++-coroutines/libgo/go/crypto/sha1/sha1.go
    branches/c++-coroutines/libgo/go/crypto/sha1/sha1_test.go
    branches/c++-coroutines/libgo/go/crypto/sha1/sha1block_arm64.go
    branches/c++-coroutines/libgo/go/crypto/sha256/sha256.go
    branches/c++-coroutines/libgo/go/crypto/sha256/sha256_test.go
    branches/c++-coroutines/libgo/go/crypto/sha256/sha256block_arm64.go
    branches/c++-coroutines/libgo/go/crypto/sha512/sha512.go
    branches/c++-coroutines/libgo/go/crypto/sha512/sha512_test.go
    branches/c++-coroutines/libgo/go/crypto/tls/alert.go
    branches/c++-coroutines/libgo/go/crypto/tls/auth.go
    branches/c++-coroutines/libgo/go/crypto/tls/cipher_suites.go
    branches/c++-coroutines/libgo/go/crypto/tls/common.go
    branches/c++-coroutines/libgo/go/crypto/tls/conn.go
    branches/c++-coroutines/libgo/go/crypto/tls/conn_test.go
    branches/c++-coroutines/libgo/go/crypto/tls/handshake_client.go
    branches/c++-coroutines/libgo/go/crypto/tls/handshake_client_test.go
    branches/c++-coroutines/libgo/go/crypto/tls/handshake_messages.go
    branches/c++-coroutines/libgo/go/crypto/tls/handshake_messages_test.go
    branches/c++-coroutines/libgo/go/crypto/tls/handshake_server.go
    branches/c++-coroutines/libgo/go/crypto/tls/handshake_server_test.go
    branches/c++-coroutines/libgo/go/crypto/tls/handshake_test.go
    branches/c++-coroutines/libgo/go/crypto/tls/key_agreement.go
    branches/c++-coroutines/libgo/go/crypto/tls/prf.go
    branches/c++-coroutines/libgo/go/crypto/tls/prf_test.go
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-ECDSA
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-ECDSA-RSA
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-ECDSA
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv10-ClientCert-RSA-RSA
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv10-ECDHE-ECDSA-AES
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv10-ECDHE-RSA-AES
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv10-ExportKeyingMaterial
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv10-RSA-RC4
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv11-ECDHE-ECDSA-AES
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv11-ECDHE-RSA-AES
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv11-RSA-RC4
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-AES128-GCM-SHA256
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-AES128-SHA256
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-AES256-GCM-SHA384
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-ALPN
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-ECDSA
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-ECDSA-RSA
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-AES256-GCM-SHA384
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-ECDSA
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-ClientCert-RSA-RSA
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES-GCM
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES128-SHA256
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-AES256-GCM-SHA384
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-ECDSA-CHACHA20-POLY1305
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-RSA-AES
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-RSA-AES128-SHA256
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-ECDHE-RSA-CHACHA20-POLY1305
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-ExportKeyingMaterial
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-RSA-RC4
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-RenegotiateOnce
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-RenegotiateTwice
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-RenegotiateTwiceRejected
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-RenegotiationRejected
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Client-TLSv12-SCT
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-SSLv3-RSA-3DES
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-SSLv3-RSA-AES
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-SSLv3-RSA-RC4
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv10-ECDHE-ECDSA-AES
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv10-ExportKeyingMaterial
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv10-RSA-3DES
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv10-RSA-AES
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv10-RSA-RC4
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv11-FallbackSCSV
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv11-RSA-RC4
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-ALPN
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-ALPN-NoMatch
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceECDSA
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceRSA
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndECDSAGiven
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndGiven
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedNotGiven
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-ECDHE-ECDSA-AES
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-ExportKeyingMaterial
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-IssueTicket
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-IssueTicketPreDisable
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-3DES
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-AES
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-AES-GCM
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-AES256-GCM-SHA384
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-RSA-RC4
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-Resume
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-ResumeDisabled
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-SNI
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-SNI-GetCertificate
    branches/c++-coroutines/libgo/go/crypto/tls/testdata/Server-TLSv12-SNI-GetCertificateNotFound
    branches/c++-coroutines/libgo/go/crypto/tls/ticket.go
    branches/c++-coroutines/libgo/go/crypto/tls/tls.go
    branches/c++-coroutines/libgo/go/crypto/tls/tls_test.go
    branches/c++-coroutines/libgo/go/crypto/x509/cert_pool.go
    branches/c++-coroutines/libgo/go/crypto/x509/pem_decrypt.go
    branches/c++-coroutines/libgo/go/crypto/x509/pkix/pkix.go
    branches/c++-coroutines/libgo/go/crypto/x509/root_aix.go
    branches/c++-coroutines/libgo/go/crypto/x509/root_cgo_darwin.go
    branches/c++-coroutines/libgo/go/crypto/x509/root_darwin.go
    branches/c++-coroutines/libgo/go/crypto/x509/root_darwin_arm_gen.go
    branches/c++-coroutines/libgo/go/crypto/x509/verify.go
    branches/c++-coroutines/libgo/go/crypto/x509/verify_test.go
    branches/c++-coroutines/libgo/go/crypto/x509/x509.go
    branches/c++-coroutines/libgo/go/database/sql/convert.go
    branches/c++-coroutines/libgo/go/database/sql/driver/driver.go
    branches/c++-coroutines/libgo/go/database/sql/fakedb_test.go
    branches/c++-coroutines/libgo/go/database/sql/sql.go
    branches/c++-coroutines/libgo/go/database/sql/sql_test.go
    branches/c++-coroutines/libgo/go/debug/dwarf/line.go
    branches/c++-coroutines/libgo/go/debug/elf/elf.go
    branches/c++-coroutines/libgo/go/debug/elf/file_test.go
    branches/c++-coroutines/libgo/go/debug/gosym/pclntab_test.go
    branches/c++-coroutines/libgo/go/debug/gosym/symtab.go
    branches/c++-coroutines/libgo/go/debug/pe/file.go
    branches/c++-coroutines/libgo/go/debug/pe/file_test.go
    branches/c++-coroutines/libgo/go/debug/pe/pe.go
    branches/c++-coroutines/libgo/go/debug/plan9obj/file.go
    branches/c++-coroutines/libgo/go/encoding/asn1/asn1.go
    branches/c++-coroutines/libgo/go/encoding/base32/base32_test.go
    branches/c++-coroutines/libgo/go/encoding/base64/base64.go
    branches/c++-coroutines/libgo/go/encoding/base64/base64_test.go
    branches/c++-coroutines/libgo/go/encoding/binary/binary.go
    branches/c++-coroutines/libgo/go/encoding/gob/decoder.go
    branches/c++-coroutines/libgo/go/encoding/gob/encoder.go
    branches/c++-coroutines/libgo/go/encoding/gob/encoder_test.go
    branches/c++-coroutines/libgo/go/encoding/hex/hex.go
    branches/c++-coroutines/libgo/go/encoding/hex/hex_test.go
    branches/c++-coroutines/libgo/go/encoding/json/bench_test.go
    branches/c++-coroutines/libgo/go/encoding/json/decode.go
    branches/c++-coroutines/libgo/go/encoding/json/decode_test.go
    branches/c++-coroutines/libgo/go/encoding/json/encode.go
    branches/c++-coroutines/libgo/go/encoding/json/encode_test.go
    branches/c++-coroutines/libgo/go/encoding/json/scanner.go
    branches/c++-coroutines/libgo/go/encoding/json/stream.go
    branches/c++-coroutines/libgo/go/encoding/json/stream_test.go
    branches/c++-coroutines/libgo/go/encoding/pem/pem_test.go
    branches/c++-coroutines/libgo/go/encoding/xml/marshal.go
    branches/c++-coroutines/libgo/go/encoding/xml/read.go
    branches/c++-coroutines/libgo/go/expvar/expvar.go
    branches/c++-coroutines/libgo/go/expvar/expvar_test.go
    branches/c++-coroutines/libgo/go/flag/flag.go
    branches/c++-coroutines/libgo/go/flag/flag_test.go
    branches/c++-coroutines/libgo/go/fmt/example_test.go
    branches/c++-coroutines/libgo/go/fmt/fmt_test.go
    branches/c++-coroutines/libgo/go/fmt/format.go
    branches/c++-coroutines/libgo/go/fmt/print.go
    branches/c++-coroutines/libgo/go/go/build/build.go
    branches/c++-coroutines/libgo/go/go/build/build_test.go
    branches/c++-coroutines/libgo/go/go/build/deps_test.go
    branches/c++-coroutines/libgo/go/go/build/doc.go
    branches/c++-coroutines/libgo/go/go/build/read_test.go
    branches/c++-coroutines/libgo/go/go/build/syslist.go
    branches/c++-coroutines/libgo/go/go/constant/value.go
    branches/c++-coroutines/libgo/go/go/constant/value_test.go
    branches/c++-coroutines/libgo/go/go/doc/comment.go
    branches/c++-coroutines/libgo/go/go/doc/comment_test.go
    branches/c++-coroutines/libgo/go/go/doc/doc.go
    branches/c++-coroutines/libgo/go/go/doc/doc_test.go
    branches/c++-coroutines/libgo/go/go/doc/example.go
    branches/c++-coroutines/libgo/go/go/doc/example_test.go
    branches/c++-coroutines/libgo/go/go/doc/reader.go
    branches/c++-coroutines/libgo/go/go/doc/synopsis.go
    branches/c++-coroutines/libgo/go/go/doc/synopsis_test.go
    branches/c++-coroutines/libgo/go/go/doc/testdata/issue12839.0.golden
    branches/c++-coroutines/libgo/go/go/doc/testdata/issue12839.1.golden
    branches/c++-coroutines/libgo/go/go/doc/testdata/issue12839.2.golden
    branches/c++-coroutines/libgo/go/go/doc/testdata/issue12839.go
    branches/c++-coroutines/libgo/go/go/importer/importer.go
    branches/c++-coroutines/libgo/go/go/importer/importer_test.go
    branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/ar.go
    branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/gccgoinstallation.go
    branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/gccgoinstallation_test.go
    branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/importer.go
    branches/c++-coroutines/libgo/go/go/internal/gccgoimporter/importer_test.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/go/internal/gcimporter/gcimporter.go
    branches/c++-coroutines/libgo/go/go/internal/gcimporter/gcimporter_test.go
    branches/c++-coroutines/libgo/go/go/internal/srcimporter/srcimporter_test.go
    branches/c++-coroutines/libgo/go/go/parser/parser.go
    branches/c++-coroutines/libgo/go/go/printer/nodes.go
    branches/c++-coroutines/libgo/go/go/printer/printer_test.go
    branches/c++-coroutines/libgo/go/go/printer/testdata/parser.go
    branches/c++-coroutines/libgo/go/go/scanner/scanner.go
    branches/c++-coroutines/libgo/go/go/scanner/scanner_test.go
    branches/c++-coroutines/libgo/go/go/token/position.go
    branches/c++-coroutines/libgo/go/go/token/position_test.go
    branches/c++-coroutines/libgo/go/go/types/api.go
    branches/c++-coroutines/libgo/go/go/types/api_test.go
    branches/c++-coroutines/libgo/go/go/types/assignments.go
    branches/c++-coroutines/libgo/go/go/types/builtins.go
    branches/c++-coroutines/libgo/go/go/types/call.go
    branches/c++-coroutines/libgo/go/go/types/check.go
    branches/c++-coroutines/libgo/go/go/types/check_test.go
    branches/c++-coroutines/libgo/go/go/types/conversions.go
    branches/c++-coroutines/libgo/go/go/types/decl.go
    branches/c++-coroutines/libgo/go/go/types/errors.go
    branches/c++-coroutines/libgo/go/go/types/example_test.go
    branches/c++-coroutines/libgo/go/go/types/expr.go
    branches/c++-coroutines/libgo/go/go/types/gotype.go
    branches/c++-coroutines/libgo/go/go/types/interfaces.go
    branches/c++-coroutines/libgo/go/go/types/issues_test.go
    branches/c++-coroutines/libgo/go/go/types/lookup.go
    branches/c++-coroutines/libgo/go/go/types/methodset.go
    branches/c++-coroutines/libgo/go/go/types/object.go
    branches/c++-coroutines/libgo/go/go/types/operand.go
    branches/c++-coroutines/libgo/go/go/types/resolver.go
    branches/c++-coroutines/libgo/go/go/types/scope.go
    branches/c++-coroutines/libgo/go/go/types/sizes.go
    branches/c++-coroutines/libgo/go/go/types/stdlib_test.go
    branches/c++-coroutines/libgo/go/go/types/testdata/cycles.src
    branches/c++-coroutines/libgo/go/go/types/testdata/cycles2.src
    branches/c++-coroutines/libgo/go/go/types/testdata/decls0.src
    branches/c++-coroutines/libgo/go/go/types/testdata/expr2.src
    branches/c++-coroutines/libgo/go/go/types/testdata/expr3.src
    branches/c++-coroutines/libgo/go/go/types/testdata/issues.src
    branches/c++-coroutines/libgo/go/go/types/testdata/shifts.src
    branches/c++-coroutines/libgo/go/go/types/type.go
    branches/c++-coroutines/libgo/go/go/types/typestring_test.go
    branches/c++-coroutines/libgo/go/go/types/typexpr.go
    branches/c++-coroutines/libgo/go/hash/crc32/crc32_arm64.go
    branches/c++-coroutines/libgo/go/hash/crc64/crc64.go
    branches/c++-coroutines/libgo/go/hash/crc64/crc64_test.go
    branches/c++-coroutines/libgo/go/hash/fnv/fnv.go
    branches/c++-coroutines/libgo/go/html/template/context.go
    branches/c++-coroutines/libgo/go/html/template/example_test.go
    branches/c++-coroutines/libgo/go/html/template/js.go
    branches/c++-coroutines/libgo/go/html/template/js_test.go
    branches/c++-coroutines/libgo/go/html/template/url.go
    branches/c++-coroutines/libgo/go/image/draw/draw.go
    branches/c++-coroutines/libgo/go/image/format.go
    branches/c++-coroutines/libgo/go/image/image.go
    branches/c++-coroutines/libgo/go/image/image_test.go
    branches/c++-coroutines/libgo/go/image/jpeg/fdct.go
    branches/c++-coroutines/libgo/go/image/png/reader_test.go
    branches/c++-coroutines/libgo/go/image/png/writer.go
    branches/c++-coroutines/libgo/go/image/png/writer_test.go
    branches/c++-coroutines/libgo/go/internal/bytealg/bytealg.c
    branches/c++-coroutines/libgo/go/internal/bytealg/bytealg.go
    branches/c++-coroutines/libgo/go/internal/bytealg/compare_generic.go
    branches/c++-coroutines/libgo/go/internal/bytealg/compare_native.go
    branches/c++-coroutines/libgo/go/internal/bytealg/count_generic.go
    branches/c++-coroutines/libgo/go/internal/bytealg/count_native.go
    branches/c++-coroutines/libgo/go/internal/bytealg/equal_native.go
    branches/c++-coroutines/libgo/go/internal/bytealg/indexbyte_generic.go
    branches/c++-coroutines/libgo/go/internal/cpu/cpu.go
    branches/c++-coroutines/libgo/go/internal/cpu/cpu_arm64.go
    branches/c++-coroutines/libgo/go/internal/cpu/cpu_no_init.go
    branches/c++-coroutines/libgo/go/internal/cpu/cpu_ppc64x.go
    branches/c++-coroutines/libgo/go/internal/cpu/cpu_s390x.go
    branches/c++-coroutines/libgo/go/internal/cpu/cpu_test.go
    branches/c++-coroutines/libgo/go/internal/cpu/cpu_x86.go
    branches/c++-coroutines/libgo/go/internal/cpu/cpu_x86_test.go
    branches/c++-coroutines/libgo/go/internal/goroot/gc.go
    branches/c++-coroutines/libgo/go/internal/goroot/gccgo.go
    branches/c++-coroutines/libgo/go/internal/poll/fd_plan9.go
    branches/c++-coroutines/libgo/go/internal/poll/fd_poll_nacljs.go
    branches/c++-coroutines/libgo/go/internal/poll/fd_poll_runtime.go
    branches/c++-coroutines/libgo/go/internal/poll/fd_posix.go
    branches/c++-coroutines/libgo/go/internal/poll/fd_unix.go
    branches/c++-coroutines/libgo/go/internal/poll/fd_windows.go
    branches/c++-coroutines/libgo/go/internal/poll/sendfile_bsd.go
    branches/c++-coroutines/libgo/go/internal/poll/sendfile_linux.go
    branches/c++-coroutines/libgo/go/internal/poll/sendfile_solaris.go
    branches/c++-coroutines/libgo/go/internal/poll/sendfile_windows.go
    branches/c++-coroutines/libgo/go/internal/poll/sockopt_unix.go
    branches/c++-coroutines/libgo/go/internal/poll/splice_linux.go
    branches/c++-coroutines/libgo/go/internal/poll/writev.go
    branches/c++-coroutines/libgo/go/internal/syscall/unix/getrandom_linux.go
    branches/c++-coroutines/libgo/go/internal/syscall/unix/getrandom_linux_generic.go
    branches/c++-coroutines/libgo/go/internal/syscall/unix/nonblocking.go
    branches/c++-coroutines/libgo/go/internal/syscall/windows/mksyscall.go
    branches/c++-coroutines/libgo/go/internal/syscall/windows/symlink_windows.go
    branches/c++-coroutines/libgo/go/internal/syscall/windows/syscall_windows.go
    branches/c++-coroutines/libgo/go/internal/syscall/windows/zsyscall_windows.go
    branches/c++-coroutines/libgo/go/internal/trace/goroutines.go
    branches/c++-coroutines/libgo/go/io/io.go
    branches/c++-coroutines/libgo/go/io/ioutil/example_test.go
    branches/c++-coroutines/libgo/go/io/multi.go
    branches/c++-coroutines/libgo/go/log/log.go
    branches/c++-coroutines/libgo/go/math/all_test.go
    branches/c++-coroutines/libgo/go/math/big/arith.go
    branches/c++-coroutines/libgo/go/math/big/float.go
    branches/c++-coroutines/libgo/go/math/big/int.go
    branches/c++-coroutines/libgo/go/math/big/int_test.go
    branches/c++-coroutines/libgo/go/math/big/nat.go
    branches/c++-coroutines/libgo/go/math/big/prime.go
    branches/c++-coroutines/libgo/go/math/big/rat.go
    branches/c++-coroutines/libgo/go/math/big/sqrt.go
    branches/c++-coroutines/libgo/go/math/bits/bits.go
    branches/c++-coroutines/libgo/go/math/bits/bits_test.go
    branches/c++-coroutines/libgo/go/math/cmplx/isinf.go
    branches/c++-coroutines/libgo/go/math/cmplx/isnan.go
    branches/c++-coroutines/libgo/go/math/example_test.go
    branches/c++-coroutines/libgo/go/math/export_test.go
    branches/c++-coroutines/libgo/go/math/log1p.go
    branches/c++-coroutines/libgo/go/math/mod.go
    branches/c++-coroutines/libgo/go/math/pow.go
    branches/c++-coroutines/libgo/go/math/signbit.go
    branches/c++-coroutines/libgo/go/math/sin.go
    branches/c++-coroutines/libgo/go/math/sincos.go
    branches/c++-coroutines/libgo/go/math/sinh.go
    branches/c++-coroutines/libgo/go/math/tan.go
    branches/c++-coroutines/libgo/go/math/unsafe.go
    branches/c++-coroutines/libgo/go/mime/mediatype.go
    branches/c++-coroutines/libgo/go/mime/mediatype_test.go
    branches/c++-coroutines/libgo/go/mime/multipart/formdata_test.go
    branches/c++-coroutines/libgo/go/mime/multipart/multipart.go
    branches/c++-coroutines/libgo/go/mime/multipart/multipart_test.go
    branches/c++-coroutines/libgo/go/mime/multipart/writer.go
    branches/c++-coroutines/libgo/go/mime/multipart/writer_test.go
    branches/c++-coroutines/libgo/go/net/cgo_stub.go
    branches/c++-coroutines/libgo/go/net/cgo_unix.go
    branches/c++-coroutines/libgo/go/net/cgo_unix_test.go
    branches/c++-coroutines/libgo/go/net/conf.go
    branches/c++-coroutines/libgo/go/net/dial.go
    branches/c++-coroutines/libgo/go/net/dial_test.go
    branches/c++-coroutines/libgo/go/net/dnsclient.go
    branches/c++-coroutines/libgo/go/net/dnsclient_unix.go
    branches/c++-coroutines/libgo/go/net/dnsclient_unix_test.go
    branches/c++-coroutines/libgo/go/net/dnsconfig_unix.go
    branches/c++-coroutines/libgo/go/net/dnsname_test.go
    branches/c++-coroutines/libgo/go/net/error_test.go
    branches/c++-coroutines/libgo/go/net/error_unix.go
    branches/c++-coroutines/libgo/go/net/hook.go
    branches/c++-coroutines/libgo/go/net/hosts.go
    branches/c++-coroutines/libgo/go/net/http/cgi/child.go
    branches/c++-coroutines/libgo/go/net/http/client.go
    branches/c++-coroutines/libgo/go/net/http/client_test.go
    branches/c++-coroutines/libgo/go/net/http/clientserver_test.go
    branches/c++-coroutines/libgo/go/net/http/cookie.go
    branches/c++-coroutines/libgo/go/net/http/example_test.go
    branches/c++-coroutines/libgo/go/net/http/export_test.go
    branches/c++-coroutines/libgo/go/net/http/h2_bundle.go
    branches/c++-coroutines/libgo/go/net/http/header.go
    branches/c++-coroutines/libgo/go/net/http/header_test.go
    branches/c++-coroutines/libgo/go/net/http/http.go
    branches/c++-coroutines/libgo/go/net/http/httptest/recorder.go
    branches/c++-coroutines/libgo/go/net/http/httptest/server.go
    branches/c++-coroutines/libgo/go/net/http/httputil/dump_test.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/http/proxy_test.go
    branches/c++-coroutines/libgo/go/net/http/readrequest_test.go
    branches/c++-coroutines/libgo/go/net/http/request.go
    branches/c++-coroutines/libgo/go/net/http/request_test.go
    branches/c++-coroutines/libgo/go/net/http/requestwrite_test.go
    branches/c++-coroutines/libgo/go/net/http/response.go
    branches/c++-coroutines/libgo/go/net/http/response_test.go
    branches/c++-coroutines/libgo/go/net/http/roundtrip_js.go
    branches/c++-coroutines/libgo/go/net/http/serve_test.go
    branches/c++-coroutines/libgo/go/net/http/server.go
    branches/c++-coroutines/libgo/go/net/http/socks_bundle.go
    branches/c++-coroutines/libgo/go/net/http/status.go
    branches/c++-coroutines/libgo/go/net/http/transfer.go
    branches/c++-coroutines/libgo/go/net/http/transport.go
    branches/c++-coroutines/libgo/go/net/http/transport_internal_test.go
    branches/c++-coroutines/libgo/go/net/http/transport_test.go
    branches/c++-coroutines/libgo/go/net/interface.go
    branches/c++-coroutines/libgo/go/net/interface_bsd.go
    branches/c++-coroutines/libgo/go/net/interface_bsdvar.go
    branches/c++-coroutines/libgo/go/net/interface_darwin.go
    branches/c++-coroutines/libgo/go/net/interface_freebsd.go
    branches/c++-coroutines/libgo/go/net/interface_solaris.go
    branches/c++-coroutines/libgo/go/net/interface_test.go
    branches/c++-coroutines/libgo/go/net/ip.go
    branches/c++-coroutines/libgo/go/net/ipsock.go
    branches/c++-coroutines/libgo/go/net/ipsock_plan9.go
    branches/c++-coroutines/libgo/go/net/ipsock_posix.go
    branches/c++-coroutines/libgo/go/net/listen_test.go
    branches/c++-coroutines/libgo/go/net/lookup.go
    branches/c++-coroutines/libgo/go/net/lookup_fake.go
    branches/c++-coroutines/libgo/go/net/lookup_plan9.go
    branches/c++-coroutines/libgo/go/net/lookup_test.go
    branches/c++-coroutines/libgo/go/net/lookup_unix.go
    branches/c++-coroutines/libgo/go/net/lookup_windows.go
    branches/c++-coroutines/libgo/go/net/mail/message.go
    branches/c++-coroutines/libgo/go/net/mail/message_test.go
    branches/c++-coroutines/libgo/go/net/net.go
    branches/c++-coroutines/libgo/go/net/nss.go
    branches/c++-coroutines/libgo/go/net/parse.go
    branches/c++-coroutines/libgo/go/net/pipe_test.go
    branches/c++-coroutines/libgo/go/net/platform_test.go
    branches/c++-coroutines/libgo/go/net/port_unix.go
    branches/c++-coroutines/libgo/go/net/rawconn_unix_test.go
    branches/c++-coroutines/libgo/go/net/sendfile_linux.go
    branches/c++-coroutines/libgo/go/net/sendfile_test.go
    branches/c++-coroutines/libgo/go/net/sendfile_unix_alt.go
    branches/c++-coroutines/libgo/go/net/smtp/smtp_test.go
    branches/c++-coroutines/libgo/go/net/sock_posix.go
    branches/c++-coroutines/libgo/go/net/sockaddr_posix.go
    branches/c++-coroutines/libgo/go/net/sockopt_aix.go
    branches/c++-coroutines/libgo/go/net/sockopt_posix.go
    branches/c++-coroutines/libgo/go/net/sockoptip_bsdvar.go
    branches/c++-coroutines/libgo/go/net/splice_linux.go
    branches/c++-coroutines/libgo/go/net/splice_test.go
    branches/c++-coroutines/libgo/go/net/tcpsock_test.go
    branches/c++-coroutines/libgo/go/net/textproto/reader.go
    branches/c++-coroutines/libgo/go/net/textproto/reader_test.go
    branches/c++-coroutines/libgo/go/net/timeout_test.go
    branches/c++-coroutines/libgo/go/net/udpsock_test.go
    branches/c++-coroutines/libgo/go/net/unixsock.go
    branches/c++-coroutines/libgo/go/net/url/url.go
    branches/c++-coroutines/libgo/go/net/url/url_test.go
    branches/c++-coroutines/libgo/go/os/dir_gccgo.go
    branches/c++-coroutines/libgo/go/os/dir_libc64_gccgo.go
    branches/c++-coroutines/libgo/go/os/dir_libc_gccgo.go
    branches/c++-coroutines/libgo/go/os/env_unix_test.go
    branches/c++-coroutines/libgo/go/os/error_posix.go
    branches/c++-coroutines/libgo/go/os/error_unix_test.go
    branches/c++-coroutines/libgo/go/os/example_test.go
    branches/c++-coroutines/libgo/go/os/exec/exec.go
    branches/c++-coroutines/libgo/go/os/exec/exec_posix_test.go
    branches/c++-coroutines/libgo/go/os/exec/exec_test.go
    branches/c++-coroutines/libgo/go/os/exec/lp_unix_test.go
    branches/c++-coroutines/libgo/go/os/exec_plan9.go
    branches/c++-coroutines/libgo/go/os/exec_posix.go
    branches/c++-coroutines/libgo/go/os/exec_windows.go
    branches/c++-coroutines/libgo/go/os/executable_test.go
    branches/c++-coroutines/libgo/go/os/file.go
    branches/c++-coroutines/libgo/go/os/file_plan9.go
    branches/c++-coroutines/libgo/go/os/file_posix.go
    branches/c++-coroutines/libgo/go/os/file_unix.go
    branches/c++-coroutines/libgo/go/os/os_test.go
    branches/c++-coroutines/libgo/go/os/os_unix_test.go
    branches/c++-coroutines/libgo/go/os/path.go
    branches/c++-coroutines/libgo/go/os/path_test.go
    branches/c++-coroutines/libgo/go/os/path_unix.go
    branches/c++-coroutines/libgo/go/os/path_windows_test.go
    branches/c++-coroutines/libgo/go/os/pipe_test.go
    branches/c++-coroutines/libgo/go/os/signal/internal/pty/pty.go
    branches/c++-coroutines/libgo/go/os/signal/signal_cgo_test.go
    branches/c++-coroutines/libgo/go/os/stat_aix.go
    branches/c++-coroutines/libgo/go/os/sticky_bsd.go
    branches/c++-coroutines/libgo/go/os/sticky_notbsd.go
    branches/c++-coroutines/libgo/go/os/types.go
    branches/c++-coroutines/libgo/go/os/types_windows.go
    branches/c++-coroutines/libgo/go/os/user/lookup.go
    branches/c++-coroutines/libgo/go/os/user/lookup_stubs.go
    branches/c++-coroutines/libgo/go/os/user/lookup_unix.go
    branches/c++-coroutines/libgo/go/os/user/lookup_unix_test.go
    branches/c++-coroutines/libgo/go/os/user/user.go
    branches/c++-coroutines/libgo/go/os/user/user_test.go
    branches/c++-coroutines/libgo/go/os/wait_unimp.go
    branches/c++-coroutines/libgo/go/os/wait_wait6.go
    branches/c++-coroutines/libgo/go/os/wait_waitid.go
    branches/c++-coroutines/libgo/go/path/filepath/example_unix_test.go
    branches/c++-coroutines/libgo/go/path/filepath/match_test.go
    branches/c++-coroutines/libgo/go/path/filepath/path.go
    branches/c++-coroutines/libgo/go/path/filepath/path_test.go
    branches/c++-coroutines/libgo/go/path/filepath/path_windows.go
    branches/c++-coroutines/libgo/go/path/filepath/symlink.go
    branches/c++-coroutines/libgo/go/path/filepath/symlink_unix.go
    branches/c++-coroutines/libgo/go/path/filepath/symlink_windows.go
    branches/c++-coroutines/libgo/go/plugin/plugin_dlopen.go
    branches/c++-coroutines/libgo/go/reflect/all_test.go
    branches/c++-coroutines/libgo/go/reflect/example_test.go
    branches/c++-coroutines/libgo/go/reflect/type.go
    branches/c++-coroutines/libgo/go/reflect/value.go
    branches/c++-coroutines/libgo/go/regexp/all_test.go
    branches/c++-coroutines/libgo/go/regexp/backtrack.go
    branches/c++-coroutines/libgo/go/regexp/exec.go
    branches/c++-coroutines/libgo/go/regexp/exec_test.go
    branches/c++-coroutines/libgo/go/regexp/onepass.go
    branches/c++-coroutines/libgo/go/regexp/onepass_test.go
    branches/c++-coroutines/libgo/go/regexp/regexp.go
    branches/c++-coroutines/libgo/go/regexp/syntax/prog.go
    branches/c++-coroutines/libgo/go/regexp/syntax/regexp.go
    branches/c++-coroutines/libgo/go/runtime/atomic_pointer.go
    branches/c++-coroutines/libgo/go/runtime/cgo_gccgo.go
    branches/c++-coroutines/libgo/go/runtime/cgocall.go
    branches/c++-coroutines/libgo/go/runtime/cgocheck.go
    branches/c++-coroutines/libgo/go/runtime/chan.go
    branches/c++-coroutines/libgo/go/runtime/crash_cgo_test.go
    branches/c++-coroutines/libgo/go/runtime/crash_test.go
    branches/c++-coroutines/libgo/go/runtime/debug_test.go
    branches/c++-coroutines/libgo/go/runtime/env_posix.go
    branches/c++-coroutines/libgo/go/runtime/export_debug_test.go
    branches/c++-coroutines/libgo/go/runtime/export_test.go
    branches/c++-coroutines/libgo/go/runtime/extern.go
    branches/c++-coroutines/libgo/go/runtime/fastlog2table.go
    branches/c++-coroutines/libgo/go/runtime/ffi.go
    branches/c++-coroutines/libgo/go/runtime/gc_test.go
    branches/c++-coroutines/libgo/go/runtime/gcinfo_test.go
    branches/c++-coroutines/libgo/go/runtime/hash_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/internal/atomic/gccgo.go
    branches/c++-coroutines/libgo/go/runtime/lfstack_64bit.go
    branches/c++-coroutines/libgo/go/runtime/lock_futex.go
    branches/c++-coroutines/libgo/go/runtime/lock_js.go
    branches/c++-coroutines/libgo/go/runtime/lock_sema.go
    branches/c++-coroutines/libgo/go/runtime/malloc.go
    branches/c++-coroutines/libgo/go/runtime/malloc_test.go
    branches/c++-coroutines/libgo/go/runtime/map.go
    branches/c++-coroutines/libgo/go/runtime/map_benchmark_test.go
    branches/c++-coroutines/libgo/go/runtime/map_fast32.go
    branches/c++-coroutines/libgo/go/runtime/map_fast64.go
    branches/c++-coroutines/libgo/go/runtime/map_faststr.go
    branches/c++-coroutines/libgo/go/runtime/map_test.go
    branches/c++-coroutines/libgo/go/runtime/mbarrier.go
    branches/c++-coroutines/libgo/go/runtime/mbitmap.go
    branches/c++-coroutines/libgo/go/runtime/mcache.go
    branches/c++-coroutines/libgo/go/runtime/mcentral.go
    branches/c++-coroutines/libgo/go/runtime/mfinal.go
    branches/c++-coroutines/libgo/go/runtime/mfixalloc.go
    branches/c++-coroutines/libgo/go/runtime/mgc.go
    branches/c++-coroutines/libgo/go/runtime/mgc_gccgo.go
    branches/c++-coroutines/libgo/go/runtime/mgclarge.go
    branches/c++-coroutines/libgo/go/runtime/mgcmark.go
    branches/c++-coroutines/libgo/go/runtime/mgcsweep.go
    branches/c++-coroutines/libgo/go/runtime/mgcsweepbuf.go
    branches/c++-coroutines/libgo/go/runtime/mgcwork.go
    branches/c++-coroutines/libgo/go/runtime/mheap.go
    branches/c++-coroutines/libgo/go/runtime/mkfastlog2table.go
    branches/c++-coroutines/libgo/go/runtime/mprof.go
    branches/c++-coroutines/libgo/go/runtime/mstats.go
    branches/c++-coroutines/libgo/go/runtime/mwbbuf.go
    branches/c++-coroutines/libgo/go/runtime/netpoll.go
    branches/c++-coroutines/libgo/go/runtime/netpoll_aix.go
    branches/c++-coroutines/libgo/go/runtime/netpoll_epoll.go
    branches/c++-coroutines/libgo/go/runtime/netpoll_fake.go
    branches/c++-coroutines/libgo/go/runtime/netpoll_kqueue.go
    branches/c++-coroutines/libgo/go/runtime/netpoll_solaris.go
    branches/c++-coroutines/libgo/go/runtime/netpoll_stub.go
    branches/c++-coroutines/libgo/go/runtime/netpoll_windows.go
    branches/c++-coroutines/libgo/go/runtime/os_aix.go
    branches/c++-coroutines/libgo/go/runtime/os_freebsd.go
    branches/c++-coroutines/libgo/go/runtime/os_linux_arm.go
    branches/c++-coroutines/libgo/go/runtime/os_linux_arm64.go
    branches/c++-coroutines/libgo/go/runtime/panic.go
    branches/c++-coroutines/libgo/go/runtime/pprof/internal/profile/filter.go
    branches/c++-coroutines/libgo/go/runtime/pprof/internal/profile/profile.go
    branches/c++-coroutines/libgo/go/runtime/pprof/mprof_test.go
    branches/c++-coroutines/libgo/go/runtime/pprof/pprof.go
    branches/c++-coroutines/libgo/go/runtime/pprof/pprof_test.go
    branches/c++-coroutines/libgo/go/runtime/pprof/proto.go
    branches/c++-coroutines/libgo/go/runtime/pprof/proto_test.go
    branches/c++-coroutines/libgo/go/runtime/pprof/protomem.go
    branches/c++-coroutines/libgo/go/runtime/pprof/protomem_test.go
    branches/c++-coroutines/libgo/go/runtime/print.go
    branches/c++-coroutines/libgo/go/runtime/proc.go
    branches/c++-coroutines/libgo/go/runtime/proc_test.go
    branches/c++-coroutines/libgo/go/runtime/runtime1.go
    branches/c++-coroutines/libgo/go/runtime/runtime2.go
    branches/c++-coroutines/libgo/go/runtime/select.go
    branches/c++-coroutines/libgo/go/runtime/sema.go
    branches/c++-coroutines/libgo/go/runtime/signal_unix.go
    branches/c++-coroutines/libgo/go/runtime/slice.go
    branches/c++-coroutines/libgo/go/runtime/slice_test.go
    branches/c++-coroutines/libgo/go/runtime/string.go
    branches/c++-coroutines/libgo/go/runtime/string_test.go
    branches/c++-coroutines/libgo/go/runtime/stubs.go
    branches/c++-coroutines/libgo/go/runtime/stubs2.go
    branches/c++-coroutines/libgo/go/runtime/stubs3.go
    branches/c++-coroutines/libgo/go/runtime/symtab.go
    branches/c++-coroutines/libgo/go/runtime/sys_darwin.go
    branches/c++-coroutines/libgo/go/runtime/testdata/testprog/gc.go
    branches/c++-coroutines/libgo/go/runtime/testdata/testprog/lockosthread.go
    branches/c++-coroutines/libgo/go/runtime/testdata/testprog/traceback_ancestors.go
    branches/c++-coroutines/libgo/go/runtime/testdata/testprogcgo/exec.go
    branches/c++-coroutines/libgo/go/runtime/testdata/testprogcgo/pprof.go
    branches/c++-coroutines/libgo/go/runtime/testdata/testprogcgo/threadpprof.go
    branches/c++-coroutines/libgo/go/runtime/time.go
    branches/c++-coroutines/libgo/go/runtime/timeasm.go
    branches/c++-coroutines/libgo/go/runtime/timestub.go
    branches/c++-coroutines/libgo/go/runtime/timestub2.go
    branches/c++-coroutines/libgo/go/runtime/trace.go
    branches/c++-coroutines/libgo/go/runtime/trace/annotation.go
    branches/c++-coroutines/libgo/go/runtime/traceback_gccgo.go
    branches/c++-coroutines/libgo/go/runtime/type.go
    branches/c++-coroutines/libgo/go/strconv/atoi.go
    branches/c++-coroutines/libgo/go/strconv/doc.go
    branches/c++-coroutines/libgo/go/strconv/example_test.go
    branches/c++-coroutines/libgo/go/strconv/itoa.go
    branches/c++-coroutines/libgo/go/strconv/quote.go
    branches/c++-coroutines/libgo/go/strings/builder.go
    branches/c++-coroutines/libgo/go/strings/builder_test.go
    branches/c++-coroutines/libgo/go/strings/compare_test.go
    branches/c++-coroutines/libgo/go/strings/example_test.go
    branches/c++-coroutines/libgo/go/strings/export_test.go
    branches/c++-coroutines/libgo/go/strings/reader.go
    branches/c++-coroutines/libgo/go/strings/reader_test.go
    branches/c++-coroutines/libgo/go/strings/replace.go
    branches/c++-coroutines/libgo/go/strings/strings.go
    branches/c++-coroutines/libgo/go/strings/strings_test.go
    branches/c++-coroutines/libgo/go/sync/map.go
    branches/c++-coroutines/libgo/go/sync/runtime.go
    branches/c++-coroutines/libgo/go/syscall/bpf_bsd.go
    branches/c++-coroutines/libgo/go/syscall/exec_linux.go
    branches/c++-coroutines/libgo/go/syscall/exec_linux_test.go
    branches/c++-coroutines/libgo/go/syscall/exec_unix.go
    branches/c++-coroutines/libgo/go/syscall/forkpipe.go
    branches/c++-coroutines/libgo/go/syscall/fs_js.go
    branches/c++-coroutines/libgo/go/syscall/js/js.go
    branches/c++-coroutines/libgo/go/syscall/js/js_test.go
    branches/c++-coroutines/libgo/go/syscall/js/typedarray.go
    branches/c++-coroutines/libgo/go/syscall/mksyscall.awk
    branches/c++-coroutines/libgo/go/syscall/net.go
    branches/c++-coroutines/libgo/go/syscall/route_freebsd.go
    branches/c++-coroutines/libgo/go/syscall/route_freebsd_32bit.go
    branches/c++-coroutines/libgo/go/syscall/sockcmsg_unix.go
    branches/c++-coroutines/libgo/go/syscall/syscall_freebsd.go
    branches/c++-coroutines/libgo/go/syscall/syscall_js.go
    branches/c++-coroutines/libgo/go/syscall/syscall_linux_test.go
    branches/c++-coroutines/libgo/go/syscall/syscall_unix_test.go
    branches/c++-coroutines/libgo/go/testing/benchmark.go
    branches/c++-coroutines/libgo/go/testing/sub_test.go
    branches/c++-coroutines/libgo/go/testing/testing.go
    branches/c++-coroutines/libgo/go/text/scanner/scanner.go
    branches/c++-coroutines/libgo/go/text/scanner/scanner_test.go
    branches/c++-coroutines/libgo/go/text/template/doc.go
    branches/c++-coroutines/libgo/go/text/template/exec.go
    branches/c++-coroutines/libgo/go/text/template/exec_test.go
    branches/c++-coroutines/libgo/go/text/template/funcs.go
    branches/c++-coroutines/libgo/go/text/template/parse/lex.go
    branches/c++-coroutines/libgo/go/text/template/parse/parse.go
    branches/c++-coroutines/libgo/go/text/template/parse/parse_test.go
    branches/c++-coroutines/libgo/go/time/example_test.go
    branches/c++-coroutines/libgo/go/time/format.go
    branches/c++-coroutines/libgo/go/time/format_test.go
    branches/c++-coroutines/libgo/go/time/sleep.go
    branches/c++-coroutines/libgo/go/time/sleep_test.go
    branches/c++-coroutines/libgo/go/time/time.go
    branches/c++-coroutines/libgo/go/time/zoneinfo.go
    branches/c++-coroutines/libgo/go/time/zoneinfo_android.go
    branches/c++-coroutines/libgo/go/time/zoneinfo_read.go
    branches/c++-coroutines/libgo/go/time/zoneinfo_test.go
    branches/c++-coroutines/libgo/go/unicode/tables.go
    branches/c++-coroutines/libgo/gotool-packages.txt
    branches/c++-coroutines/libgo/libgo-packages.txt
    branches/c++-coroutines/libgo/match.sh
    branches/c++-coroutines/libgo/merge.sh
    branches/c++-coroutines/libgo/misc/cgo/errors/errors_test.go
    branches/c++-coroutines/libgo/misc/cgo/errors/ptr_test.go
    branches/c++-coroutines/libgo/misc/cgo/test/callback.go
    branches/c++-coroutines/libgo/misc/cgo/test/cgo_test.go
    branches/c++-coroutines/libgo/misc/cgo/test/issue4339.go
    branches/c++-coroutines/libgo/misc/cgo/test/issue9026/issue9026.go
    branches/c++-coroutines/libgo/misc/cgo/test/issue9400_linux.go
    branches/c++-coroutines/libgo/misc/cgo/testcshared/cshared_test.go
    branches/c++-coroutines/libgo/misc/cgo/testplugin/test.bash
    branches/c++-coroutines/libgo/misc/cgo/testplugin/unnamed1/main.go
    branches/c++-coroutines/libgo/misc/cgo/testsanitizers/cc_test.go
    branches/c++-coroutines/libgo/misc/cgo/testshared/shared_test.go
    branches/c++-coroutines/libgo/runtime/go-libmain.c
    branches/c++-coroutines/libgo/runtime/proc.c
    branches/c++-coroutines/libgo/runtime/runtime.h
    branches/c++-coroutines/libgo/testsuite/gotest
    branches/c++-coroutines/libgomp/ChangeLog
    branches/c++-coroutines/libgomp/config/rtems/bar.c
    branches/c++-coroutines/libgomp/libgomp.texi
    branches/c++-coroutines/libgomp/plugin/plugin-nvptx.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/parallel-dims.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-3.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-4.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/reduction-5.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/vector-length-128-3.c
    branches/c++-coroutines/libiberty/ChangeLog
    branches/c++-coroutines/libiberty/cp-demangle.c
    branches/c++-coroutines/libiberty/cp-demangle.h
    branches/c++-coroutines/libiberty/floatformat.c
    branches/c++-coroutines/libiberty/simple-object.c
    branches/c++-coroutines/libiberty/splay-tree.c
    branches/c++-coroutines/libiberty/strerror.c
    branches/c++-coroutines/libobjc/ChangeLog
    branches/c++-coroutines/libobjc/class.c
    branches/c++-coroutines/libobjc/objc/runtime.h
    branches/c++-coroutines/libobjc/sendmsg.c
    branches/c++-coroutines/liboffloadmic/ChangeLog
    branches/c++-coroutines/liboffloadmic/include/coi/common/COIResult_common.h
    branches/c++-coroutines/liboffloadmic/include/coi/source/COIBuffer_source.h
    branches/c++-coroutines/libphobos/ChangeLog
    branches/c++-coroutines/libphobos/libdruntime/core/stdc/errno.d
    branches/c++-coroutines/libphobos/libdruntime/core/stdc/fenv.d
    branches/c++-coroutines/libphobos/libdruntime/core/stdc/math.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/linux/dlfcn.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/linux/epoll.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/linux/link.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/linux/sys/eventfd.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/linux/sys/inotify.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/aio.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/dlfcn.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/fcntl.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/setjmp.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/signal.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/sys/ioccom.d   (props changed)
    branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/sys/socket.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/sys/stat.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/sys/ttycom.d   (props changed)
    branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/sys/types.d
    branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/ucontext.d
    branches/c++-coroutines/libphobos/libdruntime/core/thread.d
    branches/c++-coroutines/libphobos/libdruntime/gc/impl/conservative/gc.d
    branches/c++-coroutines/libphobos/libdruntime/rt/sections_elf_shared.d
    branches/c++-coroutines/libphobos/src/std/array.d
    branches/c++-coroutines/libphobos/src/std/conv.d
    branches/c++-coroutines/libphobos/src/std/datetime/date.d
    branches/c++-coroutines/libphobos/src/std/datetime/stopwatch.d
    branches/c++-coroutines/libphobos/src/std/datetime/systime.d
    branches/c++-coroutines/libphobos/src/std/datetime/timezone.d
    branches/c++-coroutines/libphobos/src/std/internal/windows/advapi32.d
    branches/c++-coroutines/libphobos/src/std/json.d
    branches/c++-coroutines/libphobos/src/std/process.d
    branches/c++-coroutines/libphobos/src/std/range/primitives.d
    branches/c++-coroutines/libphobos/src/std/socket.d
    branches/c++-coroutines/libphobos/src/std/string.d
    branches/c++-coroutines/libphobos/src/std/utf.d
    branches/c++-coroutines/libsanitizer/ChangeLog
    branches/c++-coroutines/libsanitizer/README.gcc
    branches/c++-coroutines/libsanitizer/sanitizer_common/sanitizer_common_interceptors_ioctl.inc   (props changed)
    branches/c++-coroutines/zlib/ChangeLog.gcj
    branches/c++-coroutines/zlib/Makefile.am
    branches/c++-coroutines/zlib/Makefile.in
    branches/c++-coroutines/zlib/configure
    branches/c++-coroutines/zlib/configure.ac



More information about the Libstdc++-cvs mailing list