r279718 - in /branches/c++-coroutines: ./ Chang...

iains@gcc.gnu.org iains@gcc.gnu.org
Mon Dec 23 12:22:00 GMT 2019


Author: iains
Date: Mon Dec 23 12:22:22 2019
New Revision: 279718

URL: https://gcc.gnu.org/viewcvs?rev=279718&root=gcc&view=rev
Log:
c++-coroutines - Merge trunk 279715.

2019-12-23  Iain Sandoe  <iain@sandoe.co.uk>

	Merge trunk r279715.


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/include/bits/alloc_traits.h
    branches/c++-coroutines/libstdc++-v3/python/libstdcxx/v6/printers.py
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/map/48101_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/multimap/48101_neg.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/30_threads/headers/stop_token/synopsis.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/libstdc++-prettyprinters/80276.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/libstdc++-prettyprinters/91997.cc

Changes in other areas also in this revision:
Added:
    branches/c++-coroutines/gcc/ada/libgnat/a-nbnbin.adb
      - copied unchanged from r279717, trunk/gcc/ada/libgnat/a-nbnbin.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-nbnbin.ads
      - copied unchanged from r279717, trunk/gcc/ada/libgnat/a-nbnbin.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-nbnbin__gmp.adb
      - copied unchanged from r279717, trunk/gcc/ada/libgnat/a-nbnbin__gmp.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-nbnbre.adb
      - copied unchanged from r279717, trunk/gcc/ada/libgnat/a-nbnbre.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-nbnbre.ads
      - copied unchanged from r279717, trunk/gcc/ada/libgnat/a-nbnbre.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-nubinu.ads
      - copied unchanged from r279717, trunk/gcc/ada/libgnat/a-nubinu.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-aotase.adb
      - copied unchanged from r279717, trunk/gcc/ada/libgnat/s-aotase.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-aotase.ads
      - copied unchanged from r279717, trunk/gcc/ada/libgnat/s-aotase.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-atoope.ads
      - copied unchanged from r279717, trunk/gcc/ada/libgnat/s-atoope.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-atopar.adb
      - copied unchanged from r279717, trunk/gcc/ada/libgnat/s-atopar.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-atopar.ads
      - copied unchanged from r279717, trunk/gcc/ada/libgnat/s-atopar.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-atopex.adb
      - copied unchanged from r279717, trunk/gcc/ada/libgnat/s-atopex.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-atopex.ads
      - copied unchanged from r279717, trunk/gcc/ada/libgnat/s-atopex.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-genbig.adb
      - copied unchanged from r279717, trunk/gcc/ada/libgnat/s-genbig.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-genbig.ads
      - copied unchanged from r279717, trunk/gcc/ada/libgnat/s-genbig.ads
    branches/c++-coroutines/gcc/diagnostic-metadata.h
      - copied unchanged from r279717, trunk/gcc/diagnostic-metadata.h
    branches/c++-coroutines/gcc/testsuite/c-c++-common/goacc/deep-copy-arrayofstruct.c
      - copied unchanged from r279717, trunk/gcc/testsuite/c-c++-common/goacc/deep-copy-arrayofstruct.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/goacc/mdc-1.c
      - copied unchanged from r279717, trunk/gcc/testsuite/c-c++-common/goacc/mdc-1.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/goacc/mdc-2.c
      - copied unchanged from r279717, trunk/gcc/testsuite/c-c++-common/goacc/mdc-2.c
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-nsdmi1.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-nsdmi1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-string2.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-string2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/diag3.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/cpp0x/diag3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/initlist116.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/cpp0x/initlist116.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/initlist117.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/cpp0x/initlist117.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/initlist118.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/cpp0x/initlist118.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/nullptr45.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/cpp0x/nullptr45.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/spaceship-eq1.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/cpp0x/spaceship-eq1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/var-templ65.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/cpp1y/var-templ65.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/nontype-class27.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/cpp2a/nontype-class27.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/spaceship-eq8.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-eq8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/alignof2.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/diagnostic/alignof2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/alignof3.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/diagnostic/alignof3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/enum1.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/diagnostic/enum1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/incomplete-type-1.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/diagnostic/incomplete-type-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/eh/aggregate1.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/eh/aggregate1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/vector39.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/ext/vector39.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/goacc/mdc.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/goacc/mdc.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/lookup/dtor1.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/lookup/dtor1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/lookup/missing-std-include-9.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/lookup/missing-std-include-9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/pch/Wmismatched-tags.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/pch/Wmismatched-tags.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/pch/Wmismatched-tags.Hs
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/pch/Wmismatched-tags.Hs
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wcatch-value-3b.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/warn/Wcatch-value-3b.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wmismatched-tags.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/warn/Wmismatched-tags.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wredundant-tags.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/warn/Wredundant-tags.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wunused-var-36.C
      - copied unchanged from r279717, trunk/gcc/testsuite/g++.dg/warn/Wunused-var-36.C
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/bitfield-1.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.c-torture/compile/bitfield-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/bitfield-endian-1.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.c-torture/compile/bitfield-endian-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/bitfield-endian-2.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.c-torture/compile/bitfield-endian-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/ipa-bit-cp-1.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.dg/ipa/ipa-bit-cp-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/ipa-bit-cp-2.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.dg/ipa/ipa-bit-cp-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/ipa-bit-cp.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.dg/ipa/ipa-bit-cp.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/ipcp-agg-12.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.dg/ipa/ipcp-agg-12.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/pr92794.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.dg/ipa/pr92794.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/lto/pr93015_0.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.dg/lto/pr93015_0.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/plugin/diagnostic-test-metadata.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.dg/plugin/diagnostic-test-metadata.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_test_metadata.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.dg/plugin/diagnostic_plugin_test_metadata.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr92591-1.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.dg/pr92591-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr92591-2.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.dg/pr92591-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_8.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_8.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_9.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.target/aarch64/sve/mixed_size_9.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/pcs/gnu_vectors_3.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.target/aarch64/sve/pcs/gnu_vectors_3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr92651.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.target/i386/pr92651.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr92807-1.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.target/i386/pr92807-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr92841-2.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.target/i386/pr92841-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr92841.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.target/i386/pr92841.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr92905.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.target/i386/pr92905.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr93002.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.target/i386/pr93002.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr92661.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.target/powerpc/pr92661.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/vector/pr92950.c
      - copied unchanged from r279717, trunk/gcc/testsuite/gcc.target/s390/vector/pr92950.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/array_simplify_4.f90
      - copied unchanged from r279717, trunk/gcc/testsuite/gfortran.dg/array_simplify_4.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/coindexed-1.f90
      - copied unchanged from r279717, trunk/gcc/testsuite/gfortran.dg/goacc/coindexed-1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/derived-types-2.f90
      - copied unchanged from r279717, trunk/gcc/testsuite/gfortran.dg/goacc/derived-types-2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/derived-types-3.f90
      - copied unchanged from r279717, trunk/gcc/testsuite/gfortran.dg/goacc/derived-types-3.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/derived-types.f90
      - copied unchanged from r279717, trunk/gcc/testsuite/gfortran.dg/goacc/derived-types.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/gomp/pr92977.f90
      - copied unchanged from r279717, trunk/gcc/testsuite/gfortran.dg/gomp/pr92977.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/inquiry_type_ref_5.f90
      - copied unchanged from r279717, trunk/gcc/testsuite/gfortran.dg/inquiry_type_ref_5.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/internal_pack_25.f90
      - copied unchanged from r279717, trunk/gcc/testsuite/gfortran.dg/internal_pack_25.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/no_char_conversion_in_array_constructor.f90
      - copied unchanged from r279717, trunk/gcc/testsuite/gfortran.dg/no_char_conversion_in_array_constructor.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr70853.f90
      - copied unchanged from r279717, trunk/gcc/testsuite/gfortran.dg/pr70853.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr91661.f90
      - copied unchanged from r279717, trunk/gcc/testsuite/gfortran.dg/pr91661.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr92990.f90
      - copied unchanged from r279717, trunk/gcc/testsuite/gfortran.dg/pr92990.f90
    branches/c++-coroutines/gcc/testsuite/gnat.dg/warn32.adb
      - copied unchanged from r279717, trunk/gcc/testsuite/gnat.dg/warn32.adb
    branches/c++-coroutines/libgomp/testsuite/libgomp.c-c++-common/unmap-infinity-2.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.c-c++-common/unmap-infinity-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.c/pr86416-1.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.c/pr86416-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.c/pr86416-2.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.c/pr86416-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c++/deep-copy-12.C
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c++/deep-copy-12.C
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c++/deep-copy-13.C
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c++/deep-copy-13.C
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_get_property-2.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_get_property-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_get_property-3.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_get_property-3.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_get_property-aux.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_get_property-aux.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_get_property.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/acc_get_property.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-1.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-10.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-10.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-11.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-11.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-14.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-14.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-2.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-3.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-3.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-4.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-4.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-5.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-5.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-6.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-6.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-7.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-7.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-8.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-8.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-9.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/deep-copy-9.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/no_create-1.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/no_create-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/no_create-2.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/no_create-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/no_create-3.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/no_create-3.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/no_create-4.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/no_create-4.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/no_create-5.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/no_create-5.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92726-1.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92726-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92848-1-d-a.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92848-1-d-a.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92848-1-d-p.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92848-1-d-p.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92848-1-r-a.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92848-1-r-a.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92848-1-r-p.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92848-1-r-p.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92970-1.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92970-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92984-1.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92984-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/unmap-infinity-1.c
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/unmap-infinity-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/acc_get_property.f90
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/acc_get_property.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/class-ptr-param.f95
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/class-ptr-param.f95
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/classtypes-1.f95
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/classtypes-1.f95
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/classtypes-2.f95
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/classtypes-2.f95
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/deep-copy-1.f90
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/deep-copy-1.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/deep-copy-2.f90
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/deep-copy-2.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/deep-copy-3.f90
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/deep-copy-3.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/deep-copy-4.f90
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/deep-copy-4.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/deep-copy-5.f90
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/deep-copy-5.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/deep-copy-6.f90
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/deep-copy-6.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/deep-copy-7.f90
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/deep-copy-7.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/deep-copy-8.f90
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/deep-copy-8.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/derived-type-1.f90
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/derived-type-1.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/derivedtype-1.f95
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/derivedtype-1.f95
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/derivedtype-2.f95
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/derivedtype-2.f95
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/multidim-slice.f95
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/multidim-slice.f95
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/no_create-1.f90
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/no_create-1.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/no_create-2.f90
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/no_create-2.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/no_create-3.F90
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/no_create-3.F90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/update-2.f90
      - copied unchanged from r279717, trunk/libgomp/testsuite/libgomp.oacc-fortran/update-2.f90
