This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 117be79bd84 xtensa: Optimize ctzsi2 and ffssi2 a bit new b073f2b098b tree-optimization/99412 - reassoc and reduction chains
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/gcc.dg/tree-ssa/reassoc-47.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/reassoc-48.c | 9 ----- gcc/testsuite/gcc.dg/vect/pr99412.c | 24 ++++++++++++ gcc/tree-parloops.cc | 3 ++ gcc/tree-ssa-reassoc.cc | 62 +++--------------------------- 5 files changed, 35 insertions(+), 67 deletions(-) delete mode 100644 gcc/testsuite/gcc.dg/tree-ssa/reassoc-48.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr99412.c