This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c5e71d22d63 fortran: Accept "15" modules for compatibility [PR118337] new 2cbd4409bcf match.pd: Avoid introducing UB in the a r<< (32-b) -> a r>> [...]
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/match.pd | 28 +++++++-- gcc/passes.def | 8 +-- gcc/testsuite/gcc.dg/tree-ssa/pr117927.c | 97 ++++++++++++++++++++++++++++++++ gcc/tree-pass.h | 1 + gcc/tree-ssa-forwprop.cc | 12 +++- 5 files changed, 136 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr117927.c