r277500 - in /branches/c++-coroutines: ./ .gita...

iains@gcc.gnu.org iains@gcc.gnu.org
Mon Oct 28 01:25:00 GMT 2019


Author: iains
Date: Mon Oct 28 01:25:38 2019
New Revision: 277500

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

2019-10-28  Iain Sandoe  <iain@sandoe.co.uk>

	Merge trunk r277499.


Added:
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/allocator/rebind_c++20.cc
      - copied unchanged from r277499, trunk/libstdc++-v3/testsuite/20_util/allocator/rebind_c++20.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/allocator/requirements/constexpr.cc
      - copied unchanged from r277499, trunk/libstdc++-v3/testsuite/20_util/allocator/requirements/constexpr.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/allocator/requirements/typedefs_c++20.cc
      - copied unchanged from r277499, trunk/libstdc++-v3/testsuite/20_util/allocator/requirements/typedefs_c++20.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/function_objects/invoke/constexpr.cc
      - copied unchanged from r277499, trunk/libstdc++-v3/testsuite/20_util/function_objects/invoke/constexpr.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/specialized_algorithms/construct_at/
      - copied from r277499, trunk/libstdc++-v3/testsuite/20_util/specialized_algorithms/construct_at/
    branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/random/concept.cc
      - copied unchanged from r277499, trunk/libstdc++-v3/testsuite/26_numerics/random/concept.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/std/concepts/1.cc
      - copied unchanged from r277499, trunk/libstdc++-v3/testsuite/std/concepts/1.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/std/concepts/2.cc
      - copied unchanged from r277499, trunk/libstdc++-v3/testsuite/std/concepts/2.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/hppa-linux-gnu/baseline_symbols.txt
    branches/c++-coroutines/libstdc++-v3/doc/html/manual/status.html
    branches/c++-coroutines/libstdc++-v3/doc/xml/gnu/gpl-3.0.xml
    branches/c++-coroutines/libstdc++-v3/doc/xml/manual/codecvt.xml
    branches/c++-coroutines/libstdc++-v3/doc/xml/manual/locale.xml
    branches/c++-coroutines/libstdc++-v3/doc/xml/manual/messages.xml
    branches/c++-coroutines/libstdc++-v3/doc/xml/manual/policy_data_structures_biblio.xml
    branches/c++-coroutines/libstdc++-v3/doc/xml/manual/status_cxx2020.xml
    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/allocator.h
    branches/c++-coroutines/libstdc++-v3/include/bits/basic_string.h
    branches/c++-coroutines/libstdc++-v3/include/bits/memoryfwd.h
    branches/c++-coroutines/libstdc++-v3/include/bits/random.h
    branches/c++-coroutines/libstdc++-v3/include/bits/range_cmp.h
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_construct.h
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_uninitialized.h
    branches/c++-coroutines/libstdc++-v3/include/debug/helper_functions.h
    branches/c++-coroutines/libstdc++-v3/include/experimental/executor
    branches/c++-coroutines/libstdc++-v3/include/ext/alloc_traits.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/malloc_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_/bin_search_tree_.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/traits.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_/entry_cmp.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/entry_pred.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/branch_policy/branch_policy.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/cond_dealtor.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/eq_fn/hash_eq_fn.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/hash_fn/ranged_hash_fn.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/hash_fn/ranged_probe_fn.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/left_child_next_sibling_heap_/node.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.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_/constructors_destructor_fn_imps.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/node_iterators.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/pairing_heap_/pairing_heap_.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/pat_trie_/pat_trie_base.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/rb_tree_map_/node.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/splay_tree_/node.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/type_utils.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/detail/types_traits.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/list_update_policy.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/priority_queue.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/tree_policy.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/pb_ds/trie_policy.hpp
    branches/c++-coroutines/libstdc++-v3/include/ext/rc_string_base.h
    branches/c++-coroutines/libstdc++-v3/include/ext/rope
    branches/c++-coroutines/libstdc++-v3/include/ext/slist
    branches/c++-coroutines/libstdc++-v3/include/ext/sso_string_base.h
    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/ext/vstring_util.h
    branches/c++-coroutines/libstdc++-v3/include/std/functional
    branches/c++-coroutines/libstdc++-v3/include/std/memory
    branches/c++-coroutines/libstdc++-v3/include/std/version
    branches/c++-coroutines/libstdc++-v3/include/tr1/hashtable.h
    branches/c++-coroutines/libstdc++-v3/include/tr1/regex
    branches/c++-coroutines/libstdc++-v3/testsuite/17_intro/names.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/allocator/8230.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/allocator/requirements/typedefs.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/allocator/void.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/bind/91371.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/headers/memory/synopsis.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/20_util/scoped_allocator/69293_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/deque/capacity/29134.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/forward_list/capacity/1.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/list/capacity/29134.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/map/capacity/29134.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/multimap/capacity/29134.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/multiset/capacity/29134.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/set/capacity/29134.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/vector/capacity/29134.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/vector/cons/destructible_debug_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/vector/cons/destructible_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/random/pr60037-neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/backward/hash_map/23528.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/ext/malloc_allocator/variadic_construct.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/ext/new_allocator/variadic_construct.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/ext/vstring/capacity/29134.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/tr1/6_containers/unordered_map/capacity/29134-map.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/tr1/6_containers/unordered_multimap/capacity/29134-multimap.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/capacity/29134-multiset.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/tr1/6_containers/unordered_set/capacity/29134-set.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/util/replacement_memory_operators.h
    branches/c++-coroutines/libstdc++-v3/testsuite/util/testsuite_abi.h
    branches/c++-coroutines/libstdc++-v3/testsuite/util/testsuite_allocator.h
    branches/c++-coroutines/libstdc++-v3/testsuite/util/testsuite_iterators.h

