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-aarch64-bootstrap in repository toolchain/ci/gcc.
from c163647ffbc Disable -fsplit-stack support on non-glibc targets adds 847a8301add c++: class array new checking [PR104084] adds 2e01fde49ea c++: explain failing static_assert adds f36efe71bef c-family: Fix up a -Wformat regression [PR104148] adds 60953a23d57 x86: Properly disable -fsplit-stack support on non-glibc targets adds f9063d12633 Mark XXSPLTIW/XXSPLTIDP as prefixed -- PR 104136 adds 9dd443578f3 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 191 +++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 12 ++ gcc/c-family/c-common.cc | 25 ++-- gcc/c-family/c-common.h | 3 +- gcc/c-family/c-format.cc | 2 +- gcc/common/config/i386/i386-common.cc | 17 ++- gcc/config/i386/gnu-user-common.h | 5 +- gcc/config/i386/gnu.h | 5 +- gcc/config/rs6000/rs6000-protos.h | 1 - gcc/config/rs6000/rs6000.cc | 38 ----- gcc/config/rs6000/rs6000.md | 24 ++-- gcc/config/rs6000/vsx.md | 12 +- gcc/cp/ChangeLog | 26 ++++ gcc/cp/init.cc | 2 +- gcc/cp/semantics.cc | 33 +++-- gcc/testsuite/ChangeLog | 87 +++++++++++ gcc/testsuite/c-c++-common/Wformat-pr104148.c | 33 +++++ gcc/testsuite/g++.dg/init/new50.C | 9 ++ gcc/testsuite/g++.dg/template/explicit-args6.C | 2 + libgomp/ChangeLog | 18 +++ libstdc++-v3/ChangeLog | 75 ++++++++++ 22 files changed, 534 insertions(+), 88 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wformat-pr104148.c create mode 100644 gcc/testsuite/g++.dg/init/new50.C