This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 09d462146b3 Fix PR 103317, ICE after PHI-OPT, minmax_replacement produc [...] new 0fc859f5efc tree-optimization/102436 - restore loop store motion new fb15abdc9b6 middle-end/103248 - fix RDIV_EXPR handling with fixed point
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/testsuite/gcc.dg/pr103248.c | 8 ++ gcc/testsuite/gcc.dg/torture/20211118-1.c | 27 +++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-18.c | 19 ++++ gcc/tree-eh.c | 12 ++- gcc/tree-ssa-loop-im.c | 162 +++++++++++++++++++++++++++-- 5 files changed, 216 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr103248.c create mode 100644 gcc/testsuite/gcc.dg/torture/20211118-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-18.c