This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 85b45cccdf5 libsanitizer: Fix asan SEGVs with gld on Solaris new 001121e8921 forwprop: Fix up rotate pattern matching [PR106523]
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/testsuite/c-c++-common/rotate-2.c | 32 ++++++++ gcc/testsuite/c-c++-common/rotate-2b.c | 100 +++++++++++++++++++++++++ gcc/testsuite/c-c++-common/rotate-4.c | 32 ++++++++ gcc/testsuite/c-c++-common/rotate-4b.c | 100 +++++++++++++++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr106523.c | 22 ++++++ gcc/tree-ssa-forwprop.cc | 53 ++++++++++++- 6 files changed, 335 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/rotate-2b.c create mode 100644 gcc/testsuite/c-c++-common/rotate-4b.c create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr106523.c