This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 08e0cda8b04 Daily bump. new beabb96786e store-merging: Fix up >= 64 bit insertion [PR111015] new cf3aa538317 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.c | 9 +++++---- gcc/testsuite/gcc.c-torture/execute/pr110914.c | 22 ++++++++++++++++++++ gcc/testsuite/gcc.dg/pr111015.c | 28 ++++++++++++++++++++++++++ gcc/tree-ssa-strlen.c | 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