This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 23aabded1ff RISC-V: Enable full coverage vect tests new c4149242314 Optimize (ne:SI (subreg:QI (ashift:SI x 7) 0) 0) as (and:SI x 1). new e75bf1985fd tree-ssa-strlen: optimization skips clobbering store [PR111519]
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/simplify-rtx.cc | 17 ++++++++++ gcc/testsuite/gcc.dg/torture/pr111519.c | 48 +++++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr106245-1.c | 10 ++++++ gcc/tree-ssa-strlen.cc | 53 +++++++++++++++++------------- 4 files changed, 106 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr111519.c create mode 100644 gcc/testsuite/gcc.target/i386/pr106245-1.c