This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from b81d476756a riscv: Fix scope for memory model calculation new f8ea576111a store-merging: Fix up >= 64 bit insertion [PR111015] new 8b3d6cfad21 tree-ssa-strlen: Fix up handling of conditionally zero memc [...]
The 2 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 | 9 +++++---- gcc/testsuite/gcc.c-torture/execute/pr110914.c | 22 ++++++++++++++++++++ gcc/testsuite/gcc.dg/pr111015.c | 28 ++++++++++++++++++++++++++ gcc/tree-ssa-strlen.cc | 3 ++- 4 files changed, 57 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr110914.c create mode 100644 gcc/testsuite/gcc.dg/pr111015.c