This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from f5ef4da3ccd Remove restriction of SLP vectorizing internal function calls adds c8a889fc0e1 i386: Fix wrong codegen for V8HF move without TARGET_AVX512F adds e633f82fb71 testsuite: Fix up gfortran.dg/gomp/strictly*.f90 testcases adds 7878981f1d4 tree-optimization/102847 - properly cost VMAT_INVARIANT loads adds 8516963942b tree-optimization/102847 - adjust VMAT_INVARIANT load costing adds d97fa0d44c2 Move the initial debug_hooks setting adds d6a3c0cfb85 Revert the avoid threading circular paths commit. adds 701ee067807 sra: Fix corner case of total scalarization with virtual in [...] adds b4702276615 options: Fix variable tracking option processing. adds 434ebc1e08b Move ranger only VRP folder to tree-vrp. adds bd400db6d3e Add --param=vrp1-mode and --param=vrp2-mode. adds 9cb114fd555 Split --param=evrp-mode into evrp-mode and ranger-debug. adds 2606dfea12d Adjust testcase for 128/256 bit HF vector load/store
No new revisions were added by this update.
Summary of changes: gcc/common.opt | 2 +- gcc/config/i386/i386.c | 15 ++- gcc/doc/invoke.texi | 9 ++ gcc/flag-types.h | 31 +++-- gcc/gimple-range-cache.cc | 4 +- gcc/gimple-range-gori.cc | 2 +- gcc/gimple-range.cc | 2 +- gcc/gimple-ssa-evrp.c | 96 +-------------- gcc/opts.c | 45 +++++++ gcc/params.opt | 69 +++++++---- gcc/testsuite/g++.dg/torture/pr102505.C | 15 +++ gcc/testsuite/gcc.dg/pr102585.c | 6 + gcc/testsuite/gcc.target/i386/avx512fp16-13.c | 8 +- gcc/testsuite/gcc.target/i386/pr102812.c | 12 ++ .../gomp/strictly-structured-block-1.f90 | 28 ++--- .../gomp/strictly-structured-block-2.f90 | 28 ++--- .../gomp/strictly-structured-block-3.f90 | 4 +- gcc/toplev.c | 53 +------- gcc/tree-sra.c | 2 + gcc/tree-ssa-threadbackward.c | 4 - gcc/tree-vect-stmts.c | 10 ++ gcc/tree-vrp.c | 134 ++++++++++++++++++++- gcc/tree-vrp.h | 2 + 23 files changed, 364 insertions(+), 217 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr102505.C create mode 100644 gcc/testsuite/gcc.dg/pr102585.c create mode 100644 gcc/testsuite/gcc.target/i386/pr102812.c