This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/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]
No new revisions were added by this update.
Summary of changes: gcc/cp/cp-tree.h | 1 + gcc/cp/decl.cc | 19 +++++++++-------- gcc/cp/parser.cc | 2 +- gcc/cp/pt.cc | 6 +++++- .../g++.dg/cpp2a/class-deduction-alias13.C | 24 ++++++++++++++++++++++ gcc/testsuite/g++.dg/parse/error64.C | 4 ++++ 6 files changed, 45 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-alias13.C create mode 100644 gcc/testsuite/g++.dg/parse/error64.C