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 25542b27aa6 c++: Disable -frounding-math during manifestly constant eva [...] adds ce53a9ac070 Daily bump. adds 956ef4a2144 If -mavx implies -mxsave, then -mno-xsave should imply -mno-avx. adds 336b4100940 rs6000: Properly handle LE index munging in vec_shr (PR94710) adds 37e53874d4d Daily bump. adds 7ebf06c0a44 arm: Extend the PR94780 fix to arm adds a24744c1ed8 store-merging: Consider also overlapping stores earlier in [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 457 ++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 29 ++ gcc/c/ChangeLog | 21 ++ gcc/common/config/i386/i386-common.c | 5 +- gcc/config/arm/arm-builtins.c | 9 +- gcc/config/rs6000/vector.md | 3 +- gcc/cp/ChangeLog | 57 ++++ gcc/gimple-ssa-store-merging.c | 76 ++++- gcc/testsuite/ChangeLog | 231 ++++++++++++++ gcc/testsuite/gcc.dg/store_merging_31.c | 27 ++ gcc/testsuite/gcc.dg/store_merging_32.c | 129 ++++++++ gcc/testsuite/gcc.target/i386/xsave-avx-1.c | 12 + libgomp/ChangeLog | 23 ++ 14 files changed, 1063 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/store_merging_31.c create mode 100644 gcc/testsuite/gcc.dg/store_merging_32.c create mode 100644 gcc/testsuite/gcc.target/i386/xsave-avx-1.c