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

iains@gcc.gnu.org iains@gcc.gnu.org
Mon Oct 14 09:28:00 GMT 2019


Author: iains
Date: Mon Oct 14 09:28:45 2019
New Revision: 276957

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

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

	Merge trunk r276952.


Added:
    branches/c++-coroutines/libstdc++-v3/include/std/concepts
      - copied unchanged from r276952, trunk/libstdc++-v3/include/std/concepts
    branches/c++-coroutines/libstdc++-v3/testsuite/std/
      - copied from r276952, trunk/libstdc++-v3/testsuite/std/
    branches/c++-coroutines/libstdc++-v3/testsuite/tr2/dynamic_bitset/cmp.cc
      - copied unchanged from r276952, trunk/libstdc++-v3/testsuite/tr2/dynamic_bitset/cmp.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/tr2/dynamic_bitset/cons.cc
      - copied unchanged from r276952, trunk/libstdc++-v3/testsuite/tr2/dynamic_bitset/cons.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/tr2/dynamic_bitset/copy.cc
      - copied unchanged from r276952, trunk/libstdc++-v3/testsuite/tr2/dynamic_bitset/copy.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/tr2/dynamic_bitset/move.cc
      - copied unchanged from r276952, trunk/libstdc++-v3/testsuite/tr2/dynamic_bitset/move.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/tr2/dynamic_bitset/pr92059.cc
      - copied unchanged from r276952, trunk/libstdc++-v3/testsuite/tr2/dynamic_bitset/pr92059.cc
Modified:
    branches/c++-coroutines/libstdc++-v3/ChangeLog
    branches/c++-coroutines/libstdc++-v3/doc/Makefile.am
    branches/c++-coroutines/libstdc++-v3/doc/Makefile.in
    branches/c++-coroutines/libstdc++-v3/doc/html/manual/documentation_hacking.html
    branches/c++-coroutines/libstdc++-v3/doc/html/manual/memory.html
    branches/c++-coroutines/libstdc++-v3/doc/xml/manual/allocator.xml
    branches/c++-coroutines/libstdc++-v3/doc/xml/manual/documentation_hacking.xml
    branches/c++-coroutines/libstdc++-v3/include/Makefile.am
    branches/c++-coroutines/libstdc++-v3/include/Makefile.in
    branches/c++-coroutines/libstdc++-v3/include/bits/charconv.h
    branches/c++-coroutines/libstdc++-v3/include/precompiled/stdc++.h
    branches/c++-coroutines/libstdc++-v3/include/std/type_traits
    branches/c++-coroutines/libstdc++-v3/include/std/version
    branches/c++-coroutines/libstdc++-v3/include/tr2/dynamic_bitset
    branches/c++-coroutines/libstdc++-v3/include/tr2/dynamic_bitset.tcc
    branches/c++-coroutines/libstdc++-v3/scripts/create_testsuite_files
    branches/c++-coroutines/libstdc++-v3/src/c++98/locale.cc
    branches/c++-coroutines/libstdc++-v3/src/c++98/locale_init.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/23_containers/span/lwg3255.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/libstdc++-dg/conformance.exp

