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 11013814fc8 contrib: Filter out -Wreturn-type in fold-const-call.c. adds 0dc77a0c494 tree-optimization/103581 - fix masked gather on x86 adds 70b043845d7 libsanitizer: Use SSE to save and restore XMM registers adds 2a20407bacb libsanitizer: Update LOCAL_PATCHES adds ed4a5f571bd Add BB option for outgoing_edge_range_p and may_reocmpute_p. adds 14dc5b71d7e Use dominators to reduce cache-flling. adds d27b7e69872 ranger: Optimise irange_union adds 63c59f054a5 ranger: Add shortcuts for single-successor blocks
No new revisions were added by this update.
Summary of changes: gcc/gimple-range-cache.cc | 73 ++++++++++++++++++++ gcc/gimple-range-cache.h | 1 + gcc/gimple-range-edge.cc | 3 + gcc/gimple-range-gori.cc | 77 +++++++++++++-------- gcc/gimple-range-gori.h | 6 +- gcc/testsuite/gcc.dg/vect/pr103581.c | 59 ++++++++++++++++ gcc/tree-vect-stmts.c | 4 +- gcc/value-range.cc | 46 ++++--------- libsanitizer/LOCAL_PATCHES | 1 + libsanitizer/tsan/tsan_rtl_amd64.S | 128 +++++++++++++++++------------------ 10 files changed, 270 insertions(+), 128 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr103581.c