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

iains@gcc.gnu.org iains@gcc.gnu.org
Mon Nov 25 13:08:00 GMT 2019


Author: iains
Date: Mon Nov 25 13:08:00 2019
New Revision: 278682

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

2019-11-25  Iain Sandoe  <iain@sandoe.co.uk>

	Merge trunk r278677.


Added:
    branches/c++-coroutines/libstdc++-v3/testsuite/25_algorithms/copy/debug/
      - copied from r278677, trunk/libstdc++-v3/testsuite/25_algorithms/copy/debug/
    branches/c++-coroutines/libstdc++-v3/testsuite/30_threads/jthread/3.cc
      - copied unchanged from r278677, trunk/libstdc++-v3/testsuite/30_threads/jthread/3.cc
Modified:
    branches/c++-coroutines/libstdc++-v3/ChangeLog
    branches/c++-coroutines/libstdc++-v3/doc/html/api.html
    branches/c++-coroutines/libstdc++-v3/doc/xml/api.xml
    branches/c++-coroutines/libstdc++-v3/include/bits/alloc_traits.h
    branches/c++-coroutines/libstdc++-v3/include/bits/regex.h
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_multiset.h
    branches/c++-coroutines/libstdc++-v3/include/bits/stl_set.h
    branches/c++-coroutines/libstdc++-v3/include/bits/unordered_set.h
    branches/c++-coroutines/libstdc++-v3/include/debug/functions.h
    branches/c++-coroutines/libstdc++-v3/include/debug/helper_functions.h
    branches/c++-coroutines/libstdc++-v3/include/debug/multiset.h
    branches/c++-coroutines/libstdc++-v3/include/debug/set.h
    branches/c++-coroutines/libstdc++-v3/include/debug/unordered_set
    branches/c++-coroutines/libstdc++-v3/include/std/bit
    branches/c++-coroutines/libstdc++-v3/include/std/thread
    branches/c++-coroutines/libstdc++-v3/testsuite/30_threads/jthread/1.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/30_threads/jthread/2.cc
    branches/c++-coroutines/libstdc++-v3/testsuite/30_threads/jthread/jthread.cc