Changes in other areas also in this revision:
Added:
    branches/c++-coroutines/gcc/diagnostic-url.h
      - copied unchanged from r276952, trunk/gcc/diagnostic-url.h
    branches/c++-coroutines/gcc/testsuite/c-c++-common/gomp/declare-variant-1.c
      - copied unchanged from r276952, trunk/gcc/testsuite/c-c++-common/gomp/declare-variant-1.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/gomp/declare-variant-2.c
      - copied unchanged from r276952, trunk/gcc/testsuite/c-c++-common/gomp/declare-variant-2.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/gomp/declare-variant-3.c
      - copied unchanged from r276952, trunk/gcc/testsuite/c-c++-common/gomp/declare-variant-3.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/gomp/declare-variant-4.c
      - copied unchanged from r276952, trunk/gcc/testsuite/c-c++-common/gomp/declare-variant-4.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/gomp/declare-variant-5.c
      - copied unchanged from r276952, trunk/gcc/testsuite/c-c++-common/gomp/declare-variant-5.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/gomp/declare-variant-6.c
      - copied unchanged from r276952, trunk/gcc/testsuite/c-c++-common/gomp/declare-variant-6.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/gomp/declare-variant-7.c
      - copied unchanged from r276952, trunk/gcc/testsuite/c-c++-common/gomp/declare-variant-7.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/gomp/pr91987.c
      - copied unchanged from r276952, trunk/gcc/testsuite/c-c++-common/gomp/pr91987.c
    branches/c++-coroutines/gcc/testsuite/g++.dg/Wclass-memaccess-5.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/Wclass-memaccess-5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/conversion/qual1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/conversion/qual1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/conversion/qual2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/conversion/qual2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/conversion/qual3.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/conversion/qual3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/conversion/ref2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/conversion/ref2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/conversion/ref3.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/conversion/ref3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/initlist-array1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp0x/initlist-array1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/initlist-array7.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp0x/initlist-array7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/initlist-array8.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp0x/initlist-array8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/scoped_enum10.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp0x/scoped_enum10.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/scoped_enum11.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp0x/scoped_enum11.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/scoped_enum9.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp0x/scoped_enum9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/eval-order6.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp1z/eval-order6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/eval-order7.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp1z/eval-order7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/eval-order8.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp1z/eval-order8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/array-conv1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/array-conv1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/array-conv10.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/array-conv10.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/array-conv11.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/array-conv11.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/array-conv12.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/array-conv12.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/array-conv13.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/array-conv13.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/array-conv14.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/array-conv14.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/array-conv15.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/array-conv15.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/array-conv16.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/array-conv16.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/array-conv17.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/array-conv17.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/array-conv2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/array-conv2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/array-conv3.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/array-conv3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/array-conv4.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/array-conv4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/array-conv5.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/array-conv5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/array-conv6.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/array-conv6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/array-conv7.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/array-conv7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/array-conv8.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/array-conv8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/array-conv9.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/array-conv9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-access1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-access1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-alias.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-alias.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-alias2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-alias2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-class.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-class.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-cmath.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-cmath.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-complete1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-complete1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-constrained-parm.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-constrained-parm.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-decltype.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-decltype.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-defarg1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-defarg1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-dep1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-dep1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-dr1430.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-dr1430.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-inst1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-inst1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-inst2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-inst2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-inst3.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-inst3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-inst4.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-inst4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-spec1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-spec1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-spec2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-spec2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-spec3.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-spec3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-spec4.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-spec4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-spec5.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-spec5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-spec6.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-explicit-spec6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-feature-macro.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-feature-macro.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-fn1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-fn1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-fn2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-fn2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-fn3.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-fn3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-fnparm1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-fnparm1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-friend1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-friend1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-friend2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-friend2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-friend3.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-friend3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-iconv1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-iconv1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-inherit-ctor2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-inherit-ctor2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-inherit-ctor4.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-inherit-ctor4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-inherit-ctor5.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-inherit-ctor5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-lambda1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-lambda1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-locations1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-locations1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-member-concept.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-member-concept.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-memfun-err.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-memfun-err.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-memfun.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-memfun.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-memtmpl2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-nested1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-nested1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-noexcept1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-noexcept1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-p1141.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-p1141.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec3.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec4.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec5.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec6.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-partial-spec6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-placeholder1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-placeholder1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr58500.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr58500.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr58534.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr58534.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr58535.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr58535.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr58536.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr58536.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr58548.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr58548.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr58549.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr58549.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr59200.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr59200.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr60052.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr60052.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr60053.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr60053.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr60064.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr60064.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr60065.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr60065.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr60377.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr60377.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr60390.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr60390.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr60391.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr60391.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr60573.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr60573.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr65552.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr65552.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr65575.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr65575.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr65634.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr65634.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr65636.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr65636.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr65848.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr65848.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr65854.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr65854.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr66091.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr66091.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr66844.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr66844.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr66962.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr66962.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67070.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67070.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67147.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67147.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67148.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67148.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67178.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67178.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67210.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67210.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67217.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67217.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67225-1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67225-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67225-2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67225-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67225-3.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67225-3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67225-4.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67225-4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67225-5.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67225-5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67319.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67319.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67427.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67427.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67654.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67654.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67658.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67658.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67684.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67684.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67685.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67685.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67692.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67692.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67697.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67697.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67719.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67719.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67774.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67774.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67825.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67825.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67860.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67860.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67862.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67862.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr67969.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr67969.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr68093-1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr68093-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr68093-2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr68093-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr68372.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr68372.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr68434.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr68434.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr68683.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr68683.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr68812.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr68812.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr69235.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr69235.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr71368.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr71368.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr71385.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr71385.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr71965.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr71965.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr72415.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr72415.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr78752.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr78752.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr79759.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr79759.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr80471.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr80471.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr80746.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr80746.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr80773.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr80773.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr82507.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr82507.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr82740.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr82740.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr84140.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr84140.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr84551.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr84551.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr84979-2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr84979-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr84979-3.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr84979-3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr84979.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr84979.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr84980.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr84980.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr85265.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr85265.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr85706.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr85706.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr85808.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr85808.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr86269.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr86269.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr87441.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr87441.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-requires1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-requires10.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires10.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-requires11.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires11.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-requires12.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires12.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-requires13.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires13.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-requires14.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires14.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-requires15.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires15.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-requires16.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires16.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-requires17.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires17.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-requires2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-requires3.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-requires4.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-requires5.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-requires6.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-requires7.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-requires8.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-requires9.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-requires9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-sfinae1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-sfinae1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-template-parm1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-template-parm1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-template-parm10.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-template-parm10.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-template-parm2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-template-parm2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-template-parm5.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-template-parm5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-template-parm6.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-template-parm6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-template-parm8.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-template-parm8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-template-parm9.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-template-parm9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-traits1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-traits1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-traits2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-traits2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-ts1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-ts1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-ts2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-ts2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-ts3.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-ts3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-ts4.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-ts4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-ts5.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-ts5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-ts6.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-ts6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-using1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-using1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts3.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts4.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/concepts4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/cond-triv2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/cpp2a/cond-triv2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/not-a-function-template-1.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/diagnostic/not-a-function-template-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/expr/cond17.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/expr/cond17.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/pr92022.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/pr92022.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/template/builtin2.C
      - copied unchanged from r276952, trunk/gcc/testsuite/g++.dg/template/builtin2.C
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr92063.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.c-torture/compile/pr92063.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstring-compare-2.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/Wstring-compare-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstring-compare.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/Wstring-compare.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstringop-overflow-19.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-19.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c11-float-dfp-1.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/c11-float-dfp-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c2x-float-no-dfp-1.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/c2x-float-no-dfp-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c2x-float-no-dfp-2.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/c2x-float-no-dfp-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/c11-constants-1.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/dfp/c11-constants-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/c11-constants-2.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/dfp/c11-constants-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/c11-keywords-1.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/dfp/c11-keywords-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/c11-keywords-2.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/dfp/c11-keywords-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/c2x-constants-1.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/dfp/c2x-constants-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/c2x-constants-2.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/dfp/c2x-constants-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/c2x-float-dfp-1.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/dfp/c2x-float-dfp-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/c2x-float-dfp-2.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/dfp/c2x-float-dfp-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/c2x-float-dfp-3.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/dfp/c2x-float-dfp-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/c2x-keywords-1.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/dfp/c2x-keywords-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/c2x-keywords-2.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/dfp/c2x-keywords-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/tr24732-float-dfp-1.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/dfp/tr24732-float-dfp-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/ts18661-2-float-dfp-1.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/dfp/ts18661-2-float-dfp-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/diag-aka-5.h
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/diag-aka-5.h
    branches/c++-coroutines/gcc/testsuite/gcc.dg/diag-aka-5a.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/diag-aka-5a.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/diag-aka-5b.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/diag-aka-5b.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/gomp/declare-variant-1.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/gomp/declare-variant-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/gomp/declare-variant-2.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/gomp/declare-variant-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr91860-1.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/pr91860-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr91860-2.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/pr91860-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr91860-3.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/pr91860-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr91860-4.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/pr91860-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/strcmpopt_6.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/strcmpopt_6.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/strlenopt-69.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/strlenopt-69.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/20191011-1.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/torture/20191011-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/builtin-fp-int-inexact-c2x.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/torture/builtin-fp-int-inexact-c2x.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/popcount4.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/tree-ssa/popcount4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/popcount4l.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/tree-ssa/popcount4l.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/popcount4ll.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/tree-ssa/popcount4ll.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-82.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-82.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-83.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-83.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-outer-call-1.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.dg/vect/vect-outer-call-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr91994.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/i386/pr91994.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/msp430/430x-insns.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/msp430/430x-insns.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/msp430/object-attributes-430.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/msp430/object-attributes-430.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/msp430/object-attributes-default.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/msp430/object-attributes-default.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/msp430/object-attributes-mlarge-any-region.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/msp430/object-attributes-mlarge-any-region.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/msp430/object-attributes-mlarge.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/msp430/object-attributes-mlarge.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-quiet-eq.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-quiet-eq.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-quiet-ge.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-quiet-ge.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-quiet-gt.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-quiet-gt.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-quiet-le.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-quiet-le.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-quiet-lt.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-quiet-lt.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-quiet-ordered.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-quiet-ordered.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-quiet-uneq.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-quiet-uneq.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-quiet-unordered.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-quiet-unordered.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-eq-z13-finite.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-eq-z13-finite.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-eq-z13.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-eq-z13.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-eq.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-eq.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-ge-z13-finite.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-ge-z13-finite.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-ge-z13.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-ge-z13.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-ge.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-ge.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-gt-z13-finite.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-gt-z13-finite.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-gt-z13.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-gt-z13.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-gt.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-gt.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-le-z13-finite.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-le-z13-finite.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-le-z13.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-le-z13.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-le.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-le.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-lt-z13-finite.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-lt-z13-finite.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-lt-z13.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-lt-z13.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-lt.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-lt.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-ltgt-z13-finite.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-ltgt-z13-finite.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-ltgt-z13.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-ltgt-z13.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-ltgt.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-ltgt.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-smax-z13.F90
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-smax-z13.F90
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-smax.F90
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-smax.F90
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-smin-z13.F90
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-smin-z13.F90
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-double-smin.F90
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-double-smin.F90
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-float-quiet-eq.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-float-quiet-eq.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-float-quiet-ge.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-float-quiet-ge.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-float-quiet-gt.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-float-quiet-gt.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-float-quiet-le.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-float-quiet-le.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-float-quiet-lt.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-float-quiet-lt.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-float-quiet-ordered.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-float-quiet-ordered.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-float-quiet-uneq.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-float-quiet-uneq.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-float-quiet-unordered.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-float-quiet-unordered.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-float-signaling-eq.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-float-signaling-eq.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-float-signaling-ge.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-float-signaling-ge.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-float-signaling-gt.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-float-signaling-gt.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-float-signaling-le.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-float-signaling-le.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-float-signaling-lt.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-float-signaling-lt.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-float-signaling-ltgt.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-float-signaling-ltgt.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-fortran.h
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-fortran.h
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-long-double-signaling-ge.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-long-double-signaling-ge.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-long-double-signaling-gt.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-long-double-signaling-gt.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-long-double-signaling-le.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-long-double-signaling-le.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec-long-double-signaling-lt.c
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec-long-double-signaling-lt.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/zvector/autovec.h
      - copied unchanged from r276952, trunk/gcc/testsuite/gcc.target/s390/zvector/autovec.h
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/minmaxloc_14.f90
      - copied unchanged from r276952, trunk/gcc/testsuite/gfortran.dg/minmaxloc_14.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr91649.f90
      - copied unchanged from r276952, trunk/gcc/testsuite/gfortran.dg/pr91649.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr91715.f90
      - copied unchanged from r276952, trunk/gcc/testsuite/gfortran.dg/pr91715.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr91801.f90
      - copied unchanged from r276952, trunk/gcc/testsuite/gfortran.dg/pr91801.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr92018.f90
      - copied unchanged from r276952, trunk/gcc/testsuite/gfortran.dg/pr92018.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr92019.f90
      - copied unchanged from r276952, trunk/gcc/testsuite/gfortran.dg/pr92019.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr92050.f90
      - copied unchanged from r276952, trunk/gcc/testsuite/gfortran.dg/pr92050.f90
    branches/c++-coroutines/gcc/testsuite/gnat.dg/array38.adb
      - copied unchanged from r276952, trunk/gcc/testsuite/gnat.dg/array38.adb
    branches/c++-coroutines/gcc/testsuite/gnat.dg/array38_pkg.adb
      - copied unchanged from r276952, trunk/gcc/testsuite/gnat.dg/array38_pkg.adb
    branches/c++-coroutines/gcc/testsuite/gnat.dg/array38_pkg.ads
      - copied unchanged from r276952, trunk/gcc/testsuite/gnat.dg/array38_pkg.ads
    branches/c++-coroutines/gcc/testsuite/gnat.dg/specs/size_clause4.ads
      - copied unchanged from r276952, trunk/gcc/testsuite/gnat.dg/specs/size_clause4.ads
    branches/c++-coroutines/gcc/tree-ssa-dse.h
      - copied unchanged from r276952, trunk/gcc/tree-ssa-dse.h
    branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/target-simd.f90
      - copied unchanged from r276952, trunk/libgomp/testsuite/libgomp.fortran/target-simd.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/use_device_addr-1.f90
      - copied unchanged from r276952, trunk/libgomp/testsuite/libgomp.fortran/use_device_addr-1.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/use_device_addr-2.f90
      - copied unchanged from r276952, trunk/libgomp/testsuite/libgomp.fortran/use_device_addr-2.f90
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/data-firstprivate-1.c
      - copied unchanged from r276952, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/data-firstprivate-1.c
