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-mainline-allnoconfig in repository toolchain/ci/gcc.
from 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 [...] new 03732d58b03 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 | 48 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm-builtins.c | 9 ++- 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 ++++++++++++++++++++++++++++++++ 7 files changed, 289 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/store_merging_31.c create mode 100644 gcc/testsuite/gcc.dg/store_merging_32.c