This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 24cabdbe8f3 PR tree-optimization/91914 - Invalid strlen folding for off [...] new 4bbb44806bd 2019-09-26 Richard Biener rguenther@suse.de new a74b91fa21c 2019-09-25 Richard Biener rguenther@suse.de
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/ChangeLog | 19 +++++++ gcc/expr.c | 13 +++-- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.target/i386/pr91897.c | 12 ++++ gcc/tree-vect-loop.c | 98 ++++++++++++++++++++++++++++----- gcc/tree-vect-stmts.c | 8 ++- gcc/tree-vectorizer.h | 2 + 7 files changed, 135 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr91897.c