r279105 - in /branches/c++-coroutines: ./ Chang...
iains@gcc.gnu.org
iains@gcc.gnu.org
Mon Dec 9 01:04:00 GMT 2019
Author: iains
Date: Mon Dec 9 01:04:41 2019
New Revision: 279105
URL: https://gcc.gnu.org/viewcvs?rev=279105&root=gcc&view=rev
Log:
c++-coroutines - merge trunk r279104.
2019-12-09 Iain Sandoe <iain@sandoe.co.uk>
Merge trunk r279104.
Added:
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/pair/comparison_operators/constexpr_c++20.cc
- copied unchanged from r279104, trunk/libstdc++-v3/testsuite/20_util/pair/comparison_operators/constexpr_c++20.cc
branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare_three_way/
- copied from r279104, trunk/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare_three_way/
branches/c++-coroutines/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/3.cc
- copied unchanged from r279104, trunk/libstdc++-v3/testsuite/30_threads/recursive_timed_mutex/try_lock_until/3.cc
branches/c++-coroutines/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/3.cc
- copied unchanged from r279104, trunk/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/3.cc
branches/c++-coroutines/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/4.cc
- copied unchanged from r279104, trunk/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/4.cc
branches/c++-coroutines/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx20.cc
- copied unchanged from r279104, trunk/libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx20.cc
branches/c++-coroutines/libstdc++-v3/testsuite/util/slow_clock.h
- copied unchanged from r279104, trunk/libstdc++-v3/testsuite/util/slow_clock.h
Modified:
branches/c++-coroutines/libstdc++-v3/ChangeLog
branches/c++-coroutines/libstdc++-v3/acinclude.m4
branches/c++-coroutines/libstdc++-v3/config.h.in
branches/c++-coroutines/libstdc++-v3/config/cpu/aarch64/opt/ext/opt_random.h
branches/c++-coroutines/libstdc++-v3/configure
branches/c++-coroutines/libstdc++-v3/configure.ac
branches/c++-coroutines/libstdc++-v3/include/bits/cpp_type_traits.h
branches/c++-coroutines/libstdc++-v3/include/bits/range_access.h
branches/c++-coroutines/libstdc++-v3/include/bits/stl_algobase.h
branches/c++-coroutines/libstdc++-v3/include/bits/stl_pair.h
branches/c++-coroutines/libstdc++-v3/include/std/array
branches/c++-coroutines/libstdc++-v3/include/std/mutex
branches/c++-coroutines/libstdc++-v3/include/std/ranges
branches/c++-coroutines/libstdc++-v3/include/std/shared_mutex
branches/c++-coroutines/libstdc++-v3/include/std/span
branches/c++-coroutines/libstdc++-v3/include/std/type_traits
branches/c++-coroutines/libstdc++-v3/libsupc++/compare
branches/c++-coroutines/libstdc++-v3/python/libstdcxx/v6/printers.py
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/array/comparison_operators/constexpr.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/array/tuple_interface/get_neg.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/span/lwg3255.cc
branches/c++-coroutines/libstdc++-v3/testsuite/30_threads/condition_variable/members/2.cc
branches/c++-coroutines/libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/3.cc
branches/c++-coroutines/libstdc++-v3/testsuite/30_threads/timed_mutex/try_lock_until/57641.cc
branches/c++-coroutines/libstdc++-v3/testsuite/30_threads/unique_lock/locking/4.cc
Changes in other areas also in this revision:
Added:
branches/c++-coroutines/gcc/testsuite/g++.dg/conversion/ambig4.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/conversion/ambig4.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/decltype73.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp0x/decltype73.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle6.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle6.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/temp-extend2.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp0x/temp-extend2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/bitfield4.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/bitfield4.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-init1.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-init10.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init10.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-init11.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init11.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-init12.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init12.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-init13.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init13.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-init14.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init14.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-init15.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init15.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-init2.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-init3.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init3.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-init4.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init4.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-init5.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init5.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-init6.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init6.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-init7.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init7.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-init8.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init8.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-init9.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-init9.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-new8.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-new8.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-virtual14.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-virtual14.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-virtual15.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-virtual15.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/lambda-mangle.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/lambda-mangle.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init1.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init10.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init10.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init11.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init11.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init12.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init12.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init13.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init13.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init14.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init14.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init15.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init15.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init16.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init16.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init17.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init17.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init18.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init18.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init19.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init19.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init2.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init3.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init3.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init4.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init4.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init5.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init5.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init6.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init6.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init7.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init7.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init8.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init8.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/paren-init9.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/paren-init9.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/srcloc1.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/srcloc10.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc10.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/srcloc11.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc11.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/srcloc12.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc12.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/srcloc13.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc13.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/srcloc14.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc14.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/srcloc2.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/srcloc3.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc3.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/srcloc4.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc4.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/srcloc5.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc5.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/srcloc6.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc6.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/srcloc7.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc7.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/srcloc8.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc8.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/srcloc9.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/cpp2a/srcloc9.C
branches/c++-coroutines/gcc/testsuite/g++.dg/dfp/pr92744.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/dfp/pr92744.C
branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/functional-cast-to-array-type-1.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/diagnostic/functional-cast-to-array-type-1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/inconsistent-deduction-1.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/diagnostic/inconsistent-deduction-1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/main2.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/diagnostic/main2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/returning-a-value-1.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/diagnostic/returning-a-value-1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/is_same.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/ext/is_same.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/sve-sizeless-1.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/ext/sve-sizeless-1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/sve-sizeless-2.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/ext/sve-sizeless-2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/temp-extend1.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/ext/temp-extend1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/lto/odr-7_0.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/lto/odr-7_0.C
branches/c++-coroutines/gcc/testsuite/g++.dg/lto/odr-7_1.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/lto/odr-7_1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/overload/error4.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/overload/error4.C
branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/pr92751.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/tree-ssa/pr92751.C
branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wstringop-overflow-4.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.dg/warn/Wstringop-overflow-4.C
branches/c++-coroutines/gcc/testsuite/g++.target/aarch64/sve/acle/general-c++/gnu_vectors_1.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.target/aarch64/sve/acle/general-c++/gnu_vectors_1.C
branches/c++-coroutines/gcc/testsuite/g++.target/aarch64/sve/acle/general-c++/gnu_vectors_2.C
- copied unchanged from r279104, trunk/gcc/testsuite/g++.target/aarch64/sve/acle/general-c++/gnu_vectors_2.C
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/bswap-3.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.c-torture/execute/bswap-3.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/Warray-bounds-56.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.dg/Warray-bounds-56.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstringop-overflow-25.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-25.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/lvalue-10.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.dg/lvalue-10.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/lvalue-9.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.dg/lvalue-9.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr92741.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.dg/pr92741.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr92768.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.dg/pr92768.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr92742.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.dg/torture/pr92742.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr92734-2.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr92734-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/pr92734.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr92734.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-84.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-84.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/vla-25.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.dg/vla-25.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/struct_1.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/struct_1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/general/deref_1.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.target/aarch64/sve/acle/general/deref_1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/general/eqne_dup_1.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.target/aarch64/sve/acle/general/eqne_dup_1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/general/nosve_4.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.target/aarch64/sve/acle/general/nosve_4.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/general/nosve_5.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.target/aarch64/sve/acle/general/nosve_5.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/general/whilelt_5.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.target/aarch64/sve/acle/general/whilelt_5.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr92645-5.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.target/i386/pr92645-5.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr92803.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.target/i386/pr92803.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr92818.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.target/i386/pr92818.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr92819-1.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.target/i386/pr92819-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/s390/pr92176.c
- copied unchanged from r279104, trunk/gcc/testsuite/gcc.target/s390/pr92176.c
branches/c++-coroutines/gcc/testsuite/gfortran.dg/associate_50.f90
- copied unchanged from r279104, trunk/gcc/testsuite/gfortran.dg/associate_50.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/dependency_57.f90
- copied unchanged from r279104, trunk/gcc/testsuite/gfortran.dg/dependency_57.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/gomp/teams1.f90
- copied unchanged from r279104, trunk/gcc/testsuite/gfortran.dg/gomp/teams1.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/interface_44.f90
- copied unchanged from r279104, trunk/gcc/testsuite/gfortran.dg/interface_44.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/intrinsic_9.f90
- copied unchanged from r279104, trunk/gcc/testsuite/gfortran.dg/intrinsic_9.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr92781.f90
- copied unchanged from r279104, trunk/gcc/testsuite/gfortran.dg/pr92781.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/optional-map.f90
- copied unchanged from r279104, trunk/libgomp/testsuite/libgomp.fortran/optional-map.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/teams1.f90
- copied unchanged from r279104, trunk/libgomp/testsuite/libgomp.fortran/teams1.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/teams2.f90
- copied unchanged from r279104, trunk/libgomp/testsuite/libgomp.fortran/teams2.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/optional-cache.f95
- copied unchanged from r279104, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-cache.f95
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/optional-data-copyin-by-value.f90
- copied unchanged from r279104, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-data-copyin-by-value.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/optional-data-copyin.f90
- copied unchanged from r279104, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-data-copyin.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/optional-data-copyout.f90
- copied unchanged from r279104, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-data-copyout.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/optional-data-enter-exit.f90
- copied unchanged from r279104, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-data-enter-exit.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/optional-declare.f90
- copied unchanged from r279104, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-declare.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/optional-firstprivate.f90
- copied unchanged from r279104, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-firstprivate.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/optional-host_data.f90
- copied unchanged from r279104, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-host_data.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/optional-nested-calls.f90
- copied unchanged from r279104, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-nested-calls.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/optional-private.f90
- copied unchanged from r279104, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-private.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/optional-reduction.f90
- copied unchanged from r279104, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-reduction.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/optional-update-device.f90
- copied unchanged from r279104, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-update-device.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/optional-update-host.f90
- copied unchanged from r279104, trunk/libgomp/testsuite/libgomp.oacc-fortran/optional-update-host.f90
Removed:
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-43.c
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-47.c
Modified:
branches/c++-coroutines/ (props changed)
branches/c++-coroutines/ChangeLog.coroutines
branches/c++-coroutines/contrib/ChangeLog
branches/c++-coroutines/contrib/texi2pod.pl
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/decl.c
branches/c++-coroutines/gcc/ada/gcc-interface/utils.c
branches/c++-coroutines/gcc/builtins.c
branches/c++-coroutines/gcc/builtins.h
branches/c++-coroutines/gcc/c-family/ChangeLog
branches/c++-coroutines/gcc/c-family/c-common.c
branches/c++-coroutines/gcc/c-family/c-cppbuiltin.c
branches/c++-coroutines/gcc/c/ChangeLog
branches/c++-coroutines/gcc/c/c-decl.c
branches/c++-coroutines/gcc/c/c-tree.h
branches/c++-coroutines/gcc/c/c-typeck.c
branches/c++-coroutines/gcc/cfgexpand.c
branches/c++-coroutines/gcc/cgraph.c
branches/c++-coroutines/gcc/cgraph.h
branches/c++-coroutines/gcc/cgraphclones.c
branches/c++-coroutines/gcc/cgraphunit.c
branches/c++-coroutines/gcc/common.opt
branches/c++-coroutines/gcc/config/aarch64/aarch64-fusion-pairs.def
branches/c++-coroutines/gcc/config/aarch64/aarch64-sve-builtins-base.cc
branches/c++-coroutines/gcc/config/aarch64/aarch64-sve-builtins.cc
branches/c++-coroutines/gcc/config/aarch64/aarch64-sve-builtins.h
branches/c++-coroutines/gcc/config/aarch64/aarch64.c
branches/c++-coroutines/gcc/config/arm/arm.c
branches/c++-coroutines/gcc/config/gcn/gcn-valu.md
branches/c++-coroutines/gcc/config/gcn/gcn.c
branches/c++-coroutines/gcc/config/gcn/gcn.h
branches/c++-coroutines/gcc/config/i386/i386.md
branches/c++-coroutines/gcc/config/msp430/msp430.md
branches/c++-coroutines/gcc/config/rs6000/rs6000-c.c
branches/c++-coroutines/gcc/config/rs6000/rs6000-call.c
branches/c++-coroutines/gcc/config/rs6000/rs6000-internal.h
branches/c++-coroutines/gcc/config/rs6000/rs6000.c
branches/c++-coroutines/gcc/config/rs6000/rs6000.h
branches/c++-coroutines/gcc/coverage.c
branches/c++-coroutines/gcc/cp/ChangeLog
branches/c++-coroutines/gcc/cp/call.c
branches/c++-coroutines/gcc/cp/class.c
branches/c++-coroutines/gcc/cp/constexpr.c
branches/c++-coroutines/gcc/cp/cp-gimplify.c
branches/c++-coroutines/gcc/cp/cp-tree.h
branches/c++-coroutines/gcc/cp/cvt.c
branches/c++-coroutines/gcc/cp/cxx-pretty-print.c
branches/c++-coroutines/gcc/cp/decl.c
branches/c++-coroutines/gcc/cp/except.c
branches/c++-coroutines/gcc/cp/init.c
branches/c++-coroutines/gcc/cp/lambda.c
branches/c++-coroutines/gcc/cp/method.c
branches/c++-coroutines/gcc/cp/name-lookup.c
branches/c++-coroutines/gcc/cp/parser.c
branches/c++-coroutines/gcc/cp/pt.c
branches/c++-coroutines/gcc/cp/semantics.c
branches/c++-coroutines/gcc/cp/tree.c
branches/c++-coroutines/gcc/cp/typeck.c
branches/c++-coroutines/gcc/cp/typeck2.c
branches/c++-coroutines/gcc/doc/invoke.texi
branches/c++-coroutines/gcc/doc/match-and-simplify.texi
branches/c++-coroutines/gcc/expr.c
branches/c++-coroutines/gcc/fold-const.c
branches/c++-coroutines/gcc/fortran/ChangeLog
branches/c++-coroutines/gcc/fortran/dependency.c
branches/c++-coroutines/gcc/fortran/interface.c
branches/c++-coroutines/gcc/fortran/intrinsic.c
branches/c++-coroutines/gcc/fortran/resolve.c
branches/c++-coroutines/gcc/fortran/trans-array.c
branches/c++-coroutines/gcc/fortran/trans-array.h
branches/c++-coroutines/gcc/fortran/trans-common.c
branches/c++-coroutines/gcc/fortran/trans-decl.c
branches/c++-coroutines/gcc/fortran/trans-openmp.c
branches/c++-coroutines/gcc/fortran/trans-stmt.c
branches/c++-coroutines/gcc/fortran/trans-types.c
branches/c++-coroutines/gcc/fortran/trans.c
branches/c++-coroutines/gcc/fortran/trans.h
branches/c++-coroutines/gcc/genmatch.c
branches/c++-coroutines/gcc/gimple-fold.c
branches/c++-coroutines/gcc/gimple-ssa-warn-restrict.c
branches/c++-coroutines/gcc/gimplify.c
branches/c++-coroutines/gcc/go/gofrontend/MERGE
branches/c++-coroutines/gcc/ipa-cp.c
branches/c++-coroutines/gcc/ipa-devirt.c
branches/c++-coroutines/gcc/ipa-fnsummary.c
branches/c++-coroutines/gcc/ipa-inline-analysis.c
branches/c++-coroutines/gcc/ipa-inline-transform.c
branches/c++-coroutines/gcc/ipa-prop.c
branches/c++-coroutines/gcc/ipa-split.c
branches/c++-coroutines/gcc/ipa-utils.h
branches/c++-coroutines/gcc/lto-streamer-in.c
branches/c++-coroutines/gcc/lto/ChangeLog
branches/c++-coroutines/gcc/lto/lto-partition.c
branches/c++-coroutines/gcc/match.pd
branches/c++-coroutines/gcc/omp-low.c
branches/c++-coroutines/gcc/opts.c
branches/c++-coroutines/gcc/pretty-print.c
branches/c++-coroutines/gcc/profile.c
branches/c++-coroutines/gcc/rtlanal.c
branches/c++-coroutines/gcc/symtab.c
branches/c++-coroutines/gcc/target.h
branches/c++-coroutines/gcc/testsuite/ChangeLog
branches/c++-coroutines/gcc/testsuite/c-c++-common/Wstringop-truncation.c
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/auto25.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/auto28.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-99.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-array6.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-ctor.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-diag3.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-diag4.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-ex3.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-template2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-union2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/decltype3.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/decltype4.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/explicit7.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/gen-attrs-36.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/gen-attrs-37.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/gen-attrs-8.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/initlist12.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-deduce-ext-neg.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/pr31437.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/pr79118.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/constexpr-83921-3.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/constexpr-neg1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/constexpr-lambda12.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/bitfield3.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/consteval13.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-try5.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C
branches/c++-coroutines/gcc/testsuite/g++.dg/debug/dwarf2/pr44641.C
branches/c++-coroutines/gcc/testsuite/g++.dg/expr/pmf-1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/arm-fp16/arm-fp16-ops.h
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/attr-alloc_size.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/desig10.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/stmtexpr21.C
branches/c++-coroutines/gcc/testsuite/g++.dg/init/reference2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/lto/inline-crossmodule-1_0.C
branches/c++-coroutines/gcc/testsuite/g++.dg/other/ptrmem2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/parse/template2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/template/crash107.C
branches/c++-coroutines/gcc/testsuite/g++.dg/template/crash95.C
branches/c++-coroutines/gcc/testsuite/g++.dg/template/error8.C
branches/c++-coroutines/gcc/testsuite/g++.dg/template/ptrmem17.C
branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.bugs/900213_03.C
branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.jason/crash3.C
branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.law/ctors11.C
branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.law/ctors9.C
branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.mike/net22.C
branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.niklas/t128.C
branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.ns/crash3.C
branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.ns/template7.C
branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.other/pmf7.C
branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.other/ptrmem7.C
branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.pt/crash8.C
branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstringop-overflow-23.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstringop-overflow-24.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/array-8.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/asm-4.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/attr-alloc_size.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/attr-copy-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/builtin-stringop-chk-5.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/builtin-stringop-chk-8.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/enum-incomplete-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/enum-incomplete-3.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/noncompile/incomplete-3.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr48552-1.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr48552-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr63543.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr69796.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/aarch64-sve-acle.exp
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/dup_f16.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/dup_f32.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/dup_f64.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/dup_s16.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/dup_s32.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/dup_s64.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/dup_s8.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/dup_u16.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/dup_u32.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/dup_u64.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/dup_u8.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/type_redef_11.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/pcs/nosve_4.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/pcs/nosve_5.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/pcs/nosve_6.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr82002-2a.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr82002-2b.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr72804.c
branches/c++-coroutines/gcc/testsuite/gfortran.dg/loop_versioning_6.f90
branches/c++-coroutines/gcc/tree-core.h
branches/c++-coroutines/gcc/tree-data-ref.c
branches/c++-coroutines/gcc/tree-profile.c
branches/c++-coroutines/gcc/tree-ssa-forwprop.c
branches/c++-coroutines/gcc/tree-ssa-sccvn.c
branches/c++-coroutines/gcc/tree-ssa-strlen.c
branches/c++-coroutines/gcc/tree-ssa.c
branches/c++-coroutines/gcc/tree-switch-conversion.c
branches/c++-coroutines/gcc/tree-vect-loop.c
branches/c++-coroutines/gcc/tree-vector-builder.h
branches/c++-coroutines/gcc/tree-vrp.c
branches/c++-coroutines/libbacktrace/ChangeLog
branches/c++-coroutines/libbacktrace/dwarf.c
branches/c++-coroutines/libbacktrace/edtest.c
branches/c++-coroutines/libbacktrace/elf.c
branches/c++-coroutines/libbacktrace/internal.h
branches/c++-coroutines/libbacktrace/pecoff.c
branches/c++-coroutines/libbacktrace/xcoff.c
branches/c++-coroutines/libcc1/ChangeLog
branches/c++-coroutines/libcc1/libcp1plugin.cc
branches/c++-coroutines/libgcc/ChangeLog
branches/c++-coroutines/libgcc/config/avr/t-avrlibc
branches/c++-coroutines/libgo/Makefile.am
branches/c++-coroutines/libgo/Makefile.in
branches/c++-coroutines/libgo/configure
branches/c++-coroutines/libgo/configure.ac
branches/c++-coroutines/libgo/go/runtime/os_hurd.go
branches/c++-coroutines/libgo/runtime/go-context.S
branches/c++-coroutines/libgomp/ChangeLog
branches/c++-coroutines/libgomp/config/accel/proc.c
branches/c++-coroutines/libgomp/configure.tgt
branches/c++-coroutines/libgomp/oacc-init.c
branches/c++-coroutines/libgomp/oacc-mem.c
branches/c++-coroutines/libgomp/testsuite/lib/libgomp.exp
branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/use_device_addr-1.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/use_device_addr-2.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/use_device_addr-3.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/use_device_addr-4.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/use_device_ptr-optional-2.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c++/c++.exp
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c/c.exp
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/error_stop-1.f
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/error_stop-2.f
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/error_stop-3.f
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/fortran.exp
branches/c++-coroutines/libiberty/ChangeLog
branches/c++-coroutines/libiberty/make-relative-prefix.c
branches/c++-coroutines/libitm/ChangeLog
branches/c++-coroutines/libitm/configure.tgt
Propchange: branches/c++-coroutines/
('svn:mergeinfo' modified)
More information about the Libstdc++-cvs
mailing list