This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ea1a16420cd MAINTAINERS: Add YunQiang Su for write after approval new 153766ec835 tree-optimization/102139 - fix SLP DR base alignment new 13a43a90aea tree-optimization/93491 - avoid PRE of trapping calls across exits
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/testsuite/gcc.dg/torture/pr102139.c | 43 +++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr93491.c | 24 ++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr88087.c | 18 ++++----- gcc/tree-ssa-pre.c | 33 +++++++++++++---- gcc/tree-ssa-sccvn.c | 1 + gcc/tree-vect-data-refs.c | 66 +++++++++++++++++---------------- gcc/tree-vectorizer.h | 10 +++-- 7 files changed, 145 insertions(+), 50 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr102139.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr93491.c