Changes in other areas also in this revision:
Added:
    branches/c++-coroutines/gcc/testsuite/c-c++-common/gomp/declare-variant-8.c
      - copied unchanged from r277499, trunk/gcc/testsuite/c-c++-common/gomp/declare-variant-8.c
    branches/c++-coroutines/gcc/testsuite/g++.dg/DRs/dr1778.C
      - copied unchanged from r277499, trunk/gcc/testsuite/g++.dg/DRs/dr1778.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-92015.C
      - copied unchanged from r277499, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-92015.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-odr1.C
      - copied unchanged from r277499, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-odr1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-odr2.C
      - copied unchanged from r277499, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-odr2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/noexcept55.C
      - copied unchanged from r277499, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept55.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/decomp50.C
      - copied unchanged from r277499, trunk/gcc/testsuite/g++.dg/cpp1z/decomp50.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts5.C
      - copied unchanged from r277499, trunk/gcc/testsuite/g++.dg/cpp2a/concepts5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/aka5.h
      - copied unchanged from r277499, trunk/gcc/testsuite/g++.dg/diagnostic/aka5.h
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/aka5a.C
      - copied unchanged from r277499, trunk/gcc/testsuite/g++.dg/diagnostic/aka5a.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/aka5b.C
      - copied unchanged from r277499, trunk/gcc/testsuite/g++.dg/diagnostic/aka5b.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ipa/pr91969.C
      - copied unchanged from r277499, trunk/gcc/testsuite/g++.dg/ipa/pr91969.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/pr85746.C
      - copied unchanged from r277499, trunk/gcc/testsuite/g++.dg/pr85746.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/rtti/pr83534.C
      - copied unchanged from r277499, trunk/gcc/testsuite/g++.dg/rtti/pr83534.C
    branches/c++-coroutines/gcc/testsuite/g++.target/aarch64/diag_aka_1.C
      - copied unchanged from r277499, trunk/gcc/testsuite/g++.target/aarch64/diag_aka_1.C
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/20191023-1.c
      - copied unchanged from r277499, trunk/gcc/testsuite/gcc.c-torture/execute/20191023-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr92162.c
      - copied unchanged from r277499, trunk/gcc/testsuite/gcc.dg/pr92162.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr92173.c
      - copied unchanged from r277499, trunk/gcc/testsuite/gcc.dg/torture/pr92173.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr92203.c
      - copied unchanged from r277499, trunk/gcc/testsuite/gcc.dg/torture/pr92203.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr92222.c
      - copied unchanged from r277499, trunk/gcc/testsuite/gcc.dg/torture/pr92222.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr92205.c
      - copied unchanged from r277499, trunk/gcc/testsuite/gcc.dg/vect/pr92205.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/slp-reduc-10a.c
      - copied unchanged from r277499, trunk/gcc/testsuite/gcc.dg/vect/slp-reduc-10a.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/slp-reduc-10b.c
      - copied unchanged from r277499, trunk/gcc/testsuite/gcc.dg/vect/slp-reduc-10b.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/slp-reduc-10c.c
      - copied unchanged from r277499, trunk/gcc/testsuite/gcc.dg/vect/slp-reduc-10c.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/slp-reduc-10d.c
      - copied unchanged from r277499, trunk/gcc/testsuite/gcc.dg/vect/slp-reduc-10d.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/slp-reduc-10e.c
      - copied unchanged from r277499, trunk/gcc/testsuite/gcc.dg/vect/slp-reduc-10e.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/slp-reduc-9.c
      - copied unchanged from r277499, trunk/gcc/testsuite/gcc.dg/vect/slp-reduc-9.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/acle/rng_1.c
      - copied unchanged from r277499, trunk/gcc/testsuite/gcc.target/aarch64/acle/rng_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr87007-4.c
      - copied unchanged from r277499, trunk/gcc/testsuite/gcc.target/i386/pr87007-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr87007-5.c
      - copied unchanged from r277499, trunk/gcc/testsuite/gcc.target/i386/pr87007-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/load-thread-pointer-once-2.c
      - copied unchanged from r277499, trunk/gcc/testsuite/gcc.target/s390/load-thread-pointer-once-2.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/char_result_19.f90
      - copied unchanged from r277499, trunk/gcc/testsuite/gfortran.dg/char_result_19.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/char_result_mod_19.f90
      - copied unchanged from r277499, trunk/gcc/testsuite/gfortran.dg/char_result_mod_19.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/common-block-1.f90
      - copied unchanged from r277499, trunk/gcc/testsuite/gfortran.dg/goacc/common-block-1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/common-block-2.f90
      - copied unchanged from r277499, trunk/gcc/testsuite/gfortran.dg/goacc/common-block-2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/common-block-3.f90
      - copied unchanged from r277499, trunk/gcc/testsuite/gfortran.dg/goacc/common-block-3.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr92161.f
      - copied unchanged from r277499, trunk/gcc/testsuite/gfortran.dg/pr92161.f
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/common-block-1.f90
      - copied unchanged from r277499, trunk/libgomp/testsuite/libgomp.oacc-fortran/common-block-1.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/common-block-2.f90
      - copied unchanged from r277499, trunk/libgomp/testsuite/libgomp.oacc-fortran/common-block-2.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/common-block-3.f90
      - copied unchanged from r277499, trunk/libgomp/testsuite/libgomp.oacc-fortran/common-block-3.f90
