This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allnoconfig 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 new a24744c1ed8 store-merging: Consider also overlapping stores earlier in [...]
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 | 21 ++++++ 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 | 4 + gcc/testsuite/gcc.dg/store_merging_31.c | 27 +++++++ gcc/testsuite/gcc.dg/store_merging_32.c | 129 ++++++++++++++++++++++++++++++++ 8 files changed, 255 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