This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_O1 in repository toolchain/ci/gcc.
from 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 [...] adds 03732d58b03 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 48 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm-builtins.c | 9 ++- gcc/config/rs6000/vector.md | 3 +- gcc/gimple-ssa-store-merging.c | 76 ++++++++++++++++--- gcc/testsuite/ChangeLog | 13 ++++ gcc/testsuite/gcc.dg/store_merging_31.c | 27 +++++++ gcc/testsuite/gcc.dg/store_merging_32.c | 129 ++++++++++++++++++++++++++++++++ 8 files changed, 291 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/store_merging_31.c create mode 100644 gcc/testsuite/gcc.dg/store_merging_32.c