Changes in other areas also in this revision:
Added:
    branches/c++-coroutines/gcc/config/arc/arc-passes.def
      - copied unchanged from r278677, trunk/gcc/config/arc/arc-passes.def
    branches/c++-coroutines/gcc/testsuite/c-c++-common/pr90677.c
      - copied unchanged from r278677, trunk/gcc/testsuite/c-c++-common/pr90677.c
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/constexpr-92443.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-92443.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/ref-bind7.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/cpp0x/ref-bind7.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1y/lambda-generic-90842.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/cpp1y/lambda-generic-90842.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-pr92078.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/cpp2a/concepts-pr92078.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/consteval15.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/cpp2a/consteval15.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-dtor4.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-dtor4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-typeid1.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-typeid1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-typeid2.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-typeid2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-typeid3.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-typeid3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/constexpr-typeid4.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/cpp2a/constexpr-typeid4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/desig15.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/cpp2a/desig15.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/lambda-generic6.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/cpp2a/lambda-generic6.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/lambda-pack-init3.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/cpp2a/lambda-pack-init3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/pr89913.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/cpp2a/pr89913.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite2.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite3.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite3.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite4.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/cpp2a/spaceship-rewrite4.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/pr90767-1.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/diagnostic/pr90767-1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/diagnostic/pr90767-2.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/diagnostic/pr90767-2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/gomp/pr92504.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/gomp/pr92504.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ipa/pr91956.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/ipa/pr91956.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ipa/pr92528.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/ipa/pr92528.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/opt/pr92610.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/opt/pr92610.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/parse/crash71.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/parse/crash71.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/pch/pr92458.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/pch/pr92458.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/pch/pr92458.Hs
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/pch/pr92458.Hs
    branches/c++-coroutines/gcc/testsuite/g++.dg/pr92365.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/pr92365.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/torture/pr91355.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/torture/pr91355.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/vect/pr92595.cc
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/vect/pr92595.cc
    branches/c++-coroutines/gcc/testsuite/g++.dg/vect/slp-pr92516.cc
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/vect/slp-pr92516.cc
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/multiple-sign-compare-warn-1.C
      - copied unchanged from r278677, trunk/gcc/testsuite/g++.dg/warn/multiple-sign-compare-warn-1.C
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr90840.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.c-torture/compile/pr90840.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/compile/pr92618.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.c-torture/compile/pr92618.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/pr91450-1.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.c-torture/execute/pr91450-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/pr91450-2.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.c-torture/execute/pr91450-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/pr92618.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.c-torture/execute/pr92618.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstringop-overflow-22.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-22.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstringop-overflow-23.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-23.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/Wstringop-overflow-24.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/Wstringop-overflow-24.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/attr-access-read-only.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/attr-access-read-only.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/attr-access-read-write-2.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/attr-access-read-write-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/attr-access-read-write.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/attr-access-read-write.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/attr-access-write-only.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/attr-access-write-only.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c11-attr-syntax-1.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/c11-attr-syntax-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c11-attr-syntax-2.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/c11-attr-syntax-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c11-attr-syntax-3.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/c11-attr-syntax-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c2x-attr-fallthrough-5.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/c2x-attr-fallthrough-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c2x-attr-fallthrough-6.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/c2x-attr-fallthrough-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c2x-attr-syntax-4.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/c2x-attr-syntax-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c2x-attr-syntax-5.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/c2x-attr-syntax-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/gomp/pr92557.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/gomp/pr92557.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/pr92529.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/ipa/pr92529.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr90898.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/pr90898.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr91195.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/pr91195.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/pr92493.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/pr92493.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/rtl/aarch64/unspecified-pass-error.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/rtl/aarch64/unspecified-pass-error.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/strcmpopt_7.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/strcmpopt_7.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr92088-1.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/torture/pr92088-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr92088-2.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/torture/pr92088-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr92596-1.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/torture/pr92596-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/pr92608.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/torture/pr92608.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr92554.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/vect/pr92554.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr92555.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/vect/pr92555.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr92558.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/vect/pr92558.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-cond-reduc-5.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/vect/vect-cond-reduc-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-ctor-1.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.dg/vect/vect-ctor-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/acle/memtag_1.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.target/aarch64/acle/memtag_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/acle/memtag_2.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.target/aarch64/acle/memtag_2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/acle/memtag_3.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.target/aarch64/acle/memtag_3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/pr92526.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.target/aarch64/pr92526.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/general/temporaries_1.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.target/aarch64/sve/acle/general/temporaries_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve2/whilerw_1.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.target/aarch64/sve2/whilerw_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve2/whilewr_1.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.target/aarch64/sve2/whilewr_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve2/whilewr_2.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.target/aarch64/sve2/whilewr_2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/asm-flag-4.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.target/arm/asm-flag-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr90867.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.target/i386/pr90867.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr92549.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.target/i386/pr92549.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr92615.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.target/i386/pr92615.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/mips/msa-ds.c
      - copied unchanged from r278677, trunk/gcc/testsuite/gcc.target/mips/msa-ds.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/bounds_check_21.f90
      - copied unchanged from r278677, trunk/gcc/testsuite/gfortran.dg/bounds_check_21.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec-comparison-character_1.f90
      - copied unchanged from r278677, trunk/gcc/testsuite/gfortran.dg/dec-comparison-character_1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec-comparison-character_2.f90
      - copied unchanged from r278677, trunk/gcc/testsuite/gfortran.dg/dec-comparison-character_2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec-comparison-character_3.f90
      - copied unchanged from r278677, trunk/gcc/testsuite/gfortran.dg/dec-comparison-character_3.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec-comparison-complex_1.f90
      - copied unchanged from r278677, trunk/gcc/testsuite/gfortran.dg/dec-comparison-complex_1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec-comparison-complex_2.f90
      - copied unchanged from r278677, trunk/gcc/testsuite/gfortran.dg/dec-comparison-complex_2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec-comparison-complex_3.f90
      - copied unchanged from r278677, trunk/gcc/testsuite/gfortran.dg/dec-comparison-complex_3.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec-comparison-int_1.f90
      - copied unchanged from r278677, trunk/gcc/testsuite/gfortran.dg/dec-comparison-int_1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec-comparison-int_2.f90
      - copied unchanged from r278677, trunk/gcc/testsuite/gfortran.dg/dec-comparison-int_2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec-comparison-int_3.f90
      - copied unchanged from r278677, trunk/gcc/testsuite/gfortran.dg/dec-comparison-int_3.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec-comparison-real_1.f90
      - copied unchanged from r278677, trunk/gcc/testsuite/gfortran.dg/dec-comparison-real_1.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec-comparison-real_2.f90
      - copied unchanged from r278677, trunk/gcc/testsuite/gfortran.dg/dec-comparison-real_2.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec-comparison-real_3.f90
      - copied unchanged from r278677, trunk/gcc/testsuite/gfortran.dg/dec-comparison-real_3.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/dec-comparison.f90
      - copied unchanged from r278677, trunk/gcc/testsuite/gfortran.dg/dec-comparison.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/eof_6.f90
      - copied unchanged from r278677, trunk/gcc/testsuite/gfortran.dg/eof_6.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/pr92537.f90
      - copied unchanged from r278677, trunk/gcc/testsuite/gfortran.dg/pr92537.f90
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/streamio_18.f90
      - copied unchanged from r278677, trunk/gcc/testsuite/gfortran.dg/streamio_18.f90
    branches/c++-coroutines/gcc/testsuite/gnat.dg/addr14.adb
      - copied unchanged from r278677, trunk/gcc/testsuite/gnat.dg/addr14.adb
    branches/c++-coroutines/libgcc/config/t-gthr-noweak
      - copied unchanged from r278677, trunk/libgcc/config/t-gthr-noweak
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/copyin-devptr-1.c
      - copied unchanged from r278677, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/copyin-devptr-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/copyin-devptr-2.c
      - copied unchanged from r278677, trunk/libgomp/testsuite/libgomp.oacc-c-c++-common/copyin-devptr-2.c
