r271108 - in /branches/c++-coroutines: ./ Chang...
iains@gcc.gnu.org
iains@gcc.gnu.org
Sun May 12 16:49:00 GMT 2019
Author: iains
Date: Sun May 12 16:49:27 2019
New Revision: 271108
URL: https://gcc.gnu.org/viewcvs?rev=271108&root=gcc&view=rev
Log:
c++-coroutines - merge r271107.
2019-05-12 Iain Sandoe <iain@sandoe.co.uk>
Merge trunk r271107.
gcc/
* configure: Regenerated.
gcc/cp/
* cp-objcp-common.c (cp_common_init_ts): Make coroutine
keywords MARK_TS_EXP.
* parser.c (cp_parser_jump_statement): Update to use
FNDECL_USED_AUTO.
* coroutines.cc: Likewise.
Added:
branches/c++-coroutines/libstdc++-v3/testsuite/19_diagnostics/error_code/hash.cc
- copied unchanged from r271107, trunk/libstdc++-v3/testsuite/19_diagnostics/error_code/hash.cc
branches/c++-coroutines/libstdc++-v3/testsuite/19_diagnostics/error_condition/hash.cc
- copied unchanged from r271107, trunk/libstdc++-v3/testsuite/19_diagnostics/error_condition/hash.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/scoped_allocator/construct_pair_c++2a.cc
- copied unchanged from r271107, trunk/libstdc++-v3/testsuite/20_util/scoped_allocator/construct_pair_c++2a.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/tuple/cons/noexcept_specs.cc
- copied unchanged from r271107, trunk/libstdc++-v3/testsuite/20_util/tuple/cons/noexcept_specs.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/unique_ptr/hash/90388.cc
- copied unchanged from r271107, trunk/libstdc++-v3/testsuite/20_util/unique_ptr/hash/90388.cc
branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/operator_plus.cc
- copied unchanged from r271107, trunk/libstdc++-v3/testsuite/21_strings/basic_string/allocator/char/operator_plus.cc
branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/operator_plus.cc
- copied unchanged from r271107, trunk/libstdc++-v3/testsuite/21_strings/basic_string/allocator/wchar_t/operator_plus.cc
branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/traits_neg.cc
- copied unchanged from r271107, trunk/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/traits_neg.cc
branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/fill_n/87982.cc
- copied unchanged from r271107, trunk/libstdc++-v3/testsuite/25_algorithms/fill_n/87982.cc
branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/fill_n/87982_neg.cc
- copied unchanged from r271107, trunk/libstdc++-v3/testsuite/25_algorithms/fill_n/87982_neg.cc
branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/fill_n/dr426.cc
- copied unchanged from r271107, trunk/libstdc++-v3/testsuite/25_algorithms/fill_n/dr426.cc
branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/generate_n/87982.cc
- copied unchanged from r271107, trunk/libstdc++-v3/testsuite/25_algorithms/generate_n/87982.cc
branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/generate_n/87982_neg.cc
- copied unchanged from r271107, trunk/libstdc++-v3/testsuite/25_algorithms/generate_n/87982_neg.cc
branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/generate_n/dr426.cc
- copied unchanged from r271107, trunk/libstdc++-v3/testsuite/25_algorithms/generate_n/dr426.cc
branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/complex/proj.cc
- copied unchanged from r271107, trunk/libstdc++-v3/testsuite/26_numerics/complex/proj.cc
Modified:
branches/c++-coroutines/libstdc++-v3/ChangeLog
branches/c++-coroutines/libstdc++-v3/config/abi/post/aarch64-linux-gnu/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/i386-linux-gnu/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/i386-solaris2.10/amd64/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/i386-solaris2.10/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/i386-solaris2.11/amd64/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/i386-solaris2.11/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/i486-linux-gnu/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/powerpc-linux-gnu/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/32/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/powerpc64-linux-gnu/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/riscv64-linux-gnu/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/s390-linux-gnu/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/s390x-linux-gnu/32/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/s390x-linux-gnu/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/sparc-solaris2.10/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/sparc-solaris2.10/sparcv9/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/sparc-solaris2.11/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/sparc-solaris2.11/sparcv9/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/x86_64-linux-gnu/32/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/x86_64-linux-gnu/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/post/x86_64-linux-gnu/x32/baseline_symbols.txt
branches/c++-coroutines/libstdc++-v3/config/abi/pre/gnu.ver
branches/c++-coroutines/libstdc++-v3/config/allocator/new_allocator_base.h
branches/c++-coroutines/libstdc++-v3/doc/doxygen/doxygroups.cc
branches/c++-coroutines/libstdc++-v3/doc/doxygen/user.cfg.in
branches/c++-coroutines/libstdc++-v3/doc/html/faq.html
branches/c++-coroutines/libstdc++-v3/doc/html/index.html
branches/c++-coroutines/libstdc++-v3/doc/html/manual/api.html
branches/c++-coroutines/libstdc++-v3/doc/html/manual/backwards.html
branches/c++-coroutines/libstdc++-v3/doc/html/manual/debug.html
branches/c++-coroutines/libstdc++-v3/doc/html/manual/ext_concurrency_impl.html
branches/c++-coroutines/libstdc++-v3/doc/html/manual/ext_io.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/parallel_mode_design.html
branches/c++-coroutines/libstdc++-v3/doc/html/manual/status.html
branches/c++-coroutines/libstdc++-v3/doc/html/manual/support.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/status_cxx2017.xml
branches/c++-coroutines/libstdc++-v3/doc/xml/manual/status_cxx2020.xml
branches/c++-coroutines/libstdc++-v3/doc/xml/manual/using.xml
branches/c++-coroutines/libstdc++-v3/include/bits/basic_string.h
branches/c++-coroutines/libstdc++-v3/include/bits/basic_string.tcc
branches/c++-coroutines/libstdc++-v3/include/bits/c++config
branches/c++-coroutines/libstdc++-v3/include/bits/fs_dir.h
branches/c++-coroutines/libstdc++-v3/include/bits/fs_fwd.h
branches/c++-coroutines/libstdc++-v3/include/bits/fs_ops.h
branches/c++-coroutines/libstdc++-v3/include/bits/fs_path.h
branches/c++-coroutines/libstdc++-v3/include/bits/hashtable.h
branches/c++-coroutines/libstdc++-v3/include/bits/hashtable_policy.h
branches/c++-coroutines/libstdc++-v3/include/bits/locale_conv.h
branches/c++-coroutines/libstdc++-v3/include/bits/move.h
branches/c++-coroutines/libstdc++-v3/include/bits/range_access.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/regex.tcc
branches/c++-coroutines/libstdc++-v3/include/bits/regex_constants.h
branches/c++-coroutines/libstdc++-v3/include/bits/shared_ptr.h
branches/c++-coroutines/libstdc++-v3/include/bits/shared_ptr_atomic.h
branches/c++-coroutines/libstdc++-v3/include/bits/shared_ptr_base.h
branches/c++-coroutines/libstdc++-v3/include/bits/specfun.h
branches/c++-coroutines/libstdc++-v3/include/bits/stl_algo.h
branches/c++-coroutines/libstdc++-v3/include/bits/stl_algobase.h
branches/c++-coroutines/libstdc++-v3/include/bits/stl_bvector.h
branches/c++-coroutines/libstdc++-v3/include/bits/stl_deque.h
branches/c++-coroutines/libstdc++-v3/include/bits/stl_iterator_base_types.h
branches/c++-coroutines/libstdc++-v3/include/bits/stl_pair.h
branches/c++-coroutines/libstdc++-v3/include/bits/stl_uninitialized.h
branches/c++-coroutines/libstdc++-v3/include/bits/unique_lock.h
branches/c++-coroutines/libstdc++-v3/include/bits/unique_ptr.h
branches/c++-coroutines/libstdc++-v3/include/experimental/algorithm
branches/c++-coroutines/libstdc++-v3/include/experimental/any
branches/c++-coroutines/libstdc++-v3/include/experimental/array
branches/c++-coroutines/libstdc++-v3/include/experimental/bits/fs_dir.h
branches/c++-coroutines/libstdc++-v3/include/experimental/bits/fs_fwd.h
branches/c++-coroutines/libstdc++-v3/include/experimental/bits/fs_ops.h
branches/c++-coroutines/libstdc++-v3/include/experimental/bits/fs_path.h
branches/c++-coroutines/libstdc++-v3/include/experimental/bits/lfts_config.h
branches/c++-coroutines/libstdc++-v3/include/experimental/bits/net.h
branches/c++-coroutines/libstdc++-v3/include/experimental/buffer
branches/c++-coroutines/libstdc++-v3/include/experimental/chrono
branches/c++-coroutines/libstdc++-v3/include/experimental/deque
branches/c++-coroutines/libstdc++-v3/include/experimental/executor
branches/c++-coroutines/libstdc++-v3/include/experimental/filesystem
branches/c++-coroutines/libstdc++-v3/include/experimental/forward_list
branches/c++-coroutines/libstdc++-v3/include/experimental/functional
branches/c++-coroutines/libstdc++-v3/include/experimental/internet
branches/c++-coroutines/libstdc++-v3/include/experimental/io_context
branches/c++-coroutines/libstdc++-v3/include/experimental/iterator
branches/c++-coroutines/libstdc++-v3/include/experimental/list
branches/c++-coroutines/libstdc++-v3/include/experimental/map
branches/c++-coroutines/libstdc++-v3/include/experimental/memory
branches/c++-coroutines/libstdc++-v3/include/experimental/memory_resource
branches/c++-coroutines/libstdc++-v3/include/experimental/net
branches/c++-coroutines/libstdc++-v3/include/experimental/netfwd
branches/c++-coroutines/libstdc++-v3/include/experimental/numeric
branches/c++-coroutines/libstdc++-v3/include/experimental/optional
branches/c++-coroutines/libstdc++-v3/include/experimental/propagate_const
branches/c++-coroutines/libstdc++-v3/include/experimental/random
branches/c++-coroutines/libstdc++-v3/include/experimental/ratio
branches/c++-coroutines/libstdc++-v3/include/experimental/regex
branches/c++-coroutines/libstdc++-v3/include/experimental/set
branches/c++-coroutines/libstdc++-v3/include/experimental/socket
branches/c++-coroutines/libstdc++-v3/include/experimental/source_location
branches/c++-coroutines/libstdc++-v3/include/experimental/string
branches/c++-coroutines/libstdc++-v3/include/experimental/string_view
branches/c++-coroutines/libstdc++-v3/include/experimental/system_error
branches/c++-coroutines/libstdc++-v3/include/experimental/timer
branches/c++-coroutines/libstdc++-v3/include/experimental/tuple
branches/c++-coroutines/libstdc++-v3/include/experimental/type_traits
branches/c++-coroutines/libstdc++-v3/include/experimental/unordered_map
branches/c++-coroutines/libstdc++-v3/include/experimental/unordered_set
branches/c++-coroutines/libstdc++-v3/include/experimental/utility
branches/c++-coroutines/libstdc++-v3/include/experimental/vector
branches/c++-coroutines/libstdc++-v3/include/ext/numeric_traits.h
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp
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/bin_search_tree_/insert_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/find_fn_imps.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/binary_heap_/insert_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.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_/insert_no_store_hash_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_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/cc_hash_table_map_/trace_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.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/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_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_/insert_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/find_fn_imps.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_/insert_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.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_/insert_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/find_fn_imps.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_/insert_join_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/iterator.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp
branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp
branches/c++-coroutines/libstdc++-v3/include/parallel/settings.h
branches/c++-coroutines/libstdc++-v3/include/pstl/glue_algorithm_impl.h
branches/c++-coroutines/libstdc++-v3/include/std/any
branches/c++-coroutines/libstdc++-v3/include/std/chrono
branches/c++-coroutines/libstdc++-v3/include/std/complex
branches/c++-coroutines/libstdc++-v3/include/std/filesystem
branches/c++-coroutines/libstdc++-v3/include/std/fstream
branches/c++-coroutines/libstdc++-v3/include/std/functional
branches/c++-coroutines/libstdc++-v3/include/std/memory
branches/c++-coroutines/libstdc++-v3/include/std/mutex
branches/c++-coroutines/libstdc++-v3/include/std/numeric
branches/c++-coroutines/libstdc++-v3/include/std/optional
branches/c++-coroutines/libstdc++-v3/include/std/ratio
branches/c++-coroutines/libstdc++-v3/include/std/scoped_allocator
branches/c++-coroutines/libstdc++-v3/include/std/shared_mutex
branches/c++-coroutines/libstdc++-v3/include/std/string_view
branches/c++-coroutines/libstdc++-v3/include/std/system_error
branches/c++-coroutines/libstdc++-v3/include/std/thread
branches/c++-coroutines/libstdc++-v3/include/std/tuple
branches/c++-coroutines/libstdc++-v3/include/std/type_traits
branches/c++-coroutines/libstdc++-v3/include/std/variant
branches/c++-coroutines/libstdc++-v3/include/tr1/cmath
branches/c++-coroutines/libstdc++-v3/libsupc++/eh_personality.cc
branches/c++-coroutines/libstdc++-v3/libsupc++/exception
branches/c++-coroutines/libstdc++-v3/libsupc++/exception_ptr.h
branches/c++-coroutines/libstdc++-v3/libsupc++/initializer_list
branches/c++-coroutines/libstdc++-v3/libsupc++/nested_exception.h
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/compatibility-c++0x.cc
branches/c++-coroutines/libstdc++-v3/src/c++11/hashtable_c++0x.cc
branches/c++-coroutines/libstdc++-v3/src/c++11/shared_ptr.cc
branches/c++-coroutines/libstdc++-v3/src/c++17/fs_ops.cc
branches/c++-coroutines/libstdc++-v3/testsuite/17_intro/headers/c++1998/charset.cc
branches/c++-coroutines/libstdc++-v3/testsuite/17_intro/headers/c++2011/charset.cc
branches/c++-coroutines/libstdc++-v3/testsuite/17_intro/headers/c++2014/charset.cc
branches/c++-coroutines/libstdc++-v3/testsuite/17_intro/headers/c++2017/charset.cc
branches/c++-coroutines/libstdc++-v3/testsuite/17_intro/headers/c++2020/charset.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/any/misc/any_cast.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/common_type/requirements/sfinae_friendly_1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/default_delete/48631_neg.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/duration/literals/range_neg.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg2.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/duration/requirements/typedefs_neg3.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/polymorphic_allocator/construct_c++2a.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/ratio/cons/cons_overflow_neg.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/ratio/operations/ops_overflow_neg.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/unwrap_reference/1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/variant/compile.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/variant/exception_safety.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/variant/run.cc
branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string/hash/hash.cc
branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string/hash/hash_char8_t.cc
branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/remove_prefix/char/1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/remove_prefix/wchar_t/1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/remove_suffix/char/1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string_view/modifiers/remove_suffix/wchar_t/1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/21_strings/basic_string_view/requirements/typedefs.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/24061-multimap.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/hint.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/24061-multiset.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/71181.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/unordered_set/hash_policy/power2_rehash.cc
branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/operations/absolute.cc
branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/path/decompose/root_path.cc
branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/path/native/string-char8_t.cc
branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/path/native/string.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/any/misc/any_cast_neg.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/array/neg.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/filesystem/path/native/string-char8_t.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/2.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/optional/constexpr/observers/3.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/propagate_const/assignment/move_neg.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/propagate_const/cons/move_neg.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/propagate_const/requirements2.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/propagate_const/requirements3.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/propagate_const/requirements4.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/propagate_const/requirements5.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_prefix/char/1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_prefix/wchar_t/1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_suffix/char/1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_suffix/wchar_t/1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/string_view/requirements/typedefs.cc
branches/c++-coroutines/libstdc++-v3/testsuite/lib/gdb-test.exp
branches/c++-coroutines/libstdc++-v3/testsuite/libstdc++-prettyprinters/80276.cc
branches/c++-coroutines/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx11.cc
branches/c++-coroutines/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx17.cc
branches/c++-coroutines/libstdc++-v3/testsuite/libstdc++-prettyprinters/libfundts.cc
branches/c++-coroutines/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple.cc
branches/c++-coroutines/libstdc++-v3/testsuite/libstdc++-prettyprinters/simple11.cc
branches/c++-coroutines/libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis.cc
branches/c++-coroutines/libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis2.cc
branches/c++-coroutines/libstdc++-v3/testsuite/util/testsuite_allocator.h
branches/c++-coroutines/libstdc++-v3/testsuite/util/thread/all.h
Changes in other areas also in this revision:
Added:
branches/c++-coroutines/gcc/ada/standard.ads.h
- copied unchanged from r271107, trunk/gcc/ada/standard.ads.h
branches/c++-coroutines/gcc/config/i386/avx512bf16intrin.h
- copied unchanged from r271107, trunk/gcc/config/i386/avx512bf16intrin.h
branches/c++-coroutines/gcc/config/i386/avx512bf16vlintrin.h
- copied unchanged from r271107, trunk/gcc/config/i386/avx512bf16vlintrin.h
branches/c++-coroutines/gcc/config/i386/i386-builtins.c
- copied unchanged from r271107, trunk/gcc/config/i386/i386-builtins.c
branches/c++-coroutines/gcc/config/i386/i386-builtins.h
- copied unchanged from r271107, trunk/gcc/config/i386/i386-builtins.h
branches/c++-coroutines/gcc/config/i386/i386-expand.c
- copied unchanged from r271107, trunk/gcc/config/i386/i386-expand.c
branches/c++-coroutines/gcc/config/i386/i386-expand.h
- copied unchanged from r271107, trunk/gcc/config/i386/i386-expand.h
branches/c++-coroutines/gcc/config/i386/i386-features.c
- copied unchanged from r271107, trunk/gcc/config/i386/i386-features.c
branches/c++-coroutines/gcc/config/i386/i386-features.h
- copied unchanged from r271107, trunk/gcc/config/i386/i386-features.h
branches/c++-coroutines/gcc/config/i386/i386-options.c
- copied unchanged from r271107, trunk/gcc/config/i386/i386-options.c
branches/c++-coroutines/gcc/config/i386/i386-options.h
- copied unchanged from r271107, trunk/gcc/config/i386/i386-options.h
branches/c++-coroutines/gcc/config/i386/t-freebsd64
- copied unchanged from r271107, trunk/gcc/config/i386/t-freebsd64
branches/c++-coroutines/gcc/doc/lto-dump.texi
- copied unchanged from r271107, trunk/gcc/doc/lto-dump.texi
branches/c++-coroutines/gcc/lto/lto-common.c
- copied unchanged from r271107, trunk/gcc/lto/lto-common.c
branches/c++-coroutines/gcc/lto/lto-common.h
- copied unchanged from r271107, trunk/gcc/lto/lto-common.h
branches/c++-coroutines/gcc/lto/lto-dump.c
- copied unchanged from r271107, trunk/gcc/lto/lto-dump.c
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/alias-decl-66.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/cpp0x/alias-decl-66.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/constexpr-90383-1.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/cpp1y/constexpr-90383-1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/constexpr-90383-2.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/cpp1y/constexpr-90383-2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/lambda-generic-90265.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-90265.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/var-templ62.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ62.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/class-deduction66.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/cpp1z/class-deduction66.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/nontype-auto16.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/cpp1z/nontype-auto16.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/multiple-deleted-destroying-delete-error-1.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/cpp2a/multiple-deleted-destroying-delete-error-1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/multiple-deleted-destroying-delete-error-2.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/cpp2a/multiple-deleted-destroying-delete-error-2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/main1.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/diagnostic/main1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/pr90243.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/diagnostic/pr90243.C
branches/c++-coroutines/gcc/testsuite/g++.dg/pch/pr90326.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/pch/pr90326.C
branches/c++-coroutines/gcc/testsuite/g++.dg/pch/pr90326.Hs
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/pch/pr90326.Hs
branches/c++-coroutines/gcc/testsuite/g++.dg/torture/pr90194.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/torture/pr90194.C
branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/ldist-1.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/tree-ssa/ldist-1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/pr88797.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/tree-ssa/pr88797.C
branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/pr89698.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/tree-ssa/pr89698.C
branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/pr90078.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/tree-ssa/pr90078.C
branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/tail-call-1.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/tree-ssa/tail-call-1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/vect/pr89653.cc
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/vect/pr89653.cc
branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wsuggest-override-2.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.dg/warn/Wsuggest-override-2.C
branches/c++-coroutines/gcc/testsuite/g++.target/i386/mv28.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.target/i386/mv28.C
branches/c++-coroutines/gcc/testsuite/g++.target/i386/pr90187.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.target/i386/pr90187.C
branches/c++-coroutines/gcc/testsuite/g++.target/i386/pr90303.C
- copied unchanged from r271107, trunk/gcc/testsuite/g++.target/i386/pr90303.C
branches/c++-coroutines/gcc/testsuite/gcc.dg/alias-16.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/alias-16.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/autopar/pr90211.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/autopar/pr90211.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/completion-5.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/completion-5.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/gimplefe-37.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/gimplefe-37.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/gimplefe-38.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/gimplefe-38.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/gimplefe-39.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/gimplefe-39.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr84032.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/pr84032.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr87314-1.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/pr87314-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr87979.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/pr87979.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr89518.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/pr89518.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr90037.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/pr90037.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/store_merging_26.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/store_merging_26.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/store_merging_27.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/store_merging_27.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/store_merging_28.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/store_merging_28.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/store_merging_29.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/store_merging_29.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr90278.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/torture/pr90278.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr90328.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/torture/pr90328.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr90395.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/torture/pr90395.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/restrict-8.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/torture/restrict-8.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr88676-2.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr88676-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr89060.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr89060.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr89475.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr89475.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr90340-2.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr90340-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr90340.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr90340.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr90356-1.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr90356-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr90356-2.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr90356-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr90356-3.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr90356-3.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr90356-4.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr90356-4.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tsan/pr90208-1.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/tsan/pr90208-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tsan/pr90208-2.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/tsan/pr90208-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/uninit-25-gimple.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/uninit-25-gimple.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/uninit-25.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/uninit-25.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/uninit-26.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/uninit-26.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/uninit-27-gimple.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/uninit-27-gimple.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/slp-reduc-sad-2.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.dg/vect/slp-reduc-sad-2.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/pr89093.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/aarch64/pr89093.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/dot_1.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/aarch64/sve/dot_1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/sad_1.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/aarch64/sve/sad_1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/arm/pr88167-1.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/arm/pr88167-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/arm/pr88167-2.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/arm/pr88167-2.c
branches/c++-coroutines/gcc/testsuite/gcc.target/arm/pr90405.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/arm/pr90405.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/asm-7.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/i386/asm-7.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512bf16-vcvtne2ps2bf16-1.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/i386/avx512bf16-vcvtne2ps2bf16-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512bf16-vcvtneps2bf16-1.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/i386/avx512bf16-vcvtneps2bf16-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512bf16-vdpbf16ps-1.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/i386/avx512bf16-vdpbf16ps-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512bf16-vdpbf16ps-2.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/i386/avx512bf16-vdpbf16ps-2.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512bf16vl-vcvtne2ps2bf16-1.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/i386/avx512bf16vl-vcvtne2ps2bf16-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512bf16vl-vcvtneps2bf16-1.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/i386/avx512bf16vl-vcvtneps2bf16-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512bf16vl-vdpbf16ps-1.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/i386/avx512bf16vl-vdpbf16ps-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/mvc14.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/i386/mvc14.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88809-2.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/i386/pr88809-2.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88809.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/i386/pr88809.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88828-0.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/i386/pr88828-0.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88963-1.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/i386/pr88963-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr88963-2.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/i386/pr88963-2.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr89261.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/i386/pr89261.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr90178.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/i386/pr90178.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr90193.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/i386/pr90193.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr90358.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/i386/pr90358.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/spellcheck-options-5.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/i386/spellcheck-options-5.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr89424-0.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/pr89424-0.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr89765-mc.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/pr89765-mc.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-10c.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-10c.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-10d.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-10d.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-11c.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-11c.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-11d.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-11d.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-12c.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-12c.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-12d.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-12d.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-13c.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-13c.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-13d.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-13d.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-14c.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-14c.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-14d.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-14d.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-15c.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-15c.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-15d.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-15d.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-16c.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-16c.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-16d.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-16d.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-17c.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-17c.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-17d.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-17d.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-18c.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-18c.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-18d.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-18d.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-19c.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-19c.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-19d.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-19d.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-20c.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-20c.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-20d.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-20d.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-9c.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-9c.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-9d.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/powerpc/vsx-builtin-9d.c
branches/c++-coroutines/gcc/testsuite/gcc.target/riscv/load-immediate.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/riscv/load-immediate.c
branches/c++-coroutines/gcc/testsuite/gcc.target/s390/pr89952.c
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/s390/pr89952.c
branches/c++-coroutines/gcc/testsuite/gcc.target/x86_64/abi/avx512f/asm-support-darwin.s
- copied unchanged from r271107, trunk/gcc/testsuite/gcc.target/x86_64/abi/avx512f/asm-support-darwin.s
branches/c++-coroutines/gcc/testsuite/gdc.test/README.gcc
- copied unchanged from r271107, trunk/gcc/testsuite/gdc.test/README.gcc
branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/fail2456.d
- copied unchanged from r271107, trunk/gcc/testsuite/gdc.test/fail_compilation/fail2456.d
branches/c++-coroutines/gcc/testsuite/gdc.test/fail_compilation/test18312.d
- copied unchanged from r271107, trunk/gcc/testsuite/gdc.test/fail_compilation/test18312.d
branches/c++-coroutines/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_12.c
- copied unchanged from r271107, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_12.c
branches/c++-coroutines/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_12.f90
- copied unchanged from r271107, trunk/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_12.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/assumed_type_10.f90
- copied unchanged from r271107, trunk/gcc/testsuite/gfortran.dg/assumed_type_10.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/assumed_type_11.f90
- copied unchanged from r271107, trunk/gcc/testsuite/gfortran.dg/assumed_type_11.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/class_70.f03
- copied unchanged from r271107, trunk/gcc/testsuite/gfortran.dg/class_70.f03
branches/c++-coroutines/gcc/testsuite/gfortran.dg/graphite/pr90240.f
- copied unchanged from r271107, trunk/gcc/testsuite/gfortran.dg/graphite/pr90240.f
branches/c++-coroutines/gcc/testsuite/gfortran.dg/iso_c_binding_char_1.f90
- copied unchanged from r271107, trunk/gcc/testsuite/gfortran.dg/iso_c_binding_char_1.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr60144.f90
- copied unchanged from r271107, trunk/gcc/testsuite/gfortran.dg/pr60144.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr90021.f90
- copied unchanged from r271107, trunk/gcc/testsuite/gfortran.dg/pr90021.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr90290.f90
- copied unchanged from r271107, trunk/gcc/testsuite/gfortran.dg/pr90290.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr90344.f90
- copied unchanged from r271107, trunk/gcc/testsuite/gfortran.dg/pr90344.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr90385.f90
- copied unchanged from r271107, trunk/gcc/testsuite/gfortran.dg/pr90385.f90
branches/c++-coroutines/gcc/testsuite/go.dg/arrayclear.go
- copied unchanged from r271107, trunk/gcc/testsuite/go.dg/arrayclear.go
branches/c++-coroutines/gcc/testsuite/go.dg/cmpstring.go
- copied unchanged from r271107, trunk/gcc/testsuite/go.dg/cmpstring.go
branches/c++-coroutines/gcc/testsuite/go.dg/mapclear.go
- copied unchanged from r271107, trunk/gcc/testsuite/go.dg/mapclear.go
branches/c++-coroutines/gcc/testsuite/go.dg/mapstring.go
- copied unchanged from r271107, trunk/gcc/testsuite/go.dg/mapstring.go
branches/c++-coroutines/libphobos/libdruntime/config/
- copied from r271107, trunk/libphobos/libdruntime/config/
branches/c++-coroutines/libphobos/libdruntime/gcc/emutls.d
- copied unchanged from r271107, trunk/libphobos/libdruntime/gcc/emutls.d
branches/c++-coroutines/libphobos/libdruntime/gcc/gthread.d
- copied unchanged from r271107, trunk/libphobos/libdruntime/gcc/gthread.d
branches/c++-coroutines/libphobos/testsuite/libphobos.allocations/tls_gc_integration.d
- copied unchanged from r271107, trunk/libphobos/testsuite/libphobos.allocations/tls_gc_integration.d
branches/c++-coroutines/libphobos/testsuite/libphobos.thread/tlsgc_sections.d
- copied unchanged from r271107, trunk/libphobos/testsuite/libphobos.thread/tlsgc_sections.d
branches/c++-coroutines/libphobos/testsuite/libphobos.typeinfo/struct-align.d
- copied unchanged from r271107, trunk/libphobos/testsuite/libphobos.typeinfo/struct-align.d
Removed:
branches/c++-coroutines/gcc/tree-ssa-phionlycprop.c
branches/c++-coroutines/libgo/runtime/go-memmove.c
branches/c++-coroutines/libphobos/libdruntime/core/threadasm.S
Modified:
branches/c++-coroutines/ (props changed)
branches/c++-coroutines/ChangeLog
branches/c++-coroutines/ChangeLog.coroutines
branches/c++-coroutines/MAINTAINERS
branches/c++-coroutines/Makefile.in
branches/c++-coroutines/Makefile.tpl
branches/c++-coroutines/config/ChangeLog
branches/c++-coroutines/config/bootstrap-lto.mk
branches/c++-coroutines/contrib/ChangeLog
branches/c++-coroutines/contrib/check-internal-format-escaping.py
branches/c++-coroutines/contrib/gennews
branches/c++-coroutines/fixincludes/ChangeLog
branches/c++-coroutines/fixincludes/fixincl.x
branches/c++-coroutines/fixincludes/inclhack.def
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/gcc-interface/Makefile.in
branches/c++-coroutines/gcc/ada/gnatvsn.ads
branches/c++-coroutines/gcc/ada/raise-gcc.c
branches/c++-coroutines/gcc/bitmap.c
branches/c++-coroutines/gcc/bitmap.h
branches/c++-coroutines/gcc/c-family/ChangeLog
branches/c++-coroutines/gcc/c-family/c-common.c
branches/c++-coroutines/gcc/c-family/c-opts.c
branches/c++-coroutines/gcc/c-family/c-pragma.c
branches/c++-coroutines/gcc/c-family/c-warn.c
branches/c++-coroutines/gcc/c/ChangeLog
branches/c++-coroutines/gcc/c/c-parser.c
branches/c++-coroutines/gcc/c/c-tree.h
branches/c++-coroutines/gcc/c/c-typeck.c
branches/c++-coroutines/gcc/c/gimple-parser.c
branches/c++-coroutines/gcc/c/gimple-parser.h
branches/c++-coroutines/gcc/cfgexpand.c
branches/c++-coroutines/gcc/cfgrtl.c
branches/c++-coroutines/gcc/cgraph.h
branches/c++-coroutines/gcc/cgraphclones.c
branches/c++-coroutines/gcc/cif-code.def
branches/c++-coroutines/gcc/combine.c
branches/c++-coroutines/gcc/common/config/i386/i386-common.c
branches/c++-coroutines/gcc/config.gcc
branches/c++-coroutines/gcc/config/aarch64/aarch64-c.c
branches/c++-coroutines/gcc/config/aarch64/aarch64-linux.h
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/iterators.md
branches/c++-coroutines/gcc/config/aarch64/predicates.md
branches/c++-coroutines/gcc/config/arc/arc-options.def
branches/c++-coroutines/gcc/config/arc/arc.c
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.opt
branches/c++-coroutines/gcc/config/i386/cpuid.h
branches/c++-coroutines/gcc/config/i386/driver-i386.c
branches/c++-coroutines/gcc/config/i386/freebsd64.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-c.c
branches/c++-coroutines/gcc/config/i386/i386-protos.h
branches/c++-coroutines/gcc/config/i386/i386.c
branches/c++-coroutines/gcc/config/i386/i386.h
branches/c++-coroutines/gcc/config/i386/i386.md
branches/c++-coroutines/gcc/config/i386/i386.opt
branches/c++-coroutines/gcc/config/i386/immintrin.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/t-i386
branches/c++-coroutines/gcc/config/netbsd-d.c
branches/c++-coroutines/gcc/config/riscv/constraints.md
branches/c++-coroutines/gcc/config/riscv/predicates.md
branches/c++-coroutines/gcc/config/riscv/riscv-protos.h
branches/c++-coroutines/gcc/config/riscv/riscv.c
branches/c++-coroutines/gcc/config/riscv/riscv.h
branches/c++-coroutines/gcc/config/riscv/riscv.md
branches/c++-coroutines/gcc/config/riscv/sifive-7.md
branches/c++-coroutines/gcc/config/rs6000/aix71.h
branches/c++-coroutines/gcc/config/rs6000/aix72.h
branches/c++-coroutines/gcc/config/rs6000/darwin.h
branches/c++-coroutines/gcc/config/rs6000/htm.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/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/config-lang.in
branches/c++-coroutines/gcc/cp/coroutines.cc
branches/c++-coroutines/gcc/cp/cp-gimplify.c
branches/c++-coroutines/gcc/cp/cp-objcp-common.c
branches/c++-coroutines/gcc/cp/cp-tree.h
branches/c++-coroutines/gcc/cp/cvt.c
branches/c++-coroutines/gcc/cp/decl.c
branches/c++-coroutines/gcc/cp/decl2.c
branches/c++-coroutines/gcc/cp/mangle.c
branches/c++-coroutines/gcc/cp/method.c
branches/c++-coroutines/gcc/cp/name-lookup.c
branches/c++-coroutines/gcc/cp/name-lookup.h
branches/c++-coroutines/gcc/cp/parser.c
branches/c++-coroutines/gcc/cp/pt.c
branches/c++-coroutines/gcc/cp/rtti.c
branches/c++-coroutines/gcc/cp/semantics.c
branches/c++-coroutines/gcc/cp/tree.c
branches/c++-coroutines/gcc/cp/typeck.c
branches/c++-coroutines/gcc/d/ChangeLog
branches/c++-coroutines/gcc/d/config-lang.in
branches/c++-coroutines/gcc/d/d-builtins.cc
branches/c++-coroutines/gcc/d/d-codegen.cc
branches/c++-coroutines/gcc/d/d-frontend.cc
branches/c++-coroutines/gcc/d/d-lang.cc
branches/c++-coroutines/gcc/d/d-spec.cc
branches/c++-coroutines/gcc/d/d-tree.h
branches/c++-coroutines/gcc/d/decl.cc
branches/c++-coroutines/gcc/d/dmd/MERGE
branches/c++-coroutines/gcc/d/dmd/clone.c
branches/c++-coroutines/gcc/d/dmd/constfold.c
branches/c++-coroutines/gcc/d/dmd/dcast.c
branches/c++-coroutines/gcc/d/dmd/declaration.c
branches/c++-coroutines/gcc/d/dmd/dinterpret.c
branches/c++-coroutines/gcc/d/dmd/dmodule.c
branches/c++-coroutines/gcc/d/dmd/dstruct.c
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/idgen.c
branches/c++-coroutines/gcc/d/dmd/opover.c
branches/c++-coroutines/gcc/d/dmd/parse.c
branches/c++-coroutines/gcc/d/dmd/statementsem.c
branches/c++-coroutines/gcc/d/expr.cc
branches/c++-coroutines/gcc/d/gdc.texi
branches/c++-coroutines/gcc/d/lang.opt
branches/c++-coroutines/gcc/d/modules.cc
branches/c++-coroutines/gcc/d/toir.cc
branches/c++-coroutines/gcc/d/typeinfo.cc
branches/c++-coroutines/gcc/doc/extend.texi
branches/c++-coroutines/gcc/doc/gcc.texi
branches/c++-coroutines/gcc/doc/invoke.texi
branches/c++-coroutines/gcc/doc/loop.texi
branches/c++-coroutines/gcc/doc/md.texi
branches/c++-coroutines/gcc/dumpfile.c
branches/c++-coroutines/gcc/dumpfile.h
branches/c++-coroutines/gcc/dwarf2out.c
branches/c++-coroutines/gcc/emit-rtl.c
branches/c++-coroutines/gcc/fortran/ChangeLog
branches/c++-coroutines/gcc/fortran/decl.c
branches/c++-coroutines/gcc/fortran/dump-parse-tree.c
branches/c++-coroutines/gcc/fortran/gfortran.h
branches/c++-coroutines/gcc/fortran/interface.c
branches/c++-coroutines/gcc/fortran/invoke.texi
branches/c++-coroutines/gcc/fortran/lang.opt
branches/c++-coroutines/gcc/fortran/match.c
branches/c++-coroutines/gcc/fortran/module.c
branches/c++-coroutines/gcc/fortran/parse.c
branches/c++-coroutines/gcc/fortran/resolve.c
branches/c++-coroutines/gcc/fortran/trans-array.c
branches/c++-coroutines/gcc/fortran/trans-decl.c
branches/c++-coroutines/gcc/fortran/trans-expr.c
branches/c++-coroutines/gcc/fortran/trans-intrinsic.c
branches/c++-coroutines/gcc/fortran/trans.c
branches/c++-coroutines/gcc/fortran/trans.h
branches/c++-coroutines/gcc/gcc.c
branches/c++-coroutines/gcc/gdbhooks.py
branches/c++-coroutines/gcc/gimple-fold.c
branches/c++-coroutines/gcc/gimple-pretty-print.c
branches/c++-coroutines/gcc/gimple-ssa-split-paths.c
branches/c++-coroutines/gcc/gimple-ssa-store-merging.c
branches/c++-coroutines/gcc/gimplify.c
branches/c++-coroutines/gcc/go/ChangeLog
branches/c++-coroutines/gcc/go/gccgo.texi
branches/c++-coroutines/gcc/go/go-c.h
branches/c++-coroutines/gcc/go/go-gcc.cc
branches/c++-coroutines/gcc/go/go-lang.c
branches/c++-coroutines/gcc/go/gofrontend/MERGE
branches/c++-coroutines/gcc/go/gofrontend/backend.h
branches/c++-coroutines/gcc/go/gofrontend/expressions.cc
branches/c++-coroutines/gcc/go/gofrontend/expressions.h
branches/c++-coroutines/gcc/go/gofrontend/go.cc
branches/c++-coroutines/gcc/go/gofrontend/gogo.cc
branches/c++-coroutines/gcc/go/gofrontend/gogo.h
branches/c++-coroutines/gcc/go/gofrontend/parse.cc
branches/c++-coroutines/gcc/go/gofrontend/runtime.def
branches/c++-coroutines/gcc/go/gofrontend/statements.cc
branches/c++-coroutines/gcc/go/gofrontend/statements.h
branches/c++-coroutines/gcc/go/gofrontend/string-dump.h
branches/c++-coroutines/gcc/go/gofrontend/types.cc
branches/c++-coroutines/gcc/go/gofrontend/types.h
branches/c++-coroutines/gcc/go/lang.opt
branches/c++-coroutines/gcc/graphite-scop-detection.c
branches/c++-coroutines/gcc/hash-map-tests.c
branches/c++-coroutines/gcc/hash-map.h
branches/c++-coroutines/gcc/hash-set.h
branches/c++-coroutines/gcc/hash-table.h
branches/c++-coroutines/gcc/ipa-devirt.c
branches/c++-coroutines/gcc/ipa-icf.c
branches/c++-coroutines/gcc/lto-wrapper.c
branches/c++-coroutines/gcc/lto/ChangeLog
branches/c++-coroutines/gcc/lto/Make-lang.in
branches/c++-coroutines/gcc/lto/config-lang.in
branches/c++-coroutines/gcc/lto/lang.opt
branches/c++-coroutines/gcc/lto/lto-lang.c
branches/c++-coroutines/gcc/lto/lto.c
branches/c++-coroutines/gcc/lto/lto.h
branches/c++-coroutines/gcc/match.pd
branches/c++-coroutines/gcc/modulo-sched.c
branches/c++-coroutines/gcc/objc/ChangeLog
branches/c++-coroutines/gcc/objc/config-lang.in
branches/c++-coroutines/gcc/objcp/ChangeLog
branches/c++-coroutines/gcc/objcp/config-lang.in
branches/c++-coroutines/gcc/opt-suggestions.c
branches/c++-coroutines/gcc/opts-global.c
branches/c++-coroutines/gcc/opts.c
branches/c++-coroutines/gcc/opts.h
branches/c++-coroutines/gcc/params.def
branches/c++-coroutines/gcc/passes.c
branches/c++-coroutines/gcc/passes.def
branches/c++-coroutines/gcc/po/ChangeLog
branches/c++-coroutines/gcc/po/be.po
branches/c++-coroutines/gcc/po/da.po
branches/c++-coroutines/gcc/po/de.po
branches/c++-coroutines/gcc/po/el.po
branches/c++-coroutines/gcc/po/es.po
branches/c++-coroutines/gcc/po/fi.po
branches/c++-coroutines/gcc/po/fr.po
branches/c++-coroutines/gcc/po/gcc.pot
branches/c++-coroutines/gcc/po/hr.po
branches/c++-coroutines/gcc/po/id.po
branches/c++-coroutines/gcc/po/ja.po
branches/c++-coroutines/gcc/po/nl.po
branches/c++-coroutines/gcc/po/ru.po
branches/c++-coroutines/gcc/po/sr.po
branches/c++-coroutines/gcc/po/sv.po
branches/c++-coroutines/gcc/po/tr.po
branches/c++-coroutines/gcc/po/uk.po
branches/c++-coroutines/gcc/po/vi.po
branches/c++-coroutines/gcc/po/zh_CN.po
branches/c++-coroutines/gcc/po/zh_TW.po
branches/c++-coroutines/gcc/postreload-gcse.c
branches/c++-coroutines/gcc/predict.c
branches/c++-coroutines/gcc/profile-count.c
branches/c++-coroutines/gcc/profile-count.h
branches/c++-coroutines/gcc/read-md.h
branches/c++-coroutines/gcc/read-rtl.c
branches/c++-coroutines/gcc/rtl.c
branches/c++-coroutines/gcc/sel-sched.c
branches/c++-coroutines/gcc/symtab.c
branches/c++-coroutines/gcc/testsuite/ChangeLog
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/decltype9.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/instantiate2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ipa/pr89009.C
branches/c++-coroutines/gcc/testsuite/g++.dg/other/i386-2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/other/i386-3.C
branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wunused-var-35.C
branches/c++-coroutines/gcc/testsuite/g++.target/i386/pr57362.C
branches/c++-coroutines/gcc/testsuite/gcc.dg/Werror-13.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/asan/pr87930.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pragma-diag-6.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/sinhatanh-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/sinhatanh-3.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-prof/section-attr-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-prof/section-attr-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-prof/section-attr-3.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/20030710-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/isolate-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/isolate-4.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr19431.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr37508.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-31.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tsan/pr88017.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/bti-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/pr63304_1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/return_address_sign_3.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/va_arg_1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/asm-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512bw-vpmovswb-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512bw-vpmovuswb-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512bw-vpmovwb-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/builtin_target.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/funcspec-4.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr62120.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse-12.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/powerpc/vsx-builtin-13a.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-13b.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-20a.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/vsx-builtin-20b.c
branches/c++-coroutines/gcc/testsuite/gcc.target/x86_64/abi/avx512f/abi-avx512f.exp
branches/c++-coroutines/gcc/testsuite/gdc.dg/link.d
branches/c++-coroutines/gcc/testsuite/gdc.dg/runnable.d
branches/c++-coroutines/gcc/testsuite/gdc.dg/simd.d
branches/c++-coroutines/gcc/testsuite/gdc.test/gdc-test.exp
branches/c++-coroutines/gcc/testsuite/gdc.test/runnable/mars1.d
branches/c++-coroutines/gcc/testsuite/gdc.test/runnable/test12.d
branches/c++-coroutines/gcc/testsuite/gdc.test/runnable/test23.d
branches/c++-coroutines/gcc/testsuite/gdc.test/runnable/test42.d
branches/c++-coroutines/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_4.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/assign_10.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/block_name_2.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec_type_print_3.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/submodule_22.f08
branches/c++-coroutines/gcc/testsuite/gfortran.dg/transpose_optimization_2.f90
branches/c++-coroutines/gcc/testsuite/lib/target-supports.exp
branches/c++-coroutines/gcc/timevar.def
branches/c++-coroutines/gcc/tree-cfg.c
branches/c++-coroutines/gcc/tree-cfgcleanup.c
branches/c++-coroutines/gcc/tree-chrec.c
branches/c++-coroutines/gcc/tree-chrec.h
branches/c++-coroutines/gcc/tree-data-ref.c
branches/c++-coroutines/gcc/tree-data-ref.h
branches/c++-coroutines/gcc/tree-inline.c
branches/c++-coroutines/gcc/tree-inline.h
branches/c++-coroutines/gcc/tree-loop-distribution.c
branches/c++-coroutines/gcc/tree-parloops.c
branches/c++-coroutines/gcc/tree-pass.h
branches/c++-coroutines/gcc/tree-ssa-alias.c
branches/c++-coroutines/gcc/tree-ssa-alias.h
branches/c++-coroutines/gcc/tree-ssa-ccp.c
branches/c++-coroutines/gcc/tree-ssa-dce.c
branches/c++-coroutines/gcc/tree-ssa-forwprop.c
branches/c++-coroutines/gcc/tree-ssa-live.c
branches/c++-coroutines/gcc/tree-ssa-live.h
branches/c++-coroutines/gcc/tree-ssa-loop-ivopts.c
branches/c++-coroutines/gcc/tree-ssa-loop.c
branches/c++-coroutines/gcc/tree-ssa-phiopt.c
branches/c++-coroutines/gcc/tree-ssa-pre.c
branches/c++-coroutines/gcc/tree-ssa-sccvn.c
branches/c++-coroutines/gcc/tree-ssa-scopedtables.c
branches/c++-coroutines/gcc/tree-ssa-structalias.c
branches/c++-coroutines/gcc/tree-ssa-uninit.c
branches/c++-coroutines/gcc/tree-ssa.c
branches/c++-coroutines/gcc/tree-switch-conversion.c
branches/c++-coroutines/gcc/tree-switch-conversion.h
branches/c++-coroutines/gcc/tree-tailcall.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.h
branches/c++-coroutines/gcc/var-tracking.c
branches/c++-coroutines/include/ChangeLog
branches/c++-coroutines/include/libiberty.h
branches/c++-coroutines/libcpp/ChangeLog
branches/c++-coroutines/libcpp/directives.c
branches/c++-coroutines/libcpp/files.c
branches/c++-coroutines/libcpp/include/cpplib.h
branches/c++-coroutines/libcpp/include/mkdeps.h
branches/c++-coroutines/libcpp/init.c
branches/c++-coroutines/libcpp/internal.h
branches/c++-coroutines/libcpp/mkdeps.c
branches/c++-coroutines/libgcc/ChangeLog
branches/c++-coroutines/libgcc/config/arm/pr-support.c
branches/c++-coroutines/libgcc/config/arm/unwind-arm.c
branches/c++-coroutines/libgcc/config/i386/cpuinfo.c
branches/c++-coroutines/libgcc/config/i386/cpuinfo.h
branches/c++-coroutines/libgcc/unwind-c.c
branches/c++-coroutines/libgfortran/ChangeLog
branches/c++-coroutines/libgfortran/Makefile.am
branches/c++-coroutines/libgfortran/Makefile.in
branches/c++-coroutines/libgo/Makefile.am
branches/c++-coroutines/libgo/Makefile.in
branches/c++-coroutines/libgo/README
branches/c++-coroutines/libgo/go/os/user/user_test.go
branches/c++-coroutines/libgo/go/reflect/all_test.go
branches/c++-coroutines/libgo/go/reflect/type.go
branches/c++-coroutines/libgo/go/reflect/value.go
branches/c++-coroutines/libgo/go/runtime/iface.go
branches/c++-coroutines/libgo/go/runtime/map.go
branches/c++-coroutines/libgo/go/runtime/mbarrier.go
branches/c++-coroutines/libgo/go/runtime/pprof/proto.go
branches/c++-coroutines/libgo/go/runtime/proc.go
branches/c++-coroutines/libgo/go/runtime/runtime_mmap_test.go
branches/c++-coroutines/libgo/go/runtime/stubs.go
branches/c++-coroutines/libgo/runtime/go-callers.c
branches/c++-coroutines/libgo/runtime/go-libmain.c
branches/c++-coroutines/libgo/runtime/go-main.c
branches/c++-coroutines/libgo/runtime/go-unwind.c
branches/c++-coroutines/libgo/runtime/runtime.h
branches/c++-coroutines/libgomp/ChangeLog
branches/c++-coroutines/libgomp/oacc-parallel.c
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr87835.c
branches/c++-coroutines/libiberty/ChangeLog
branches/c++-coroutines/libiberty/cp-demangle.c
branches/c++-coroutines/libiberty/d-demangle.c
branches/c++-coroutines/libiberty/testsuite/d-demangle-expected
branches/c++-coroutines/libiberty/testsuite/demangle-expected
branches/c++-coroutines/libitm/ChangeLog
branches/c++-coroutines/libitm/Makefile.am
branches/c++-coroutines/libitm/Makefile.in
branches/c++-coroutines/libobjc/ChangeLog
branches/c++-coroutines/libobjc/exception.c
branches/c++-coroutines/libphobos/ChangeLog
branches/c++-coroutines/libphobos/configure
branches/c++-coroutines/libphobos/configure.ac
branches/c++-coroutines/libphobos/configure.tgt
branches/c++-coroutines/libphobos/libdruntime/MERGE
branches/c++-coroutines/libphobos/libdruntime/Makefile.am
branches/c++-coroutines/libphobos/libdruntime/Makefile.in
branches/c++-coroutines/libphobos/libdruntime/core/atomic.d
branches/c++-coroutines/libphobos/libdruntime/core/runtime.d
branches/c++-coroutines/libphobos/libdruntime/core/stdc/math.d
branches/c++-coroutines/libphobos/libdruntime/core/stdc/stdio.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/dragonflybsd/execinfo.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/freebsd/execinfo.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/linux/link.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/netbsd/execinfo.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/spawn.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/sys/stat.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/posix/ucontext.d
branches/c++-coroutines/libphobos/libdruntime/core/sys/windows/dll.d
branches/c++-coroutines/libphobos/libdruntime/core/thread.d
branches/c++-coroutines/libphobos/libdruntime/core/time.d
branches/c++-coroutines/libphobos/libdruntime/gcc/deh.d
branches/c++-coroutines/libphobos/libdruntime/gcc/sections/elf_shared.d
branches/c++-coroutines/libphobos/libdruntime/object.d
branches/c++-coroutines/libphobos/libdruntime/rt/aApplyR.d
branches/c++-coroutines/libphobos/libdruntime/rt/config.d
branches/c++-coroutines/libphobos/libdruntime/rt/dmain2.d
branches/c++-coroutines/libphobos/libdruntime/rt/monitor_.d
branches/c++-coroutines/libphobos/libdruntime/rt/qsort.d
branches/c++-coroutines/libphobos/m4/druntime/cpu.m4
branches/c++-coroutines/libphobos/m4/druntime/os.m4
branches/c++-coroutines/libphobos/m4/libtool.m4
branches/c++-coroutines/libphobos/src/MERGE
branches/c++-coroutines/libphobos/src/std/experimental/allocator/building_blocks/region.d
branches/c++-coroutines/libphobos/src/std/math.d
branches/c++-coroutines/libphobos/src/std/net/curl.d
branches/c++-coroutines/libphobos/src/std/outbuffer.d
branches/c++-coroutines/libphobos/src/std/process.d
branches/c++-coroutines/libphobos/src/std/uni.d
branches/c++-coroutines/libphobos/src/std/xml.d
branches/c++-coroutines/libphobos/testsuite/Makefile.am
branches/c++-coroutines/libphobos/testsuite/Makefile.in
branches/c++-coroutines/libphobos/testsuite/lib/libphobos.exp
branches/c++-coroutines/libphobos/testsuite/libphobos.druntime/druntime.exp
branches/c++-coroutines/libphobos/testsuite/libphobos.druntime_shared/druntime_shared.exp
branches/c++-coroutines/libphobos/testsuite/libphobos.phobos/phobos.exp
branches/c++-coroutines/libphobos/testsuite/libphobos.phobos_shared/phobos_shared.exp
branches/c++-coroutines/libphobos/testsuite/libphobos.thread/thread.exp
branches/c++-coroutines/maintainer-scripts/ChangeLog
branches/c++-coroutines/maintainer-scripts/crontab
Propchange: branches/c++-coroutines/
('svn:mergeinfo' modified)
More information about the Libstdc++-cvs
mailing list