This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8a16b9f9838 OpenMP: Fix folding with simd's linear clause [PR106492] new 409978d58da tree-optimization/106514 - add --param max-jump-thread-paths new c64ef5cd92c Remove --param max-fsm-thread-length
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/doc/invoke.texi | 10 +++++--- gcc/params.opt | 8 +++---- gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-16.c | 24 ++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-17.c | 7 ++++++ gcc/tree-ssa-threadbackward.cc | 29 ++++++++++++------------ 6 files changed, 57 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-16.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-17.c