This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d9e39f6cfc0 Fix ICE with -fopt-info-inline (PR ipa/87955) new 91f42adcb18 Ensure that dump calls are guarded with dump_enabled_p new a3d6edbfe19 2018-11-13 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 | 24 ++++++++++ gcc/dumpfile.c | 25 ++++++++++ gcc/gimple-loop-interchange.cc | 2 +- gcc/graphite-isl-ast-to-gimple.c | 11 +++-- gcc/graphite-optimize-isl.c | 36 +++++++++------ gcc/graphite.c | 3 +- gcc/testsuite/ChangeLog | 30 ++++++++++++ gcc/testsuite/gcc.dg/pr86991.c | 20 ++++++++ gcc/tree-loop-distribution.c | 9 ++-- gcc/tree-parloops.c | 17 ++++--- gcc/tree-ssa-loop-niter.c | 2 +- gcc/tree-vect-data-refs.c | 10 ++-- gcc/tree-vect-loop.c | 98 +++++++++++++++++++--------------------- gcc/tree-vect-slp.c | 84 ++++++++++++++++++++-------------- gcc/tree-vect-stmts.c | 5 +- gcc/tree-vectorizer.c | 26 +++++++---- 16 files changed, 267 insertions(+), 135 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr86991.c