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 5b6370295d1 aarch64: Add test for PR104092 adds 49365d511ac [PATCH] PR rtl-optimization/101885: Prevent combine from cl [...] adds 876e70d4681 tree-optimization/103641 - improve vect_synth_mult_by_constant adds bd14cdceb9c Disable new 1/X optimization with -fnon-call-exceptions adds 38948b77dbc Empty the base_types vector before (re)populating it adds 24c72fb0eed Adjust LSHIFT_EXPR handling of multiple_of_p adds 9d3236ff379 fixincludes: Update pwd. adds 0898049ad9b tree-optimization/100499 - niter analysis and multiple_of_p adds 6d498135016 libgomp.fortran/allocate-1.f90: Minor cleanup
No new revisions were added by this update.
Summary of changes: fixincludes/fixinc.in | 3 +- gcc/combine.cc | 18 ++++ gcc/dwarf2out.cc | 2 + gcc/fold-const.cc | 109 +++++++++++++--------- gcc/fold-const.h | 2 +- gcc/match.pd | 19 +++- gcc/testsuite/gcc.dg/pr101885.c | 31 ++++++ gcc/testsuite/gcc.dg/torture/pr100499-1.c | 27 ++++++ gcc/testsuite/gcc.dg/torture/pr100499-2.c | 16 ++++ gcc/testsuite/gcc.dg/torture/pr100499-3.c | 14 +++ gcc/tree-ssa-loop-niter.cc | 52 ++++------- gcc/tree-vect-patterns.cc | 14 +-- libgomp/testsuite/libgomp.fortran/allocate-1.c | 2 +- libgomp/testsuite/libgomp.fortran/allocate-1.f90 | 114 ++++++++++++----------- 14 files changed, 278 insertions(+), 145 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr101885.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr100499-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr100499-2.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr100499-3.c