Removed:
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr92951-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr92951-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-17.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-18.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-21.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-28.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-29.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-50.c
Modified:
    branches/c++-coroutines/   (props changed)
    branches/c++-coroutines/ChangeLog
    branches/c++-coroutines/ChangeLog.coroutines
    branches/c++-coroutines/MAINTAINERS
    branches/c++-coroutines/contrib/ChangeLog
    branches/c++-coroutines/contrib/config-list.mk
    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/Makefile.rtl
    branches/c++-coroutines/gcc/ada/checks.adb
    branches/c++-coroutines/gcc/ada/cstand.adb
    branches/c++-coroutines/gcc/ada/debug.adb
    branches/c++-coroutines/gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst
    branches/c++-coroutines/gcc/ada/doc/gnat_rm/obsolescent_features.rst
    branches/c++-coroutines/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
    branches/c++-coroutines/gcc/ada/doc/gnat_ugn/gnat_and_program_execution.rst
    branches/c++-coroutines/gcc/ada/einfo.ads
    branches/c++-coroutines/gcc/ada/errout.adb
    branches/c++-coroutines/gcc/ada/errout.ads
    branches/c++-coroutines/gcc/ada/exp_attr.adb
    branches/c++-coroutines/gcc/ada/exp_ch6.adb
    branches/c++-coroutines/gcc/ada/exp_ch8.adb
    branches/c++-coroutines/gcc/ada/exp_ch9.adb
    branches/c++-coroutines/gcc/ada/fe.h
    branches/c++-coroutines/gcc/ada/freeze.adb
    branches/c++-coroutines/gcc/ada/gcc-interface/Makefile.in
    branches/c++-coroutines/gcc/ada/gcc-interface/decl.c
    branches/c++-coroutines/gcc/ada/gcc-interface/trans.c
    branches/c++-coroutines/gcc/ada/gnat_rm.texi
    branches/c++-coroutines/gcc/ada/gnat_ugn.texi
    branches/c++-coroutines/gcc/ada/impunit.adb
    branches/c++-coroutines/gcc/ada/init.c
    branches/c++-coroutines/gcc/ada/layout.adb
    branches/c++-coroutines/gcc/ada/libgnarl/s-tataat.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-exptty.adb
    branches/c++-coroutines/gcc/ada/libgnat/g-exptty.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-atopri.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-bignum.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-bignum.ads
    branches/c++-coroutines/gcc/ada/libgnat/s-regpat.adb
    branches/c++-coroutines/gcc/ada/libgnat/s-valrea.adb
    branches/c++-coroutines/gcc/ada/opt.ads
    branches/c++-coroutines/gcc/ada/par-ch10.adb
    branches/c++-coroutines/gcc/ada/par-ch12.adb
    branches/c++-coroutines/gcc/ada/par-ch13.adb
    branches/c++-coroutines/gcc/ada/par-ch2.adb
    branches/c++-coroutines/gcc/ada/par-ch3.adb
    branches/c++-coroutines/gcc/ada/par-ch4.adb
    branches/c++-coroutines/gcc/ada/par-ch5.adb
    branches/c++-coroutines/gcc/ada/par-ch6.adb
    branches/c++-coroutines/gcc/ada/par-ch7.adb
    branches/c++-coroutines/gcc/ada/par-ch9.adb
    branches/c++-coroutines/gcc/ada/par-endh.adb
    branches/c++-coroutines/gcc/ada/par-util.adb
    branches/c++-coroutines/gcc/ada/par.adb
    branches/c++-coroutines/gcc/ada/scans.ads
    branches/c++-coroutines/gcc/ada/scng.adb
    branches/c++-coroutines/gcc/ada/sem_aggr.adb
    branches/c++-coroutines/gcc/ada/sem_attr.adb
    branches/c++-coroutines/gcc/ada/sem_ch10.adb
    branches/c++-coroutines/gcc/ada/sem_ch12.adb
    branches/c++-coroutines/gcc/ada/sem_ch13.adb
    branches/c++-coroutines/gcc/ada/sem_ch3.adb
    branches/c++-coroutines/gcc/ada/sem_ch4.adb
    branches/c++-coroutines/gcc/ada/sem_ch5.adb
    branches/c++-coroutines/gcc/ada/sem_ch6.adb
    branches/c++-coroutines/gcc/ada/sem_ch8.adb
    branches/c++-coroutines/gcc/ada/sem_eval.adb
    branches/c++-coroutines/gcc/ada/sem_prag.adb
    branches/c++-coroutines/gcc/ada/sem_res.adb
    branches/c++-coroutines/gcc/ada/sem_util.adb
    branches/c++-coroutines/gcc/ada/sem_util.ads
    branches/c++-coroutines/gcc/ada/sinfo.adb
    branches/c++-coroutines/gcc/ada/sinfo.ads
    branches/c++-coroutines/gcc/ada/snames.ads-tmpl
    branches/c++-coroutines/gcc/ada/socket.c
    branches/c++-coroutines/gcc/builtins.c
    branches/c++-coroutines/gcc/c-family/ChangeLog
    branches/c++-coroutines/gcc/c-family/c-ada-spec.c
    branches/c++-coroutines/gcc/c-family/c-ada-spec.h
    branches/c++-coroutines/gcc/c-family/c-common.h
    branches/c++-coroutines/gcc/c-family/c-omp.c
    branches/c++-coroutines/gcc/c-family/c-pragma.h
    branches/c++-coroutines/gcc/c-family/c.opt
    branches/c++-coroutines/gcc/c/ChangeLog
    branches/c++-coroutines/gcc/c/c-decl.c
    branches/c++-coroutines/gcc/c/c-parser.c
    branches/c++-coroutines/gcc/c/c-typeck.c
    branches/c++-coroutines/gcc/cgraph.c
    branches/c++-coroutines/gcc/common.opt
    branches/c++-coroutines/gcc/common/config/i386/i386-common.c
    branches/c++-coroutines/gcc/config.gcc
    branches/c++-coroutines/gcc/config/aarch64/aarch64-cores.def
    branches/c++-coroutines/gcc/config/aarch64/aarch64-sve.md
    branches/c++-coroutines/gcc/config/aarch64/aarch64.c
    branches/c++-coroutines/gcc/config/arm/arm-protos.h
    branches/c++-coroutines/gcc/config/arm/arm.c
    branches/c++-coroutines/gcc/config/arm/arm.h
    branches/c++-coroutines/gcc/config/arm/thumb1.md
    branches/c++-coroutines/gcc/config/avr/avr-mcus.def
    branches/c++-coroutines/gcc/config/gcn/gcn-valu.md
    branches/c++-coroutines/gcc/config/gcn/gcn.h
    branches/c++-coroutines/gcc/config/gcn/gcn.md
    branches/c++-coroutines/gcc/config/i386/i386.c
    branches/c++-coroutines/gcc/config/i386/i386.h
    branches/c++-coroutines/gcc/config/i386/i386.md
    branches/c++-coroutines/gcc/config/i386/x86-tune.def
    branches/c++-coroutines/gcc/config/msp430/msp430-devices.c
    branches/c++-coroutines/gcc/config/msp430/msp430.c
    branches/c++-coroutines/gcc/config/msp430/t-msp430
    branches/c++-coroutines/gcc/config/rs6000/predicates.md
    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/s390/vector.md
    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-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/except.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/diagnostic-core.h
    branches/c++-coroutines/gcc/diagnostic-format-json.cc
    branches/c++-coroutines/gcc/diagnostic.c
    branches/c++-coroutines/gcc/diagnostic.h
    branches/c++-coroutines/gcc/doc/install.texi
    branches/c++-coroutines/gcc/doc/invoke.texi
    branches/c++-coroutines/gcc/doc/sourcebuild.texi
    branches/c++-coroutines/gcc/fortran/ChangeLog
    branches/c++-coroutines/gcc/fortran/array.c
    branches/c++-coroutines/gcc/fortran/expr.c
    branches/c++-coroutines/gcc/fortran/frontend-passes.c
    branches/c++-coroutines/gcc/fortran/gfortran.h
    branches/c++-coroutines/gcc/fortran/intrinsic.c
    branches/c++-coroutines/gcc/fortran/invoke.texi
    branches/c++-coroutines/gcc/fortran/lang.opt
    branches/c++-coroutines/gcc/fortran/match.c
    branches/c++-coroutines/gcc/fortran/openmp.c
    branches/c++-coroutines/gcc/fortran/options.c
    branches/c++-coroutines/gcc/fortran/resolve.c
    branches/c++-coroutines/gcc/fortran/trans-array.c
    branches/c++-coroutines/gcc/fortran/trans-expr.c
    branches/c++-coroutines/gcc/fortran/trans-openmp.c
    branches/c++-coroutines/gcc/fortran/trans.h
    branches/c++-coroutines/gcc/gimple-predict.h
    branches/c++-coroutines/gcc/gimple-pretty-print.c
    branches/c++-coroutines/gcc/gimple-pretty-print.h
    branches/c++-coroutines/gcc/gimple.h
    branches/c++-coroutines/gcc/gimplify.c
    branches/c++-coroutines/gcc/hash-map-tests.c
    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-param-manipulation.c
    branches/c++-coroutines/gcc/ipa-param-manipulation.h
    branches/c++-coroutines/gcc/ipa-prop.c
    branches/c++-coroutines/gcc/ipa-prop.h
    branches/c++-coroutines/gcc/ipa-visibility.c
    branches/c++-coroutines/gcc/ira.c
    branches/c++-coroutines/gcc/lra-constraints.c
    branches/c++-coroutines/gcc/lto-streamer-in.c
    branches/c++-coroutines/gcc/lto-wrapper.c
    branches/c++-coroutines/gcc/lto/ChangeLog
    branches/c++-coroutines/gcc/lto/lto-common.c
    branches/c++-coroutines/gcc/omp-low.c
    branches/c++-coroutines/gcc/opts.c
    branches/c++-coroutines/gcc/pretty-print.c
    branches/c++-coroutines/gcc/pretty-print.h
    branches/c++-coroutines/gcc/symtab.c
    branches/c++-coroutines/gcc/testsuite/ChangeLog
    branches/c++-coroutines/gcc/testsuite/c-c++-common/goacc/finalize-1.c
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/alignof3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-eh.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/var-templ32.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/decomp-bitfield1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/has-unique-obj-representations2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/expr/sizeof3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/flexary6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/sve-sizeless-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/vla4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/for-21.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/loop-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/init/dso_handle1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/init/dso_handle2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/other/cxa-atexit1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/parse/dtor3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/template/sizeof11.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wcatch-value-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wcatch-value-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wcatch-value-3.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.brendan/sizeof1.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.brendan/sizeof3.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.brendan/sizeof4.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.eh/ctor1.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.jason/ambig1.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.other/sizeof4.C
    branches/c++-coroutines/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
    branches/c++-coroutines/gcc/testsuite/gcc.dg/plugin/plugin.exp
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr65947-8.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/general/dupq_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-8.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/pr45701-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/pr45701-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/pure-code/no-literal-pool.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/pure-code/pure-code.exp
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/thumb1-Os-mult.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/msp430/msp430.exp
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp-dd-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp-dd.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp-td-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp-td-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp-td.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dfp.exp
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-0.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-10.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-11.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-12.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-13.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-14.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-15.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-16.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-17.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-18.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-19.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-20.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-21.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-22.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-23.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-24.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-25.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-26.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-27.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-28.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-29.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-30.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-31.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-32.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-33.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-34.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-35.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-36.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-37.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-38.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-39.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-40.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-41.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-42.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-43.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-44.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-45.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-46.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-47.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-48.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-49.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-50.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-51.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-52.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-53.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-54.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-55.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-56.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-57.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-58.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-59.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-60.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-61.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-62.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-63.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-64.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-65.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-66.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-67.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-68.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-69.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-7.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-70.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-71.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-72.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-73.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-74.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-75.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-76.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-77.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-78.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-79.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-8.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/dfp/dtstsfi-9.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/common-block-1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/common-block-2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/data-clauses.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/data-tree.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/enter-exit-data.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/finalize-1.f
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/kernels-tree.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/parallel-tree.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr69497.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr91565.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr91801.f90
    branches/c++-coroutines/gcc/testsuite/gnat.dg/specs/clause_on_volatile.ads
    branches/c++-coroutines/gcc/testsuite/gnat.dg/specs/size_clause3.ads
    branches/c++-coroutines/gcc/testsuite/lib/gcc-defs.exp
    branches/c++-coroutines/gcc/testsuite/lib/target-supports.exp
    branches/c++-coroutines/gcc/toplev.c
    branches/c++-coroutines/gcc/tree-eh.c
    branches/c++-coroutines/gcc/tree-eh.h
    branches/c++-coroutines/gcc/tree-pretty-print.c
    branches/c++-coroutines/gcc/tree-ssa-alias.h
    branches/c++-coroutines/gcc/tree-ssa-ccp.c
    branches/c++-coroutines/gcc/tree-ssa-structalias.c
    branches/c++-coroutines/gcc/tree-vect-loop.c
    branches/c++-coroutines/include/ChangeLog
    branches/c++-coroutines/include/gomp-constants.h
    branches/c++-coroutines/libcc1/ChangeLog
    branches/c++-coroutines/libcc1/libcp1plugin.cc
    branches/c++-coroutines/libcpp/ChangeLog
    branches/c++-coroutines/libcpp/charset.c
    branches/c++-coroutines/libcpp/include/cpplib.h
    branches/c++-coroutines/libgcc/ChangeLog
    branches/c++-coroutines/libgcc/config.host
    branches/c++-coroutines/libgcc/configure
    branches/c++-coroutines/libgcc/configure.ac
    branches/c++-coroutines/libgomp/ChangeLog
    branches/c++-coroutines/libgomp/config/accel/openacc.f90
    branches/c++-coroutines/libgomp/libgomp-plugin.h
    branches/c++-coroutines/libgomp/libgomp.h
    branches/c++-coroutines/libgomp/libgomp.map
    branches/c++-coroutines/libgomp/libgomp.texi
    branches/c++-coroutines/libgomp/oacc-host.c
    branches/c++-coroutines/libgomp/oacc-init.c
    branches/c++-coroutines/libgomp/oacc-mem.c
    branches/c++-coroutines/libgomp/oacc-parallel.c
    branches/c++-coroutines/libgomp/openacc.f90
    branches/c++-coroutines/libgomp/openacc.h
    branches/c++-coroutines/libgomp/openacc_lib.h
    branches/c++-coroutines/libgomp/plugin/cuda-lib.def
    branches/c++-coroutines/libgomp/plugin/plugin-gcn.c
    branches/c++-coroutines/libgomp/plugin/plugin-hsa.c
    branches/c++-coroutines/libgomp/plugin/plugin-nvptx.c
    branches/c++-coroutines/libgomp/target.c
    branches/c++-coroutines/libgomp/testsuite/libgomp-test-support.exp.in
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/pr92843-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/subset-subarray-mappings-1-r-p.c
    branches/c++-coroutines/liboffloadmic/ChangeLog
    branches/c++-coroutines/liboffloadmic/plugin/libgomp-plugin-intelmic.cpp

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




More information about the Libstdc++-cvs mailing list