r272614 - in /branches/c++-coroutines: ./ Chang...
iains@gcc.gnu.org
iains@gcc.gnu.org
Mon Jun 24 07:44:00 GMT 2019
Author: iains
Date: Mon Jun 24 07:44:34 2019
New Revision: 272614
URL: https://gcc.gnu.org/viewcvs?rev=272614&root=gcc&view=rev
Log:
c++-coroutines - merge trunk 272613.
2019-06-24 Iain Sandoe <iain@sandoe.co.uk>
Merge trunk r272613.
Added:
branches/c++-coroutines/libstdc++-v3/testsuite/24_iterators/istream_iterator/1.cc
- copied unchanged from r272613, trunk/libstdc++-v3/testsuite/24_iterators/istream_iterator/1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/24_iterators/ostream_iterator/1.cc
- copied unchanged from r272613, trunk/libstdc++-v3/testsuite/24_iterators/ostream_iterator/1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/24_iterators/ostream_iterator/requirements/constexpr.cc
- copied unchanged from r272613, trunk/libstdc++-v3/testsuite/24_iterators/ostream_iterator/requirements/constexpr.cc
branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/for_each/for_each_n.cc
- copied unchanged from r272613, trunk/libstdc++-v3/testsuite/25_algorithms/for_each/for_each_n.cc
branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/rotate/90920.cc
- copied unchanged from r272613, trunk/libstdc++-v3/testsuite/25_algorithms/rotate/90920.cc
branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/exclusive_scan/
- copied from r272613, trunk/libstdc++-v3/testsuite/26_numerics/exclusive_scan/
branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/inclusive_scan/
- copied from r272613, trunk/libstdc++-v3/testsuite/26_numerics/inclusive_scan/
branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/reduce/
- copied from r272613, trunk/libstdc++-v3/testsuite/26_numerics/reduce/
branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/transform_exclusive_scan/
- copied from r272613, trunk/libstdc++-v3/testsuite/26_numerics/transform_exclusive_scan/
branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/transform_inclusive_scan/
- copied from r272613, trunk/libstdc++-v3/testsuite/26_numerics/transform_inclusive_scan/
branches/c++-coroutines/libstdc++-v3/testsuite/26_numerics/transform_reduce/
- copied from r272613, trunk/libstdc++-v3/testsuite/26_numerics/transform_reduce/
branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/path/construct/90281.cc
- copied unchanged from r272613, trunk/libstdc++-v3/testsuite/27_io/filesystem/path/construct/90281.cc
branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/path/factory/
- copied from r272613, trunk/libstdc++-v3/testsuite/27_io/filesystem/path/factory/
branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/path/native/alloc.cc
- copied unchanged from r272613, trunk/libstdc++-v3/testsuite/27_io/filesystem/path/native/alloc.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/filesystem/path/construct/90281.cc
- copied unchanged from r272613, trunk/libstdc++-v3/testsuite/experimental/filesystem/path/construct/90281.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/filesystem/path/factory/
- copied from r272613, trunk/libstdc++-v3/testsuite/experimental/filesystem/path/factory/
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/filesystem/path/native/alloc.cc
- copied unchanged from r272613, trunk/libstdc++-v3/testsuite/experimental/filesystem/path/native/alloc.cc
Modified:
branches/c++-coroutines/libstdc++-v3/ChangeLog
branches/c++-coroutines/libstdc++-v3/acinclude.m4
branches/c++-coroutines/libstdc++-v3/configure
branches/c++-coroutines/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
branches/c++-coroutines/libstdc++-v3/include/bits/algorithmfwd.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/stl_algo.h
branches/c++-coroutines/libstdc++-v3/include/bits/stl_numeric.h
branches/c++-coroutines/libstdc++-v3/include/bits/stream_iterator.h
branches/c++-coroutines/libstdc++-v3/include/c_global/cmath
branches/c++-coroutines/libstdc++-v3/include/c_global/cstddef
branches/c++-coroutines/libstdc++-v3/include/experimental/bits/fs_path.h
branches/c++-coroutines/libstdc++-v3/include/std/numeric
branches/c++-coroutines/libstdc++-v3/include/std/variant
branches/c++-coroutines/libstdc++-v3/python/libstdcxx/v6/printers.py
branches/c++-coroutines/libstdc++-v3/src/c++17/fs_path.cc
branches/c++-coroutines/libstdc++-v3/src/filesystem/path.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/allocator/1.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/bad_function_call/what.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/shared_ptr/cons/weak_ptr_expired.cc
branches/c++-coroutines/libstdc++-v3/testsuite/20_util/tuple/cons/allocator_with_any.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_element.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/array/tuple_interface/tuple_size.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/deque/cons/55977.cc
branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/vector/cons/55977.cc
branches/c++-coroutines/libstdc++-v3/testsuite/24_iterators/ostream_iterator/70766.cc
branches/c++-coroutines/libstdc++-v3/testsuite/27_io/filesystem/path/native/string.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/filesystem/path/native/string.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/map/erasure.cc
branches/c++-coroutines/libstdc++-v3/testsuite/experimental/unordered_map/erasure.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/util/testsuite_iterators.h
Changes in other areas also in this revision:
Added:
branches/c++-coroutines/contrib/bench-stringop
- copied unchanged from r272613, trunk/contrib/bench-stringop
branches/c++-coroutines/fixincludes/tests/base/dispatch/
- copied from r272613, trunk/fixincludes/tests/base/dispatch/
branches/c++-coroutines/fixincludes/tests/base/os/base.h
- copied unchanged from r272613, trunk/fixincludes/tests/base/os/base.h
branches/c++-coroutines/gcc/config/aarch64/aarch64-errata.h
- copied unchanged from r272613, trunk/gcc/config/aarch64/aarch64-errata.h
branches/c++-coroutines/gcc/config/aarch64/aarch64-netbsd.h
- copied unchanged from r272613, trunk/gcc/config/aarch64/aarch64-netbsd.h
branches/c++-coroutines/gcc/config/aarch64/t-aarch64-netbsd
- copied unchanged from r272613, trunk/gcc/config/aarch64/t-aarch64-netbsd
branches/c++-coroutines/gcc/testsuite/c-c++-common/Wswitch-outside-range-1.c
- copied unchanged from r272613, trunk/gcc/testsuite/c-c++-common/Wswitch-outside-range-1.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/Wswitch-outside-range-2.c
- copied unchanged from r272613, trunk/gcc/testsuite/c-c++-common/Wswitch-outside-range-2.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/Wswitch-outside-range-3.c
- copied unchanged from r272613, trunk/gcc/testsuite/c-c++-common/Wswitch-outside-range-3.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/Wswitch-outside-range-4.c
- copied unchanged from r272613, trunk/gcc/testsuite/c-c++-common/Wswitch-outside-range-4.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/goacc/declare-pr90861.c
- copied unchanged from r272613, trunk/gcc/testsuite/c-c++-common/goacc/declare-pr90861.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/goacc/firstprivate-mappings-1.c
- copied unchanged from r272613, trunk/gcc/testsuite/c-c++-common/goacc/firstprivate-mappings-1.c
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/Wunused-value1.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/Wunused-value1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/gen-attrs-67.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/gen-attrs-67.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/noexcept42.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept42.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/noexcept43.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept43.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/noexcept44.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept44.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/noexcept45.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept45.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/noexcept46.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept46.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/noexcept47.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept47.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/noexcept48.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept48.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/noexcept49.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept49.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/noexcept50.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept50.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/noexcept51.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept51.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/noexcept52.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept52.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/noexcept53.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept53.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/noexcept54.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/noexcept54.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/nondeduced1.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/nondeduced1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/nondeduced2.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/nondeduced2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/nondeduced3.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/nondeduced3.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/nondeduced4.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/nondeduced4.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/nondeduced5.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/nondeduced5.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/nondeduced6.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/nondeduced6.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/nondeduced7.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/nondeduced7.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/variadic177.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp0x/variadic177.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/noexcept1.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp1y/noexcept1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/inline-var7.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/cpp1z/inline-var7.C
branches/c++-coroutines/gcc/testsuite/g++.dg/debug/pr90914.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/debug/pr90914.C
branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/auto-storage-1.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/diagnostic/auto-storage-1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/friend2.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/diagnostic/friend2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/friend3.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/diagnostic/friend3.C
branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/no-type-1.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/diagnostic/no-type-1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/no-type-2.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/diagnostic/no-type-2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/top-level-auto-1.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/diagnostic/top-level-auto-1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/goto1.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/ext/goto1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/goacc/firstprivate-mappings-1.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/goacc/firstprivate-mappings-1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/lastprivate-1.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/gomp/lastprivate-1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/scan-1.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/gomp/scan-1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/lookup/pr90754.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/lookup/pr90754.C
branches/c++-coroutines/gcc/testsuite/g++.dg/other/final6.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/other/final6.C
branches/c++-coroutines/gcc/testsuite/g++.dg/other/final7.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/other/final7.C
branches/c++-coroutines/gcc/testsuite/g++.dg/parse/alignas1.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/parse/alignas1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/parse/error62.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/parse/error62.C
branches/c++-coroutines/gcc/testsuite/g++.dg/vect/simd-2.cc
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/vect/simd-2.cc
branches/c++-coroutines/gcc/testsuite/g++.dg/vect/simd-3.cc
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/vect/simd-3.cc
branches/c++-coroutines/gcc/testsuite/g++.dg/vect/simd-4.cc
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/vect/simd-4.cc
branches/c++-coroutines/gcc/testsuite/g++.dg/vect/simd-5.cc
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/vect/simd-5.cc
branches/c++-coroutines/gcc/testsuite/g++.dg/vect/simd-6.cc
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/vect/simd-6.cc
branches/c++-coroutines/gcc/testsuite/g++.dg/vect/simd-7.cc
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/vect/simd-7.cc
branches/c++-coroutines/gcc/testsuite/g++.dg/vect/simd-8.cc
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/vect/simd-8.cc
branches/c++-coroutines/gcc/testsuite/g++.dg/vect/simd-9.cc
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/vect/simd-9.cc
branches/c++-coroutines/gcc/testsuite/g++.dg/warn/miss-format-7.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/warn/miss-format-7.C
branches/c++-coroutines/gcc/testsuite/g++.dg/warn/noreturn-10.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/warn/noreturn-10.C
branches/c++-coroutines/gcc/testsuite/g++.dg/warn/noreturn-11.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/warn/noreturn-11.C
branches/c++-coroutines/gcc/testsuite/g++.dg/warn/noreturn-8.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/warn/noreturn-8.C
branches/c++-coroutines/gcc/testsuite/g++.dg/warn/noreturn-9.C
- copied unchanged from r272613, trunk/gcc/testsuite/g++.dg/warn/noreturn-9.C
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/alias-access-path-1.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.c-torture/execute/alias-access-path-1.c
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/pr84521.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.c-torture/execute/pr84521.c
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/pr90949.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.c-torture/execute/pr90949.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/gomp/pr90900.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.dg/gomp/pr90900.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/strlenopt-65.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.dg/strlenopt-65.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/strlenopt-66.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.dg/strlenopt-66.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/alias-access-path-6.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.dg/tree-ssa/alias-access-path-6.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-simd-10.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.dg/vect/vect-simd-10.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-simd-11.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.dg/vect/vect-simd-11.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-simd-12.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.dg/vect/vect-simd-12.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-simd-13.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.dg/vect/vect-simd-13.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-simd-14.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.dg/vect/vect-simd-14.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-simd-15.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.dg/vect/vect-simd-15.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-simd-8.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.dg/vect/vect-simd-8.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-simd-9.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.dg/vect/vect-simd-9.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/pcs_attribute-3.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/aarch64/pcs_attribute-3.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/fadda_1.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/aarch64/sve/fadda_1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/pr88834.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/aarch64/sve/pr88834.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx2-vect-simd-10.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/avx2-vect-simd-10.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx2-vect-simd-11.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/avx2-vect-simd-11.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx2-vect-simd-12.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/avx2-vect-simd-12.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx2-vect-simd-13.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/avx2-vect-simd-13.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx2-vect-simd-14.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/avx2-vect-simd-14.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx2-vect-simd-15.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/avx2-vect-simd-15.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx2-vect-simd-8.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/avx2-vect-simd-8.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx2-vect-simd-9.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/avx2-vect-simd-9.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512bw-vect-simd-11.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/avx512bw-vect-simd-11.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512bw-vect-simd-15.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/avx512bw-vect-simd-15.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vect-simd-10.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/avx512f-vect-simd-10.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vect-simd-12.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/avx512f-vect-simd-12.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vect-simd-13.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/avx512f-vect-simd-13.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vect-simd-14.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/avx512f-vect-simd-14.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vect-simd-8.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/avx512f-vect-simd-8.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/avx512f-vect-simd-9.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/avx512f-vect-simd-9.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/fnabs.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/fnabs.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr54855-1.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/pr54855-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr54855-10.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/pr54855-10.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr54855-2.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/pr54855-2.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr54855-3.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/pr54855-3.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr54855-4.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/pr54855-4.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr54855-5.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/pr54855-5.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr54855-6.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/pr54855-6.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr54855-7.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/pr54855-7.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr54855-8.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/pr54855-8.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr54855-9.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/pr54855-9.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse2-vect-simd-10.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/sse2-vect-simd-10.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse2-vect-simd-11.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/sse2-vect-simd-11.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse2-vect-simd-12.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/sse2-vect-simd-12.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse2-vect-simd-13.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/sse2-vect-simd-13.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse2-vect-simd-14.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/sse2-vect-simd-14.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse2-vect-simd-15.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/sse2-vect-simd-15.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse2-vect-simd-8.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/sse2-vect-simd-8.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse2-vect-simd-9.c
- copied unchanged from r272613, trunk/gcc/testsuite/gcc.target/i386/sse2-vect-simd-9.c
branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec_format_empty_item_1.f
- copied unchanged from r272613, trunk/gcc/testsuite/gfortran.dg/dec_format_empty_item_1.f
branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec_format_empty_item_2.f
- copied unchanged from r272613, trunk/gcc/testsuite/gfortran.dg/dec_format_empty_item_2.f
branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec_format_empty_item_3.f
- copied unchanged from r272613, trunk/gcc/testsuite/gfortran.dg/dec_format_empty_item_3.f
branches/c++-coroutines/gcc/testsuite/gfortran.dg/external_procedure_4.f90
- copied unchanged from r272613, trunk/gcc/testsuite/gfortran.dg/external_procedure_4.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/declare-3.f95
- copied unchanged from r272613, trunk/gcc/testsuite/gfortran.dg/goacc/declare-3.f95
branches/c++-coroutines/gcc/testsuite/gfortran.dg/io_constraints_14.f90
- copied unchanged from r272613, trunk/gcc/testsuite/gfortran.dg/io_constraints_14.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr51991.f90
- copied unchanged from r272613, trunk/gcc/testsuite/gfortran.dg/pr51991.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr67884.f90
- copied unchanged from r272613, trunk/gcc/testsuite/gfortran.dg/pr67884.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr69398.f90
- copied unchanged from r272613, trunk/gcc/testsuite/gfortran.dg/pr69398.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr69499.f90
- copied unchanged from r272613, trunk/gcc/testsuite/gfortran.dg/pr69499.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr77632_1.f90
- copied unchanged from r272613, trunk/gcc/testsuite/gfortran.dg/pr77632_1.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr86587.f90
- copied unchanged from r272613, trunk/gcc/testsuite/gfortran.dg/pr86587.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr87907.f90
- copied unchanged from r272613, trunk/gcc/testsuite/gfortran.dg/pr87907.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/vect/pr90913.f90
- copied unchanged from r272613, trunk/gcc/testsuite/gfortran.dg/vect/pr90913.f90
branches/c++-coroutines/gcc/testsuite/go.dg/concatstring.go
- copied unchanged from r272613, trunk/gcc/testsuite/go.dg/concatstring.go
branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/target-allocatable-1-1.f90
- copied unchanged from r272613, trunk/libgomp/testsuite/libgomp.fortran/target-allocatable-1-1.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/target-allocatable-1-2.f90
- copied unchanged from r272613, trunk/libgomp/testsuite/libgomp.fortran/target-allocatable-1-2.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c++/firstprivate-mappings-1.C
- copied unchanged from r272613, trunk/libgomp/testsuite/libgomp.oacc-c++/firstprivate-mappings-1.C
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/firstprivate-mappings-1.c
- copied unchanged from r272613, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/firstprivate-mappings-1.c
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/allocatable-1-1.f90
- copied unchanged from r272613, trunk/libgomp/testsuite/libgomp.oacc-fortran/allocatable-1-1.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/allocatable-1-2.f90
- copied unchanged from r272613, trunk/libgomp/testsuite/libgomp.oacc-fortran/allocatable-1-2.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/allocatable-array-1.f90
- copied unchanged from r272613, trunk/libgomp/testsuite/libgomp.oacc-fortran/allocatable-array-1.f90
Removed:
branches/c++-coroutines/gcc/testsuite/g++.dg/other/final3.C
branches/c++-coroutines/gcc/testsuite/g++.dg/other/final4.C
branches/c++-coroutines/gcc/testsuite/g++.dg/other/final5.C
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/pr88834.c
branches/c++-coroutines/libgo/runtime/go-strslice.c
Modified:
branches/c++-coroutines/ (props changed)
branches/c++-coroutines/ChangeLog.coroutines
branches/c++-coroutines/contrib/ChangeLog
branches/c++-coroutines/fixincludes/ChangeLog
branches/c++-coroutines/fixincludes/fixincl.x
branches/c++-coroutines/fixincludes/inclhack.def
branches/c++-coroutines/fixincludes/tests/base/architecture/ppc/math.h
branches/c++-coroutines/gcc/ChangeLog
branches/c++-coroutines/gcc/ChangeLog-2018
branches/c++-coroutines/gcc/DATESTAMP
branches/c++-coroutines/gcc/REVISION
branches/c++-coroutines/gcc/ada/ChangeLog
branches/c++-coroutines/gcc/ada/exp_ch9.adb
branches/c++-coroutines/gcc/ada/sem_ch5.adb
branches/c++-coroutines/gcc/attribs.c
branches/c++-coroutines/gcc/attribs.h
branches/c++-coroutines/gcc/builtins.c
branches/c++-coroutines/gcc/c-family/ChangeLog
branches/c++-coroutines/gcc/c-family/c-attribs.c
branches/c++-coroutines/gcc/c-family/c-common.c
branches/c++-coroutines/gcc/c-family/c-common.h
branches/c++-coroutines/gcc/c-family/c-format.c
branches/c++-coroutines/gcc/c-family/c-warn.c
branches/c++-coroutines/gcc/c-family/c.opt
branches/c++-coroutines/gcc/cfgexpand.c
branches/c++-coroutines/gcc/config.gcc
branches/c++-coroutines/gcc/config/aarch64/aarch64-elf-raw.h
branches/c++-coroutines/gcc/config/aarch64/aarch64-freebsd.h
branches/c++-coroutines/gcc/config/aarch64/aarch64-linux.h
branches/c++-coroutines/gcc/config/aarch64/aarch64-modes.def
branches/c++-coroutines/gcc/config/aarch64/aarch64-protos.h
branches/c++-coroutines/gcc/config/aarch64/aarch64-sve.md
branches/c++-coroutines/gcc/config/aarch64/aarch64.c
branches/c++-coroutines/gcc/config/aarch64/aarch64.md
branches/c++-coroutines/gcc/config/alpha/alpha.c
branches/c++-coroutines/gcc/config/alpha/alpha.md
branches/c++-coroutines/gcc/config/alpha/sync.md
branches/c++-coroutines/gcc/config/arc/arc.c
branches/c++-coroutines/gcc/config/arm/netbsd-elf.h
branches/c++-coroutines/gcc/config/avr/avr.c
branches/c++-coroutines/gcc/config/darwin-driver.c
branches/c++-coroutines/gcc/config/darwin.c
branches/c++-coroutines/gcc/config/darwin.h
branches/c++-coroutines/gcc/config/darwin10.h
branches/c++-coroutines/gcc/config/darwin9.h
branches/c++-coroutines/gcc/config/i386/i386-expand.c
branches/c++-coroutines/gcc/config/i386/i386.c
branches/c++-coroutines/gcc/config/i386/i386.md
branches/c++-coroutines/gcc/config/i386/sse.md
branches/c++-coroutines/gcc/config/nvptx/nvptx.md
branches/c++-coroutines/gcc/config/pa/pa.md
branches/c++-coroutines/gcc/config/rs6000/darwin.h
branches/c++-coroutines/gcc/config/rs6000/rs6000.c
branches/c++-coroutines/gcc/config/rs6000/rs6000.md
branches/c++-coroutines/gcc/config/sh/sh.c
branches/c++-coroutines/gcc/config/sparc/sparc.c
branches/c++-coroutines/gcc/config/vax/vax.c
branches/c++-coroutines/gcc/config/xtensa/xtensa.c
branches/c++-coroutines/gcc/configure
branches/c++-coroutines/gcc/configure.ac
branches/c++-coroutines/gcc/cp/ChangeLog
branches/c++-coroutines/gcc/cp/call.c
branches/c++-coroutines/gcc/cp/constexpr.c
branches/c++-coroutines/gcc/cp/cp-gimplify.c
branches/c++-coroutines/gcc/cp/cp-objcp-common.c
branches/c++-coroutines/gcc/cp/cp-tree.def
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/error.c
branches/c++-coroutines/gcc/cp/except.c
branches/c++-coroutines/gcc/cp/init.c
branches/c++-coroutines/gcc/cp/name-lookup.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/search.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/doc/invoke.texi
branches/c++-coroutines/gcc/doc/md.texi
branches/c++-coroutines/gcc/doc/tm.texi
branches/c++-coroutines/gcc/doc/tm.texi.in
branches/c++-coroutines/gcc/dwarf2out.c
branches/c++-coroutines/gcc/fortran/ChangeLog
branches/c++-coroutines/gcc/fortran/decl.c
branches/c++-coroutines/gcc/fortran/gfortran.texi
branches/c++-coroutines/gcc/fortran/invoke.texi
branches/c++-coroutines/gcc/fortran/io.c
branches/c++-coroutines/gcc/fortran/lang.opt
branches/c++-coroutines/gcc/fortran/match.c
branches/c++-coroutines/gcc/fortran/options.c
branches/c++-coroutines/gcc/fortran/resolve.c
branches/c++-coroutines/gcc/fortran/symbol.c
branches/c++-coroutines/gcc/fortran/trans-decl.c
branches/c++-coroutines/gcc/fortran/trans-types.c
branches/c++-coroutines/gcc/function.c
branches/c++-coroutines/gcc/go/ChangeLog
branches/c++-coroutines/gcc/go/go-gcc.cc
branches/c++-coroutines/gcc/go/gofrontend/MERGE
branches/c++-coroutines/gcc/go/gofrontend/ast-dump.cc
branches/c++-coroutines/gcc/go/gofrontend/escape.cc
branches/c++-coroutines/gcc/go/gofrontend/expressions.cc
branches/c++-coroutines/gcc/go/gofrontend/expressions.h
branches/c++-coroutines/gcc/go/gofrontend/go-diagnostics.cc
branches/c++-coroutines/gcc/go/gofrontend/go-diagnostics.h
branches/c++-coroutines/gcc/go/gofrontend/go.cc
branches/c++-coroutines/gcc/go/gofrontend/gogo.cc
branches/c++-coroutines/gcc/go/gofrontend/import-archive.cc
branches/c++-coroutines/gcc/go/gofrontend/import.cc
branches/c++-coroutines/gcc/go/gofrontend/lex.cc
branches/c++-coroutines/gcc/go/gofrontend/parse.cc
branches/c++-coroutines/gcc/go/gofrontend/runtime.cc
branches/c++-coroutines/gcc/go/gofrontend/runtime.def
branches/c++-coroutines/gcc/go/gofrontend/statements.cc
branches/c++-coroutines/gcc/go/gofrontend/wb.cc
branches/c++-coroutines/gcc/internal-fn.c
branches/c++-coroutines/gcc/internal-fn.def
branches/c++-coroutines/gcc/ipa-cp.c
branches/c++-coroutines/gcc/ipa-utils.h
branches/c++-coroutines/gcc/lra-eliminations.c
branches/c++-coroutines/gcc/omp-low.c
branches/c++-coroutines/gcc/optabs-query.c
branches/c++-coroutines/gcc/optabs.c
branches/c++-coroutines/gcc/optabs.def
branches/c++-coroutines/gcc/params.def
branches/c++-coroutines/gcc/reload1.c
branches/c++-coroutines/gcc/target.def
branches/c++-coroutines/gcc/targhooks.c
branches/c++-coroutines/gcc/targhooks.h
branches/c++-coroutines/gcc/testsuite/ChangeLog
branches/c++-coroutines/gcc/testsuite/ChangeLog-2018
branches/c++-coroutines/gcc/testsuite/c-c++-common/goacc/declare-1.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/goacc/declare-2.c
branches/c++-coroutines/gcc/testsuite/c-c++-common/gomp/scan-2.c
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/auto9.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/constexpr-79655.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/pr77830.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/register1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/register2.C
branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/register3.C
branches/c++-coroutines/gcc/testsuite/g++.dg/eh/shadow1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ext/constexpr-vla1.C
branches/c++-coroutines/gcc/testsuite/g++.dg/other/error34.C
branches/c++-coroutines/gcc/testsuite/g++.dg/ubsan/pr63956.C
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr77754-1.c
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr77754-2.c
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr77754-3.c
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr77754-4.c
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr77754-5.c
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr77754-6.c
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr87110.c
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr89280.c
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/pr64242.c
branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/pr86528.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/Walloca-larger-than-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/Walloca-larger-than.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/Warray-bounds-41.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/Wrestrict-17.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstrict-overflow-27.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstringop-truncation-3.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/format/gcc_diag-11.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr78902.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr87099.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr87320.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr88870.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr89045.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr89737.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr90082.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/pr90866-2.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/strlenopt-62.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/strlenopt.h
branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr87693.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr89135.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr89247.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr90071.c
branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/alias-37.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/pcs_attribute-2.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/struct_vect_18.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/struct_vect_19.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/struct_vect_20.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/struct_vect_21.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/struct_vect_22.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/struct_vect_23.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/unroll-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/while_1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr81563.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/builtins-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/builtins-2.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/darwin-bool-1.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr64205.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr71785.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr79909.c
branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr80125.c
branches/c++-coroutines/gcc/testsuite/gfortran.dg/dummy_procedure_8.f90
branches/c++-coroutines/gcc/testsuite/gfortran.dg/module_error_1.f90
branches/c++-coroutines/gcc/testsuite/go.test/test/blank1.go
branches/c++-coroutines/gcc/testsuite/obj-c++.dg/stubify-1.mm
branches/c++-coroutines/gcc/testsuite/obj-c++.dg/stubify-2.mm
branches/c++-coroutines/gcc/testsuite/objc.dg/stubify-1.m
branches/c++-coroutines/gcc/testsuite/objc.dg/stubify-2.m
branches/c++-coroutines/gcc/tree-inline.c
branches/c++-coroutines/gcc/tree-ssa-address.c
branches/c++-coroutines/gcc/tree-ssa-alias.c
branches/c++-coroutines/gcc/tree-ssa-copy.c
branches/c++-coroutines/gcc/tree-ssa-dce.c
branches/c++-coroutines/gcc/tree-ssa-loop-ivopts.c
branches/c++-coroutines/gcc/tree-ssa-reassoc.c
branches/c++-coroutines/gcc/tree-ssa-strlen.c
branches/c++-coroutines/gcc/tree-ssanames.c
branches/c++-coroutines/gcc/tree-vect-data-refs.c
branches/c++-coroutines/gcc/tree-vect-generic.c
branches/c++-coroutines/gcc/tree-vect-loop-manip.c
branches/c++-coroutines/gcc/tree-vect-loop.c
branches/c++-coroutines/gcc/tree-vect-stmts.c
branches/c++-coroutines/gcc/tree-vectorizer.h
branches/c++-coroutines/gcc/tree.c
branches/c++-coroutines/gcc/tree.h
branches/c++-coroutines/include/ChangeLog
branches/c++-coroutines/include/gomp-constants.h
branches/c++-coroutines/libgcc/ChangeLog
branches/c++-coroutines/libgcc/config.host
branches/c++-coroutines/libgcc/config/nvptx/crt0.c
branches/c++-coroutines/libgfortran/ChangeLog
branches/c++-coroutines/libgo/Makefile.am
branches/c++-coroutines/libgo/Makefile.in
branches/c++-coroutines/libgo/go/runtime/alg.go
branches/c++-coroutines/libgo/go/runtime/iface.go
branches/c++-coroutines/libgo/go/runtime/string.go
branches/c++-coroutines/libgo/go/runtime/type.go
branches/c++-coroutines/libgomp/ChangeLog
branches/c++-coroutines/libgomp/oacc-parallel.c
branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/allocatable3.f90
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/declare-1.c
branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/declare-vla.c
branches/c++-coroutines/libsanitizer/ChangeLog
branches/c++-coroutines/libsanitizer/asan/Makefile.am
branches/c++-coroutines/libsanitizer/asan/Makefile.in
branches/c++-coroutines/libsanitizer/asan/asan_interceptors.h
branches/c++-coroutines/libsanitizer/asan/libtool-version
Propchange: branches/c++-coroutines/
('svn:mergeinfo' modified)
More information about the Libstdc++-cvs
mailing list