This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8caf67eea7e c++: Clear lambda scope for unattached member template lambdas new 27653070db3 tree-optimization/90579 - avoid STLF fail by better optimizing
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 | 56 +++++++++++++++++ gcc/testsuite/gcc.target/i386/pr90579.c | 23 +++++++ gcc/tree-ssa-forwprop.cc | 103 +------------------------------- gcc/tree-vect-loop.cc | 5 ++ 4 files changed, 85 insertions(+), 102 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr90579.c