This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/gcc.
from 3345e742996 PR fortran/95707 - ICE in finish_equivalences, at fortran/t [...] new 57b4daf8dc4 c++: Refinements to "more constrained". new 445d8da5fbd coroutines: Update handling and failure for g-r-o-o-a-f [PR95505]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/cp/call.c | 11 ++--- gcc/cp/coroutines.cc | 51 +++++++++++----------- gcc/cp/pt.c | 14 +++++- gcc/testsuite/g++.dg/coroutines/pr95505.C | 26 +++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-p2113a.C | 12 +++++ gcc/testsuite/g++.dg/cpp2a/concepts-p2113b.C | 25 +++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-return-req1.C | 2 +- .../24_iterators/move_iterator/rel_ops_c++20.cc | 19 -------- .../24_iterators/reverse_iterator/rel_ops_c++20.cc | 22 ---------- 9 files changed, 108 insertions(+), 74 deletions(-) create mode 100644 gcc/testsuite/g++.dg/coroutines/pr95505.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-p2113a.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-p2113b.C