This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b851ee9fdf0 tree-optimization/108522 Use COMPONENT_REF offset when available new 617be7ba436 store-merging: Disable string_concatenate mode if start or [...]
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.cc | 8 ++- gcc/testsuite/gcc.c-torture/execute/pr108498-1.c | 82 +++++++++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr108498-2.c | 91 ++++++++++++++++++++++++ 3 files changed, 179 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr108498-1.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr108498-2.c