This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from 8189838d823 c++: tidy auto deduction adds 53e7252140c c++: lambda capture dependent type [PR82980] adds 4259c229b45 c++: alias CTAD and member alias templates [PR104470] adds e9d2adc17d0 c++: reorganize friend template matching [PR91618] adds 66d1e440e14 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 166 +++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 4 + gcc/cp/ChangeLog | 90 +++++++++++ gcc/cp/cp-tree.h | 1 + gcc/cp/decl.cc | 9 -- gcc/cp/decl2.cc | 9 +- gcc/cp/friend.cc | 92 ++++++------ gcc/cp/lambda.cc | 7 +- gcc/cp/pt.cc | 27 +++- gcc/fortran/ChangeLog | 4 + gcc/testsuite/ChangeLog | 88 +++++++++++ .../g++.dg/cpp2a/class-deduction-alias12.C | 23 +++ gcc/testsuite/g++.dg/cpp2a/explicit11.C | 2 +- libstdc++-v3/ChangeLog | 18 +++ 15 files changed, 470 insertions(+), 72 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias12.C