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-arm-check_cross in repository toolchain/ci/gcc.
from 4d1c5b4957d libstdc++: Avoid overflow in istream::get(streambuf&) [LWG 3464] adds 87891d5eafe sparc/sparc64: use crtendS.o for default-pie executables [PR96190] adds d0ffe9d5dc8 c++: Aggregate CTAD and string constants. adds 812798917c5 c++: Allow subobject references in C++20.
No new revisions were added by this update.
Summary of changes: gcc/c-family/c-cppbuiltin.c | 4 +- gcc/config/sparc/linux.h | 10 +--- gcc/config/sparc/linux64.h | 10 +--- gcc/cp/mangle.c | 56 ++++++++++++++++++++++ gcc/cp/pt.c | 33 ++++++++++--- gcc/testsuite/g++.dg/cpp1z/nontype2.C | 2 +- gcc/testsuite/g++.dg/cpp1z/nontype3.C | 2 +- gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr7.C | 14 ++++++ gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C | 4 +- gcc/testsuite/g++.dg/cpp2a/nontype-subob1.C | 25 ++++++++++ gcc/testsuite/g++.dg/cpp2a/nontype-subob2.C | 13 +++++ gcc/testsuite/g++.dg/template/nontype25.C | 6 +-- gcc/testsuite/g++.dg/template/nontype8.C | 4 +- 13 files changed, 151 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr7.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-subob1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-subob2.C