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 fe03562f2ad Daily bump. adds 23114fd9ba0 Daily bump. adds 18023fa6225 Daily bump. adds c71d97549d4 [testsuite] Enable column location checking for 'dg-optimiz [...] adds b5eabef5daa [testsuite] Emit 'warning' instead of 'error' diagnostics f [...] adds 19323ea3e93 c++: Fix FE devirt with diamond inheritance [PR95158] adds 196716c10bc dwarf2: ICE with local class in unused function [PR97918]
No new revisions were added by this update.
Summary of changes: gcc/DATESTAMP | 2 +- gcc/cp/call.c | 20 +++++++------- gcc/cp/class.c | 14 ++++++++++ gcc/cp/cp-tree.h | 3 ++- gcc/dwarf2out.c | 6 ++--- gcc/testsuite/g++.dg/debug/localclass2.C | 24 +++++++++++++++++ gcc/testsuite/g++.dg/template/virtual5.C | 31 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/nodump-vect-opt-info-1.c | 4 +-- gcc/testsuite/gcc.dg/vect/nodump-vect-opt-info-2.c | 4 +-- gcc/testsuite/lib/gcc-dg.exp | 4 +-- 10 files changed, 90 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/g++.dg/debug/localclass2.C create mode 100644 gcc/testsuite/g++.dg/template/virtual5.C