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_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 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. adds abe3a4f0e9c Fix fold-vec-splat-floatdouble testsuite failure on power10
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/testsuite/ChangeLog | 87 ++++++++++ gcc/testsuite/c-c++-common/Wformat-pr104148.c | 33 ++++ .../powerpc/fold-vec-splat-floatdouble.c | 5 +- libgomp/ChangeLog | 18 ++ libstdc++-v3/ChangeLog | 75 ++++++++ 19 files changed, 504 insertions(+), 77 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wformat-pr104148.c