This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 850a9ce8bcc c++: deduction from auto fn [PR105623] adds 34970d08c62 c++: CTAD with alias and nested template [PR105655] adds da2c56ee601 c++: fix ICE on invalid attributes [PR96637] new 3dff965cae6 Daily bump.
The 1 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 | 80 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 12 ++++ gcc/cp/ChangeLog | 37 ++++++++++ gcc/cp/cp-tree.h | 1 + gcc/cp/decl.cc | 19 ++--- gcc/cp/parser.cc | 2 +- gcc/cp/pt.cc | 6 +- gcc/d/ChangeLog | 7 ++ gcc/objc/ChangeLog | 6 ++ gcc/testsuite/ChangeLog | 71 +++++++++++++++++++ .../g++.dg/cpp2a/class-deduction-alias13.C | 24 +++++++ gcc/testsuite/g++.dg/parse/error64.C | 4 ++ libgcc/ChangeLog | 12 ++++ libgomp/ChangeLog | 8 +++ libstdc++-v3/ChangeLog | 5 ++ 16 files changed, 284 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias13.C create mode 100644 gcc/testsuite/g++.dg/parse/error64.C