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 85419ac5972 [PR103676] LRA: Calculate and exclude some start hard regis [...] adds 886e9779581 PR middle-end/104140: bootstrap ICE on riscv. adds 518aad6a161 rs6000: Fix bootstrap adds afe91e2566f rs6000: Support vector float/double for vec_sldw adds 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 new 9dd443578f3 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 | 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/common/config/s390/s390-common.cc | 14 +- gcc/config/riscv/riscv-c.cc | 3 + gcc/config/rs6000/rs6000-overload.def | 4 + gcc/config/rs6000/rs6000-protos.h | 1 - gcc/config/rs6000/rs6000.cc | 40 +----- 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/doc/generic.texi | 9 ++ 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 + gcc/testsuite/gcc.target/powerpc/builtins-4.c | 34 +++-- gcc/testsuite/gcc.target/riscv/pr104140.c | 11 ++ gcc/tree-ssa-math-opts.cc | 4 + gcc/tree.def | 14 +- libgomp/ChangeLog | 18 +++ libstdc++-v3/ChangeLog | 75 ++++++++++ 28 files changed, 606 insertions(+), 101 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wformat-pr104148.c create mode 100644 gcc/testsuite/g++.dg/init/new50.C create mode 100644 gcc/testsuite/gcc.target/riscv/pr104140.c