This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-8 in repository gcc.
from bbb72c2ccc2 arm: Extend the PR94780 fix to arm new 87ae45cdbd7 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/gimple-ssa-store-merging.c | 78 ++++++++++++++++--- gcc/testsuite/gcc.dg/store_merging_31.c | 27 +++++++ gcc/testsuite/gcc.dg/store_merging_32.c | 129 ++++++++++++++++++++++++++++++++ 3 files changed, 223 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/store_merging_31.c create mode 100644 gcc/testsuite/gcc.dg/store_merging_32.c