This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1be88e43f3e libstdc++: Fix mingw build by using _M_span [PR119970] new 1ae9e3c88ea Remove --param vect-force-slp new da012141c28 Remove non-SLP vector loop transform new cfeee375ecc Prune non-SLP paths from vectorizer loop analysis new b30424f4352 middle-end/116083 - vectorizer slowness new e543eaa671d middle-end/60779 - LTO vs. -fcx-fortran-rules and -fcx-limi [...]
The 5 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/common.opt | 28 ++- gcc/doc/invoke.texi | 17 +- gcc/ipa-inline-transform.cc | 8 +- gcc/ipa-inline.cc | 2 +- gcc/opts.cc | 16 +- gcc/params.opt | 4 - gcc/stor-layout.cc | 23 +- gcc/testsuite/gcc.dg/lto/pr60779_0.c | 21 ++ gcc/testsuite/gcc.dg/lto/pr60779_1.c | 6 + gcc/tree-vect-loop.cc | 455 +++++------------------------------ gcc/tree-vect-stmts.cc | 6 +- 11 files changed, 143 insertions(+), 443 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/lto/pr60779_0.c create mode 100644 gcc/testsuite/gcc.dg/lto/pr60779_1.c