Removed:
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/alias1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/alias2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/alias3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/alias4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/class-deduction2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/class.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/class1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/class2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/class3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/class4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/constrained-parm.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/disjunction1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-inst1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-inst2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-inst3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-inst4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-spec1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-spec2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-spec3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-spec4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-spec5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/explicit-spec6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/feature-macro.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/friend1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/friend2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/iconv1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/inherit-ctor2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/inherit-ctor4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/lambda1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/member-concept.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/memfun-err.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/memfun.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/memfun2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/memtmpl1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/partial-spec.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/partial-spec2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/partial-spec3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/partial-spec4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/partial-spec6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/placeholder1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr58500.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr58534.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr58535.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr58536.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr58548.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr58549.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr60052.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr60053.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr60064.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr60065.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr60377.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr60390.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr60391.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr60573.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr65552.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr65575.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr65854.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr66091.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr68683.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr71368.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr71965.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr80471.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr84979-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr84979-3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr84979.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr84980.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr85265.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/regress/alias-decl-42.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req-neg1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req10.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req11.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req12.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req13.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req14.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req15.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req16.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req17.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req18.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req19.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req20.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/req9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm10.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/traits1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/traits2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/initlist-arrray1.C
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/keywords-ignored-c99.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/auto_in_equiv_3.f90
Modified:
    branches/c++-coroutines/   (props changed)
    branches/c++-coroutines/ChangeLog
    branches/c++-coroutines/ChangeLog.coroutines
    branches/c++-coroutines/MAINTAINERS
    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/atree.adb
    branches/c++-coroutines/gcc/ada/atree.ads
    branches/c++-coroutines/gcc/ada/bindgen.adb
    branches/c++-coroutines/gcc/ada/doc/gnat_ugn/about_this_guide.rst
    branches/c++-coroutines/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
    branches/c++-coroutines/gcc/ada/doc/gnat_ugn/getting_started_with_gnat.rst
    branches/c++-coroutines/gcc/ada/doc/gnat_ugn/gnat_and_program_execution.rst
    branches/c++-coroutines/gcc/ada/einfo.adb
    branches/c++-coroutines/gcc/ada/einfo.ads
    branches/c++-coroutines/gcc/ada/errout.ads
    branches/c++-coroutines/gcc/ada/exp_ch3.adb
    branches/c++-coroutines/gcc/ada/exp_ch4.adb
    branches/c++-coroutines/gcc/ada/exp_ch6.adb
    branches/c++-coroutines/gcc/ada/exp_ch7.adb
    branches/c++-coroutines/gcc/ada/exp_ch9.adb
    branches/c++-coroutines/gcc/ada/exp_util.adb
    branches/c++-coroutines/gcc/ada/freeze.adb
    branches/c++-coroutines/gcc/ada/gcc-interface/decl.c
    branches/c++-coroutines/gcc/ada/gcc-interface/trans.c
    branches/c++-coroutines/gcc/ada/gcc-interface/utils.c
    branches/c++-coroutines/gcc/ada/gnat1drv.adb
    branches/c++-coroutines/gcc/ada/gnat_ugn.texi
    branches/c++-coroutines/gcc/ada/gnatls.adb
    branches/c++-coroutines/gcc/ada/impunit.adb
    branches/c++-coroutines/gcc/ada/inline.adb
    branches/c++-coroutines/gcc/ada/lib-writ.ads
    branches/c++-coroutines/gcc/ada/libgnat/a-cbdlli.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cbhama.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cbhase.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cbmutr.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cborma.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cborse.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cdlili.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cidlli.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cihama.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cihase.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cimutr.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ciorma.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ciorse.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cobove.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cohama.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-cohase.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-coinve.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-comutr.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-conhel.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-convec.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-coorma.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-coorse.adb
    branches/c++-coroutines/gcc/ada/libgnat/a-ststio.ads
    branches/c++-coroutines/gcc/ada/libgnat/g-exptty.ads
    branches/c++-coroutines/gcc/ada/opt.ads
    branches/c++-coroutines/gcc/ada/rtsfind.adb
    branches/c++-coroutines/gcc/ada/sem_aggr.adb
    branches/c++-coroutines/gcc/ada/sem_cat.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_ch6.adb
    branches/c++-coroutines/gcc/ada/sem_ch7.adb
    branches/c++-coroutines/gcc/ada/sem_ch8.adb
    branches/c++-coroutines/gcc/ada/sem_elab.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/sem_warn.adb
    branches/c++-coroutines/gcc/ada/sinfo.adb
    branches/c++-coroutines/gcc/ada/sinfo.ads
    branches/c++-coroutines/gcc/ada/terminals.c
    branches/c++-coroutines/gcc/ada/treepr.adb
    branches/c++-coroutines/gcc/ada/treepr.ads
    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-cppbuiltin.c
    branches/c++-coroutines/gcc/c-family/c-omp.c
    branches/c++-coroutines/gcc/c-family/c-opts.c
    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-objc-common.c
    branches/c++-coroutines/gcc/c/c-parser.c
    branches/c++-coroutines/gcc/calls.c
    branches/c++-coroutines/gcc/cgraph.c
    branches/c++-coroutines/gcc/cgraph.h
    branches/c++-coroutines/gcc/combine.c
    branches/c++-coroutines/gcc/common.opt
    branches/c++-coroutines/gcc/common/config/s390/s390-common.c
    branches/c++-coroutines/gcc/config.gcc
    branches/c++-coroutines/gcc/config.in
    branches/c++-coroutines/gcc/config/alpha/alpha.c
    branches/c++-coroutines/gcc/config/arm/arm.h
    branches/c++-coroutines/gcc/config/avr/avr.md
    branches/c++-coroutines/gcc/config/darwin-protos.h
    branches/c++-coroutines/gcc/config/darwin.c
    branches/c++-coroutines/gcc/config/darwin.h
    branches/c++-coroutines/gcc/config/i386/darwin.h
    branches/c++-coroutines/gcc/config/i386/i386-expand.c
    branches/c++-coroutines/gcc/config/i386/i386-features.c
    branches/c++-coroutines/gcc/config/i386/i386-protos.h
    branches/c++-coroutines/gcc/config/i386/i386.c
    branches/c++-coroutines/gcc/config/i386/predicates.md
    branches/c++-coroutines/gcc/config/i386/sse.md
    branches/c++-coroutines/gcc/config/msp430/constraints.md
    branches/c++-coroutines/gcc/config/msp430/driver-msp430.c
    branches/c++-coroutines/gcc/config/msp430/msp430-protos.h
    branches/c++-coroutines/gcc/config/msp430/msp430.c
    branches/c++-coroutines/gcc/config/msp430/msp430.h
    branches/c++-coroutines/gcc/config/msp430/msp430.md
    branches/c++-coroutines/gcc/config/msp430/msp430.opt
    branches/c++-coroutines/gcc/config/msp430/predicates.md
    branches/c++-coroutines/gcc/config/msp430/t-msp430
    branches/c++-coroutines/gcc/config/pa/pa.c
    branches/c++-coroutines/gcc/config/pa/pa.h
    branches/c++-coroutines/gcc/config/rs6000/darwin.h
    branches/c++-coroutines/gcc/config/rs6000/rs6000.c
    branches/c++-coroutines/gcc/config/s390/2827.md
    branches/c++-coroutines/gcc/config/s390/2964.md
    branches/c++-coroutines/gcc/config/s390/3906.md
    branches/c++-coroutines/gcc/config/s390/8561.md
    branches/c++-coroutines/gcc/config/s390/driver-native.c
    branches/c++-coroutines/gcc/config/s390/s390-builtins.def
    branches/c++-coroutines/gcc/config/s390/s390-c.c
    branches/c++-coroutines/gcc/config/s390/s390-modes.def
    branches/c++-coroutines/gcc/config/s390/s390-opts.h
    branches/c++-coroutines/gcc/config/s390/s390-protos.h
    branches/c++-coroutines/gcc/config/s390/s390.c
    branches/c++-coroutines/gcc/config/s390/s390.h
    branches/c++-coroutines/gcc/config/s390/s390.md
    branches/c++-coroutines/gcc/config/s390/s390.opt
    branches/c++-coroutines/gcc/config/s390/vector.md
    branches/c++-coroutines/gcc/config/s390/vx-builtins.md
    branches/c++-coroutines/gcc/config/sh/sh.c
    branches/c++-coroutines/gcc/config/sh/sh.h
    branches/c++-coroutines/gcc/config/sh/sh.md
    branches/c++-coroutines/gcc/configure
    branches/c++-coroutines/gcc/configure.ac
    branches/c++-coroutines/gcc/cp/ChangeLog
    branches/c++-coroutines/gcc/cp/call.c
    branches/c++-coroutines/gcc/cp/class.c
    branches/c++-coroutines/gcc/cp/config-lang.in
    branches/c++-coroutines/gcc/cp/constexpr.c
    branches/c++-coroutines/gcc/cp/constraint.cc
    branches/c++-coroutines/gcc/cp/cp-gimplify.c
    branches/c++-coroutines/gcc/cp/cp-objcp-common.c
    branches/c++-coroutines/gcc/cp/cp-tree.def
    branches/c++-coroutines/gcc/cp/cp-tree.h
    branches/c++-coroutines/gcc/cp/cxx-pretty-print.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/lambda.c
    branches/c++-coroutines/gcc/cp/logic.cc
    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/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/typeck.c
    branches/c++-coroutines/gcc/cp/typeck2.c
    branches/c++-coroutines/gcc/diagnostic-color.c
    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/avr-mmcu.texi
    branches/c++-coroutines/gcc/doc/extend.texi
    branches/c++-coroutines/gcc/doc/invoke.texi
    branches/c++-coroutines/gcc/doc/lto.texi
    branches/c++-coroutines/gcc/doc/passes.texi
    branches/c++-coroutines/gcc/doc/sourcebuild.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/array.c
    branches/c++-coroutines/gcc/fortran/check.c
    branches/c++-coroutines/gcc/fortran/decl.c
    branches/c++-coroutines/gcc/fortran/expr.c
    branches/c++-coroutines/gcc/fortran/f95-lang.c
    branches/c++-coroutines/gcc/fortran/match.h
    branches/c++-coroutines/gcc/fortran/openmp.c
    branches/c++-coroutines/gcc/fortran/parse.c
    branches/c++-coroutines/gcc/fortran/resolve.c
    branches/c++-coroutines/gcc/fortran/simplify.c
    branches/c++-coroutines/gcc/fortran/trans-decl.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/function-abi.cc
    branches/c++-coroutines/gcc/function-abi.h
    branches/c++-coroutines/gcc/gcc.c
    branches/c++-coroutines/gcc/gengtype-lex.l
    branches/c++-coroutines/gcc/ggc-none.c
    branches/c++-coroutines/gcc/ggc-page.c
    branches/c++-coroutines/gcc/ggc.h
    branches/c++-coroutines/gcc/gimple-expr.c
    branches/c++-coroutines/gcc/gimple-expr.h
    branches/c++-coroutines/gcc/gimple-fold.c
    branches/c++-coroutines/gcc/gimple-iterator.h
    branches/c++-coroutines/gcc/gimple-ssa-sprintf.c
    branches/c++-coroutines/gcc/gimple-streamer-out.c
    branches/c++-coroutines/gcc/gimple.c
    branches/c++-coroutines/gcc/gimplify.c
    branches/c++-coroutines/gcc/ginclude/float.h
    branches/c++-coroutines/gcc/go/gofrontend/MERGE
    branches/c++-coroutines/gcc/go/gofrontend/go-encode-id.cc
    branches/c++-coroutines/gcc/go/gofrontend/go-encode-id.h
    branches/c++-coroutines/gcc/go/gofrontend/gogo.cc
    branches/c++-coroutines/gcc/ipa-icf.c
    branches/c++-coroutines/gcc/ipa-prop.c
    branches/c++-coroutines/gcc/ipa-prop.h
    branches/c++-coroutines/gcc/ipa-reference.c
    branches/c++-coroutines/gcc/ira-lives.c
    branches/c++-coroutines/gcc/langhooks-def.h
    branches/c++-coroutines/gcc/langhooks.h
    branches/c++-coroutines/gcc/lto-streamer-out.c
    branches/c++-coroutines/gcc/lto-streamer.h
    branches/c++-coroutines/gcc/lto/ChangeLog
    branches/c++-coroutines/gcc/lto/lto-common.c
    branches/c++-coroutines/gcc/lto/lto.c
    branches/c++-coroutines/gcc/machmode.h
    branches/c++-coroutines/gcc/match.pd
    branches/c++-coroutines/gcc/objc/ChangeLog
    branches/c++-coroutines/gcc/objc/objc-next-metadata-tags.h
    branches/c++-coroutines/gcc/objc/objc-next-runtime-abi-02.c
    branches/c++-coroutines/gcc/omp-general.c
    branches/c++-coroutines/gcc/omp-general.h
    branches/c++-coroutines/gcc/omp-low.c
    branches/c++-coroutines/gcc/optabs-tree.c
    branches/c++-coroutines/gcc/optabs.c
    branches/c++-coroutines/gcc/optabs.h
    branches/c++-coroutines/gcc/opts-diagnostic.h
    branches/c++-coroutines/gcc/opts-global.c
    branches/c++-coroutines/gcc/opts.c
    branches/c++-coroutines/gcc/passes.c
    branches/c++-coroutines/gcc/po/ChangeLog
    branches/c++-coroutines/gcc/po/fi.po
    branches/c++-coroutines/gcc/pretty-print.c
    branches/c++-coroutines/gcc/pretty-print.h
    branches/c++-coroutines/gcc/testsuite/ChangeLog
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Waddress-1.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Wpointer-compare-1.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Wshift-count-negative-1.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Wshift-count-overflow-1.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Wshift-negative-value-1.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Wshift-negative-value-2.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/Wshift-negative-value-5.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/diagnostic-format-json-2.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/diagnostic-format-json-3.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/diagnostic-format-json-4.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/pr48418.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/pr65830.c
    branches/c++-coroutines/gcc/testsuite/c-c++-common/pr69764.c
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/auto1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/auto3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/auto4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/class-deduction1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/class5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/class6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/debug1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/decl-diagnose.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/deduction-constraint1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/diagnostic1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/dr1430.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/equiv.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/equiv2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/expression.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/expression2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/expression3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn-concept1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn-concept2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn-generic-member-ool.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn10.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn8.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/fn9.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/generic-fn-err.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/generic-fn.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/inherit-ctor1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/inherit-ctor3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/intro1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/intro2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/intro3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/intro4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/intro5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/intro6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/intro7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/locations1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/partial-concept-id1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/partial-concept-id2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/partial-spec5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/placeholder2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/placeholder3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/placeholder4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/placeholder5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/placeholder6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr65634.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr65636.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr65681.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr65848.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr67249.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr67544.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr67595.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr67655.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr68434.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr71127.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr71128.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr71131.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr71385.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr84330.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/pr85065.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm11.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm12.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-parm4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/template-template-parm1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-concept1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-concept2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-concept3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-concept4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-concept5.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-concept6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-concept7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-templ1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-templ2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/var-templ3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/variadic1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/variadic2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/variadic3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/concepts/variadic4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/auto52.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr10.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/initlist-array3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-err2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/nullptr37.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/this-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/template/crash107.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/template/crash126.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/template/crash129.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/template/dependent-expr1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/template/error17.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wextra-3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wfloat-equal-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wstring-literal-comparison-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wstring-literal-comparison-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/pointer-integer-comparison.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.bugs/900321_01.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.jason/crash8.C
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstringop-overflow-12.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/builtins-18.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/builtins-20.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/builtins-53.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/builtins-55.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/builtins-67.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c99-tgmath-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c99-tgmath-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c99-tgmath-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c99-tgmath-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/constants-c99.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/constants-pedantic.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/keywords-c89.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/dfp/keywords-c99.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/inline-8.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/ipa-icf-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/ipa-icf-7.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/nextafter-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr42427.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr78965.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/single-precision-constant.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/strcmpopt_3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/strlenopt-65.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/strlenopt-66.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/builtin-convert-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/builtin-convert-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/builtin-convert-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/builtin-convert-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/builtin-fp-int-inexact.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/builtin-integral-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/builtin-power-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/copy-sign-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/evrp4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/minmax-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/mult-abs-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/redundant-assign-zero-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/redundant-assign-zero-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr65947-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr65947-13.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr65947-14.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr65947-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr80631-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr80631-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/diag_aka_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/torture/simd-abi-9.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/20060512-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/20060512-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/387-builtin-fp-int-inexact.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/387-rint-inline-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/387-rint-inline-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/conversion.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/indirect-thunk-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/indirect-thunk-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/indirect-thunk-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/indirect-thunk-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/indirect-thunk-attr-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/indirect-thunk-attr-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/indirect-thunk-attr-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/indirect-thunk-attr-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/indirect-thunk-attr-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/indirect-thunk-attr-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/indirect-thunk-extern-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/indirect-thunk-extern-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/indirect-thunk-extern-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/indirect-thunk-extern-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/indirect-thunk-inline-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/indirect-thunk-inline-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/indirect-thunk-inline-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/indirect-thunk-inline-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr32219-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr32219-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr32219-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr32219-7.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr32219-8.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr47312.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr71801.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/ret-thunk-14.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/ret-thunk-15.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/ret-thunk-9.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse2-builtin-fp-int-inexact.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse2-rint-inline-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse2-rint-inline-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse4_1-builtin-fp-int-inexact.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse4_1-rint-inline.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/msp430/data-attributes-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/msp430/msp430.exp
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/s390.exp
    branches/c++-coroutines/gcc/testsuite/gcc.target/s390/vector/vec-scalar-cmp-1.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/diagnostic-format-json-2.F90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/diagnostic-format-json-3.F90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/function_kinds_5.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/gnu_logical_2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/goacc/continuation-free-form.f95
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/impure_assignment_2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr81509_2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr85543.f90
    branches/c++-coroutines/gcc/testsuite/jit.dg/test-error-array-bounds.c
    branches/c++-coroutines/gcc/testsuite/lib/g++-dg.exp
    branches/c++-coroutines/gcc/testsuite/lib/prune.exp
    branches/c++-coroutines/gcc/testsuite/lib/target-supports.exp
    branches/c++-coroutines/gcc/timevar.def
    branches/c++-coroutines/gcc/toplev.c
    branches/c++-coroutines/gcc/tree-dfa.c
    branches/c++-coroutines/gcc/tree-dfa.h
    branches/c++-coroutines/gcc/tree-eh.c
    branches/c++-coroutines/gcc/tree-if-conv.c
    branches/c++-coroutines/gcc/tree-sra.c
    branches/c++-coroutines/gcc/tree-ssa-dse.c
    branches/c++-coroutines/gcc/tree-ssa-forwprop.c
    branches/c++-coroutines/gcc/tree-ssa-math-opts.c
    branches/c++-coroutines/gcc/tree-ssa-phiopt.c
    branches/c++-coroutines/gcc/tree-ssa-sccvn.c
    branches/c++-coroutines/gcc/tree-ssa-strlen.c
    branches/c++-coroutines/gcc/tree-vect-data-refs.c
    branches/c++-coroutines/gcc/tree-vect-loop.c
    branches/c++-coroutines/gcc/tree-vect-patterns.c
    branches/c++-coroutines/gcc/tree-vect-slp.c
    branches/c++-coroutines/gcc/tree-vect-stmts.c
    branches/c++-coroutines/gcc/tree-vectorizer.c
    branches/c++-coroutines/gcc/tree-vectorizer.h
    branches/c++-coroutines/gcc/tree-vrp.c
    branches/c++-coroutines/gcc/tree-vrp.h
    branches/c++-coroutines/libcpp/ChangeLog
    branches/c++-coroutines/libcpp/expr.c
    branches/c++-coroutines/libcpp/include/cpplib.h
    branches/c++-coroutines/libcpp/init.c
    branches/c++-coroutines/libgcc/ChangeLog
    branches/c++-coroutines/libgcc/config/pa/lib2funcs.S
    branches/c++-coroutines/libgcc/config/pa/milli64.S
    branches/c++-coroutines/libgfortran/ChangeLog
    branches/c++-coroutines/libgfortran/runtime/minimal.c
    branches/c++-coroutines/libgomp/ChangeLog
    branches/c++-coroutines/libgomp/target.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.fortran/fortran.exp
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-fortran/fortran.exp

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




More information about the Libstdc++-cvs mailing list