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-aarch64-bootstrap in repository toolchain/ci/gcc.
from d438dd2523a testsuite/102861 - adjust gcc.dg/vect/bb-slp-16.c change adds 70e72c3a113 Avoid threading circular paths. adds 005ebe1c078 Add dump prints when execute_fixup_cfg removes a write only [...] adds 0a717f13355 Remove outdated comment about execute_fixup_cfg adds 36ec4a3c927 Factor out removal of write only stores from execute_fixup_cfg adds 113860301f4 Improve maybe_remove_writeonly_store to do a simple DCE for [...] adds 40dd9d839e5 openmp: For default(none) ignore variables created by ubsan [...] adds 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. new 434ebc1e08b Move ranger only VRP folder to tree-vrp. new bd400db6d3e Add --param=vrp1-mode and --param=vrp2-mode. new 9cb114fd555 Split --param=evrp-mode into evrp-mode and ranger-debug. new 2606dfea12d Adjust testcase for 128/256 bit HF vector load/store
The 4 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/c-family/c-omp.c | 43 ++++++- 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/c-c++-common/ubsan/pr64888.c | 27 +++++ gcc/testsuite/g++.dg/torture/pr102505.C | 15 +++ gcc/testsuite/gcc.dg/pr102585.c | 6 + gcc/testsuite/gcc.dg/pr36902.c | 5 +- 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-cfg.c | 74 ++++++++---- gcc/tree-sra.c | 2 + gcc/tree-vect-slp.c | 1 - gcc/tree-vect-stmts.c | 10 ++ gcc/tree-vrp.c | 134 ++++++++++++++++++++- gcc/tree-vrp.h | 2 + 27 files changed, 481 insertions(+), 246 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr64888.c 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