This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 6a27c430468 expand: Fix up IFN_ATOMIC_{BIT*,*CMP_0} expansion [PR105951] adds 74e6a403357 match.pd: Fix up __builtin_mul_overflow_p signed type optim [...] adds 9642d07c35f match.pd: Improve y == MIN || x < y optimization [PR105983] adds 5b1594dc2d0 Propagator should call value_of_stmt. adds 6c849e2fab3 Clear invariant bit for inferred ranges.
No new revisions were added by this update.
Summary of changes: gcc/gimple-range-cache.cc | 7 ++++++- gcc/gimple-range-gori.cc | 10 +++++++--- gcc/gimple-range-gori.h | 2 +- gcc/match.pd | 13 ++++++------- gcc/testsuite/gcc.c-torture/execute/pr105984.c | 19 +++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr105983.c | 17 +++++++++++++++++ gcc/tree-ssa-propagate.cc | 2 +- 7 files changed, 57 insertions(+), 13 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr105984.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr105983.c