Modified:
    branches/c++-coroutines/   (props changed)
    branches/c++-coroutines/.gitattributes
    branches/c++-coroutines/ChangeLog
    branches/c++-coroutines/ChangeLog.coroutines
    branches/c++-coroutines/contrib/dg-extract-results.py
    branches/c++-coroutines/contrib/dg-extract-results.sh
    branches/c++-coroutines/gcc/ChangeLog
    branches/c++-coroutines/gcc/DATESTAMP
    branches/c++-coroutines/gcc/REVISION
    branches/c++-coroutines/gcc/ada/ChangeLog
    branches/c++-coroutines/gcc/ada/locales.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.h
    branches/c++-coroutines/gcc/c-family/c-omp.c
    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/cgraph.c
    branches/c++-coroutines/gcc/cgraph.h
    branches/c++-coroutines/gcc/cgraphunit.c
    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-protos.h
    branches/c++-coroutines/gcc/config/aarch64/aarch64.c
    branches/c++-coroutines/gcc/config/aarch64/aarch64.h
    branches/c++-coroutines/gcc/config/aarch64/aarch64.md
    branches/c++-coroutines/gcc/config/aarch64/arm_acle.h
    branches/c++-coroutines/gcc/config/arc/arc.c
    branches/c++-coroutines/gcc/config/arm/arm.c
    branches/c++-coroutines/gcc/config/arm/arm.md
    branches/c++-coroutines/gcc/config/arm/iterators.md
    branches/c++-coroutines/gcc/config/arm/predicates.md
    branches/c++-coroutines/gcc/config/arm/thumb2.md
    branches/c++-coroutines/gcc/config/avr/gen-avr-mmcu-specs.c
    branches/c++-coroutines/gcc/config/i386/i386.md
    branches/c++-coroutines/gcc/config/i386/sse.md
    branches/c++-coroutines/gcc/config/i386/subst.md
    branches/c++-coroutines/gcc/config/msp430/constraints.md
    branches/c++-coroutines/gcc/config/msp430/msp430-protos.h
    branches/c++-coroutines/gcc/config/msp430/msp430.c
    branches/c++-coroutines/gcc/config/msp430/msp430.md
    branches/c++-coroutines/gcc/config/rs6000/altivec.md
    branches/c++-coroutines/gcc/config/rs6000/darwin.h
    branches/c++-coroutines/gcc/config/rs6000/predicates.md
    branches/c++-coroutines/gcc/config/rs6000/rs6000-builtin.def
    branches/c++-coroutines/gcc/config/rs6000/rs6000-logue.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/rx/rx.c
    branches/c++-coroutines/gcc/config/s390/s390.c
    branches/c++-coroutines/gcc/config/s390/s390.md
    branches/c++-coroutines/gcc/coverage.c
    branches/c++-coroutines/gcc/cp/ChangeLog
    branches/c++-coroutines/gcc/cp/call.c
    branches/c++-coroutines/gcc/cp/config-lang.in
    branches/c++-coroutines/gcc/cp/constexpr.c
    branches/c++-coroutines/gcc/cp/constraint.cc
    branches/c++-coroutines/gcc/cp/cp-tree.h
    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/except.c
    branches/c++-coroutines/gcc/cp/logic.cc
    branches/c++-coroutines/gcc/cp/method.c
    branches/c++-coroutines/gcc/cp/parser.c
    branches/c++-coroutines/gcc/cp/parser.h
    branches/c++-coroutines/gcc/cp/pt.c
    branches/c++-coroutines/gcc/cp/rtti.c
    branches/c++-coroutines/gcc/cp/tree.c
    branches/c++-coroutines/gcc/cp/typeck.c
    branches/c++-coroutines/gcc/diagnostic-format-json.cc
    branches/c++-coroutines/gcc/dumpfile.c
    branches/c++-coroutines/gcc/expr.c
    branches/c++-coroutines/gcc/fibonacci_heap.h
    branches/c++-coroutines/gcc/fortran/ChangeLog
    branches/c++-coroutines/gcc/fortran/array.c
    branches/c++-coroutines/gcc/fortran/decl.c
    branches/c++-coroutines/gcc/fortran/dump-parse-tree.c
    branches/c++-coroutines/gcc/fortran/openmp.c
    branches/c++-coroutines/gcc/fortran/resolve.c
    branches/c++-coroutines/gcc/fortran/trans-decl.c
    branches/c++-coroutines/gcc/gcov.c
    branches/c++-coroutines/gcc/genemit.c
    branches/c++-coroutines/gcc/gimple-loop-jam.c
    branches/c++-coroutines/gcc/gimplify.c
    branches/c++-coroutines/gcc/gimplify.h
    branches/c++-coroutines/gcc/ipa-cp.c
    branches/c++-coroutines/gcc/ipa-fnsummary.c
    branches/c++-coroutines/gcc/ipa-fnsummary.h
    branches/c++-coroutines/gcc/ipa-icf.c
    branches/c++-coroutines/gcc/ipa-inline-analysis.c
    branches/c++-coroutines/gcc/ipa-inline-transform.c
    branches/c++-coroutines/gcc/ipa-inline.c
    branches/c++-coroutines/gcc/ipa-prop.c
    branches/c++-coroutines/gcc/ipa-prop.h
    branches/c++-coroutines/gcc/ipa-reference.c
    branches/c++-coroutines/gcc/ipa-reference.h
    branches/c++-coroutines/gcc/ipa-sra.c
    branches/c++-coroutines/gcc/json.cc
    branches/c++-coroutines/gcc/json.h
    branches/c++-coroutines/gcc/lock-and-run.sh
    branches/c++-coroutines/gcc/lto-streamer-out.c
    branches/c++-coroutines/gcc/lto-streamer.h
    branches/c++-coroutines/gcc/lto/ChangeLog
    branches/c++-coroutines/gcc/lto/lto-common.c
    branches/c++-coroutines/gcc/lto/lto-partition.c
    branches/c++-coroutines/gcc/lto/lto.c
    branches/c++-coroutines/gcc/omp-general.c
    branches/c++-coroutines/gcc/omp-general.h
    branches/c++-coroutines/gcc/optinfo-emit-json.cc
    branches/c++-coroutines/gcc/params.def
    branches/c++-coroutines/gcc/plugin.c
    branches/c++-coroutines/gcc/symbol-summary.h
    branches/c++-coroutines/gcc/testsuite/ChangeLog
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/defaulted23.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/defaulted43.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-dtor3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/constexpr-attr-cleanup1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/parse/qualified2.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.other/decl5.C
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/fprintf-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/printf-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/user-printf.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wnonnull.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/ipa-sra-19.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/20181024-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr86034.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr86554-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr87693.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr90972.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr91178-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr91178.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr91091-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/unroll-and-jam.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr65947-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr65947-10.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr65947-12.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr65947-13.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr65947-14.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr65947-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr65947-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr65947-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr65947-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr65947-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr65947-9.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr80631-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr80631-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-cond-reduc-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-cond-reduc-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-reduc-2char-big-array.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-reduc-2char.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-reduc-2short.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-reduc-dot-s8b.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-reduc-pattern-2c.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vshift-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/fmla_2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/loop_add_5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/reduc_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/reduc_2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/reduc_5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/reduc_8.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/reduc_strict_3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/slp_13.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/slp_5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/slp_7.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/msp430/emulate-slli.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/msp430/emulate-srai.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/msp430/emulate-srli.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr70010-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr70010-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr70010.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr91275.c
    branches/c++-coroutines/gcc/tree-ssa-alias.c
    branches/c++-coroutines/gcc/tree-ssa-loop-ch.c
    branches/c++-coroutines/gcc/tree-ssa-loop-ivopts.c
    branches/c++-coroutines/gcc/tree-ssa-sccvn.c
    branches/c++-coroutines/gcc/tree-vect-data-refs.c
    branches/c++-coroutines/gcc/tree-vect-loop-manip.c
    branches/c++-coroutines/gcc/tree-vect-loop.c
    branches/c++-coroutines/gcc/tree-vect-patterns.c
    branches/c++-coroutines/gcc/tree-vect-slp.c
    branches/c++-coroutines/gcc/tree-vect-stmts.c
    branches/c++-coroutines/gcc/tree-vectorizer.c
    branches/c++-coroutines/gcc/tree-vectorizer.h
    branches/c++-coroutines/gcc/tree-vrp.c
    branches/c++-coroutines/gcc/tree.c
    branches/c++-coroutines/libgcc/ChangeLog
    branches/c++-coroutines/libgcc/config/msp430/lib2hw_mul.S
    branches/c++-coroutines/libgcc/config/msp430/lib2mul.c
    branches/c++-coroutines/libgomp/ChangeLog
    branches/c++-coroutines/libsanitizer/ChangeLog
    branches/c++-coroutines/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp

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




More information about the Libstdc++-cvs mailing list