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-release-aarch64-build_cross in repository toolchain/ci/gcc.
from ee22bc201eb libstdc++: Fix noexcept-specifier for ranges::empty adds 0e66f21d378 Daily bump. adds 419201f566b libstdc++: Use function object for __decay_copy helper new 2e63d08cb9b c++: fn parm pack expansion inside constraint [PR100138] new 9107b139f44 c++: alias CTAD in unevaluated context [PR101233]
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/ChangeLog | 41 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/constraint.cc | 6 +++- gcc/cp/pt.c | 10 +++++- gcc/fortran/ChangeLog | 9 +++++ gcc/testsuite/ChangeLog | 27 ++++++++++++++ .../g++.dg/cpp2a/class-deduction-alias10.C | 10 ++++++ gcc/testsuite/g++.dg/cpp2a/concepts-ctad4.C | 25 +++++++++++++ libstdc++-v3/ChangeLog | 17 +++++++++ libstdc++-v3/include/bits/iterator_concepts.h | 19 +++++----- libstdc++-v3/include/bits/ranges_base.h | 14 ++++---- 11 files changed, 160 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias10.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-ctad4.C