Removed:
    branches/c++-coroutines/libsanitizer/libtool-version
Modified:
    branches/c++-coroutines/   (props changed)
    branches/c++-coroutines/ChangeLog
    branches/c++-coroutines/ChangeLog.coroutines
    branches/c++-coroutines/MAINTAINERS
    branches/c++-coroutines/configure
    branches/c++-coroutines/configure.ac
    branches/c++-coroutines/gcc/ChangeLog
    branches/c++-coroutines/gcc/DATESTAMP
    branches/c++-coroutines/gcc/REVISION
    branches/c++-coroutines/gcc/ada/ChangeLog
    branches/c++-coroutines/gcc/ada/expect.c
    branches/c++-coroutines/gcc/ada/gcc-interface/trans.c
    branches/c++-coroutines/gcc/alias.c
    branches/c++-coroutines/gcc/attribs.c
    branches/c++-coroutines/gcc/attribs.h
    branches/c++-coroutines/gcc/bb-reorder.c
    branches/c++-coroutines/gcc/builtins.c
    branches/c++-coroutines/gcc/builtins.h
    branches/c++-coroutines/gcc/c-family/ChangeLog
    branches/c++-coroutines/gcc/c-family/c-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-format.c
    branches/c++-coroutines/gcc/c/ChangeLog
    branches/c++-coroutines/gcc/c/c-decl.c
    branches/c++-coroutines/gcc/c/c-parser.c
    branches/c++-coroutines/gcc/c/c-tree.h
    branches/c++-coroutines/gcc/calls.c
    branches/c++-coroutines/gcc/cfganal.c
    branches/c++-coroutines/gcc/cfgloop.c
    branches/c++-coroutines/gcc/cfgloop.h
    branches/c++-coroutines/gcc/cfgloopanal.c
    branches/c++-coroutines/gcc/cgraph.h
    branches/c++-coroutines/gcc/cgraphclones.c
    branches/c++-coroutines/gcc/cif-code.def
    branches/c++-coroutines/gcc/combine.c
    branches/c++-coroutines/gcc/common.opt
    branches/c++-coroutines/gcc/config/aarch64/aarch64-builtins.c
    branches/c++-coroutines/gcc/config/aarch64/aarch64-c.c
    branches/c++-coroutines/gcc/config/aarch64/aarch64-protos.h
    branches/c++-coroutines/gcc/config/aarch64/aarch64-sve2.md
    branches/c++-coroutines/gcc/config/aarch64/aarch64.c
    branches/c++-coroutines/gcc/config/aarch64/aarch64.h
    branches/c++-coroutines/gcc/config/aarch64/aarch64.md
    branches/c++-coroutines/gcc/config/aarch64/arm_acle.h
    branches/c++-coroutines/gcc/config/aarch64/iterators.md
    branches/c++-coroutines/gcc/config/aarch64/predicates.md
    branches/c++-coroutines/gcc/config/arc/arc-protos.h
    branches/c++-coroutines/gcc/config/arc/arc.c
    branches/c++-coroutines/gcc/config/arc/arc.md
    branches/c++-coroutines/gcc/config/arc/t-arc
    branches/c++-coroutines/gcc/config/arm/arm-c.c
    branches/c++-coroutines/gcc/config/arm/arm-cpus.in
    branches/c++-coroutines/gcc/config/arm/arm.c
    branches/c++-coroutines/gcc/config/arm/types.md
    branches/c++-coroutines/gcc/config/avr/driver-avr.c
    branches/c++-coroutines/gcc/config/avr/gen-avr-mmcu-specs.c
    branches/c++-coroutines/gcc/config/avr/genmultilib.awk
    branches/c++-coroutines/gcc/config/avr/specs.h
    branches/c++-coroutines/gcc/config/avr/t-avr
    branches/c++-coroutines/gcc/config/gcn/gcn.c
    branches/c++-coroutines/gcc/config/i386/cygming.h
    branches/c++-coroutines/gcc/config/i386/i386-options.c
    branches/c++-coroutines/gcc/config/i386/i386.c
    branches/c++-coroutines/gcc/config/i386/i386.md
    branches/c++-coroutines/gcc/config/mips/mips-msa.md
    branches/c++-coroutines/gcc/config/mips/mips.md
    branches/c++-coroutines/gcc/config/riscv/riscv.c
    branches/c++-coroutines/gcc/config/rs6000/dfp.md
    branches/c++-coroutines/gcc/config/rs6000/predicates.md
    branches/c++-coroutines/gcc/config/rs6000/rs6000-protos.h
    branches/c++-coroutines/gcc/config/rs6000/rs6000.c
    branches/c++-coroutines/gcc/config/rs6000/rs6000.md
    branches/c++-coroutines/gcc/config/rs6000/vector.md
    branches/c++-coroutines/gcc/config/s390/linux.h
    branches/c++-coroutines/gcc/configure
    branches/c++-coroutines/gcc/configure.ac
    branches/c++-coroutines/gcc/cp/ChangeLog
    branches/c++-coroutines/gcc/cp/call.c
    branches/c++-coroutines/gcc/cp/constexpr.c
    branches/c++-coroutines/gcc/cp/constraint.cc
    branches/c++-coroutines/gcc/cp/cp-objcp-common.c
    branches/c++-coroutines/gcc/cp/cvt.c
    branches/c++-coroutines/gcc/cp/decl.c
    branches/c++-coroutines/gcc/cp/init.c
    branches/c++-coroutines/gcc/cp/name-lookup.c
    branches/c++-coroutines/gcc/cp/parser.c
    branches/c++-coroutines/gcc/cp/pt.c
    branches/c++-coroutines/gcc/cp/rtti.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/cse.c
    branches/c++-coroutines/gcc/dbgcnt.c
    branches/c++-coroutines/gcc/doc/extend.texi
    branches/c++-coroutines/gcc/doc/install.texi
    branches/c++-coroutines/gcc/doc/invoke.texi
    branches/c++-coroutines/gcc/doc/md.texi
    branches/c++-coroutines/gcc/doc/sourcebuild.texi
    branches/c++-coroutines/gcc/doc/tm.texi
    branches/c++-coroutines/gcc/doc/tm.texi.in
    branches/c++-coroutines/gcc/expmed.c
    branches/c++-coroutines/gcc/fibonacci_heap.c
    branches/c++-coroutines/gcc/fibonacci_heap.h
    branches/c++-coroutines/gcc/fold-const.c
    branches/c++-coroutines/gcc/fortran/ChangeLog
    branches/c++-coroutines/gcc/fortran/arith.c
    branches/c++-coroutines/gcc/fortran/gfortran.h
    branches/c++-coroutines/gcc/fortran/gfortran.texi
    branches/c++-coroutines/gcc/fortran/invoke.texi
    branches/c++-coroutines/gcc/fortran/module.c
    branches/c++-coroutines/gcc/fortran/resolve.c
    branches/c++-coroutines/gcc/fortran/simplify.c
    branches/c++-coroutines/gcc/function.c
    branches/c++-coroutines/gcc/function.h
    branches/c++-coroutines/gcc/ggc-page.c
    branches/c++-coroutines/gcc/gimple-fold.c
    branches/c++-coroutines/gcc/gimple-ssa-sprintf.c
    branches/c++-coroutines/gcc/gimplify.c
    branches/c++-coroutines/gcc/go/gofrontend/MERGE
    branches/c++-coroutines/gcc/internal-fn.c
    branches/c++-coroutines/gcc/internal-fn.def
    branches/c++-coroutines/gcc/internal-fn.h
    branches/c++-coroutines/gcc/ipa-cp.c
    branches/c++-coroutines/gcc/ipa-devirt.c
    branches/c++-coroutines/gcc/ipa-fnsummary.c
    branches/c++-coroutines/gcc/ipa-fnsummary.h
    branches/c++-coroutines/gcc/ipa-icf-gimple.c
    branches/c++-coroutines/gcc/ipa-icf-gimple.h
    branches/c++-coroutines/gcc/ipa-icf.c
    branches/c++-coroutines/gcc/ipa-icf.h
    branches/c++-coroutines/gcc/ipa-inline-analysis.c
    branches/c++-coroutines/gcc/ipa-inline-transform.c
    branches/c++-coroutines/gcc/ipa-inline.c
    branches/c++-coroutines/gcc/ipa-inline.h
    branches/c++-coroutines/gcc/ipa-polymorphic-call.c
    branches/c++-coroutines/gcc/ipa-predicate.c
    branches/c++-coroutines/gcc/ipa-predicate.h
    branches/c++-coroutines/gcc/ipa-prop.h
    branches/c++-coroutines/gcc/ipa-ref.h
    branches/c++-coroutines/gcc/ipa-split.c
    branches/c++-coroutines/gcc/ipa-sra.c
    branches/c++-coroutines/gcc/ipa.c
    branches/c++-coroutines/gcc/jit/ChangeLog
    branches/c++-coroutines/gcc/jit/jit-playback.c
    branches/c++-coroutines/gcc/lra-constraints.c
    branches/c++-coroutines/gcc/lra.c
    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.c
    branches/c++-coroutines/gcc/memory-block.cc
    branches/c++-coroutines/gcc/memory-block.h
    branches/c++-coroutines/gcc/omp-low.c
    branches/c++-coroutines/gcc/optabs.def
    branches/c++-coroutines/gcc/opts.c
    branches/c++-coroutines/gcc/params.opt
    branches/c++-coroutines/gcc/profile-count.c
    branches/c++-coroutines/gcc/profile-count.h
    branches/c++-coroutines/gcc/run-rtl-passes.c
    branches/c++-coroutines/gcc/testsuite/ChangeLog
    branches/c++-coroutines/gcc/testsuite/README
    branches/c++-coroutines/gcc/testsuite/c-c++-common/attr-nonstring-8.c
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/addressof2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp0x/rv-lvalue-req.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/concepts-requires18.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/expr/crash2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/expr/lval1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/expr/unary2.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/lvaddr.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/ext/lvalue1.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/lto/odr-6_1.c
    branches/c++-coroutines/gcc/testsuite/g++.dg/parse/error43.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/pr20280.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/pr53844.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/pr61034.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/tree-ssa/pr8781.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wplacement-new-size.C
    branches/c++-coroutines/gcc/testsuite/g++.dg/warn/Wstringop-truncation-1.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.brendan/alignof.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.brendan/sizeof2.C
    branches/c++-coroutines/gcc/testsuite/g++.old-deja/g++.law/temps1.C
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/20030913-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/960218-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.c-torture/execute/complex-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/alias-15.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c2x-attr-deprecated-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c2x-attr-deprecated-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c2x-attr-deprecated-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c2x-attr-fallthrough-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c2x-attr-fallthrough-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c2x-attr-fallthrough-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/c2x-attr-maybe_unused-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/darwin-comm.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/darwin-sections.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/fdata-sections-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/gnu2x-attrs-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/ipa-icf-36.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/ipa-icf-37.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/pr63416.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/ipa/pr77653.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/lto/20090729_0.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/lto/20111207-1_0.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/lto/c-compatible-types-1_0.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/lto/pr55525_0.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/lto/pr88077_0.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/lto/pr88077_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/strlenopt-66.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/fp-int-convert-timode-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/torture/ssa-pta-fn-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/builtin-fprintf-warn-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/loop-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-12.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/bb-slp-21.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/bb-slp-40.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/bb-slp-42.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/pr66142.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-alias-check-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-alias-check-14.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-alias-check-15.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-alias-check-16.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-alias-check-18.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-alias-check-19.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-alias-check-8.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-cond-reduc-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-widen-mult-u8-u32.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/vect/vect-widen-mult-u8.c
    branches/c++-coroutines/gcc/testsuite/gcc.dg/winline-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/asm-flag-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/simd/vrbit_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/ld1rq_f16.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/ld1rq_f32.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/ld1rq_f64.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/ld1rq_s16.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/ld1rq_s32.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/ld1rq_s64.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/ld1rq_u16.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/ld1rq_u32.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/acle/asm/ld1rq_u64.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/peel_ind_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/peel_ind_2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/peel_ind_3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/var_stride_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/var_stride_2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/var_stride_3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/aarch64/sve/var_stride_5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arc/add_n-combine.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arc/arc.exp
    branches/c++-coroutines/gcc/testsuite/gcc.target/arc/cmem-7.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arc/cmem-bit-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arc/cmem-bit-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arc/cmem-bit-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arc/cmem-bit-4.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arc/interrupt-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arc/store-merge-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/acle/crc_hf_1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/asm-flag-1.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/asm-flag-3.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/asm-flag-5.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/arm/asm-flag-6.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/pr27971.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse2-load-multi.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/sse2-store-multi.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/i386/volatile-bitfields-2.c
    branches/c++-coroutines/gcc/testsuite/gcc.target/powerpc/pr72804.c
    branches/c++-coroutines/gcc/testsuite/gfortran.dg/global_vars_f90_init_driver.c
    branches/c++-coroutines/gcc/testsuite/lib/target-supports.exp
    branches/c++-coroutines/gcc/toplev.c
    branches/c++-coroutines/gcc/tracer.c
    branches/c++-coroutines/gcc/tree-data-ref.c
    branches/c++-coroutines/gcc/tree-hash-traits.h
    branches/c++-coroutines/gcc/tree-into-ssa.c
    branches/c++-coroutines/gcc/tree-loop-distribution.c
    branches/c++-coroutines/gcc/tree-ssa-ccp.c
    branches/c++-coroutines/gcc/tree-ssa-loop-ivcanon.c
    branches/c++-coroutines/gcc/tree-ssa-loop-ivopts.c
    branches/c++-coroutines/gcc/tree-ssa-loop-niter.c
    branches/c++-coroutines/gcc/tree-ssa-loop-niter.h
    branches/c++-coroutines/gcc/tree-ssa-loop-unswitch.c
    branches/c++-coroutines/gcc/tree-ssa-phiopt.c
    branches/c++-coroutines/gcc/tree-ssa-reassoc.c
    branches/c++-coroutines/gcc/tree-ssa-sink.c
    branches/c++-coroutines/gcc/tree-ssa-strlen.c
    branches/c++-coroutines/gcc/tree-ssa-structalias.c
    branches/c++-coroutines/gcc/tree-vect-data-refs.c
    branches/c++-coroutines/gcc/tree-vect-loop.c
    branches/c++-coroutines/gcc/tree-vect-slp.c
    branches/c++-coroutines/gcc/tree-vect-stmts.c
    branches/c++-coroutines/gcc/tree.c
    branches/c++-coroutines/gcc/tree.h
    branches/c++-coroutines/gcc/vec.h
    branches/c++-coroutines/libgcc/ChangeLog
    branches/c++-coroutines/libgcc/config.host
    branches/c++-coroutines/libgfortran/ChangeLog
    branches/c++-coroutines/libgfortran/io/transfer.c
    branches/c++-coroutines/libgo/go/cmd/cgo/out.go
    branches/c++-coroutines/libgo/mksysinfo.sh
    branches/c++-coroutines/libgo/runtime/runtime.h
    branches/c++-coroutines/libgo/runtime/stack.c
    branches/c++-coroutines/libgomp/ChangeLog
    branches/c++-coroutines/libgomp/oacc-mem.c
    branches/c++-coroutines/libgomp/plugin/plugin-gcn.c
    branches/c++-coroutines/libgomp/testsuite/lib/libgomp.exp
    branches/c++-coroutines/libgomp/testsuite/libgomp.c/pr39591-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.c/pr39591-2.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.c/pr39591-3.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.c/private-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.c/task-1.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.c/task-5.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-20.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-22.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-23.c
    branches/c++-coroutines/libgomp/testsuite/libgomp.oacc-c-c++-common/lib-30.c
    branches/c++-coroutines/libsanitizer/ChangeLog
    branches/c++-coroutines/libsanitizer/lsan/libtool-version
    branches/c++-coroutines/libsanitizer/tsan/libtool-version
    branches/c++-coroutines/libsanitizer/ubsan/libtool-version
    branches/c++-coroutines/maintainer-scripts/ChangeLog
    branches/c++-coroutines/maintainer-scripts/gcc_release

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




More information about the Libstdc++-cvs mailing list