This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/gcc.
from 551aa75778a Add CLOBBER_EOL to mark storage end-of-life clobbers adds 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 new 9d3236ff379 fixincludes: Update pwd.
The 1 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: fixincludes/fixinc.in | 3 +- gcc/combine.cc | 18 ++++++++++++ gcc/dwarf2out.cc | 2 ++ gcc/fold-const.cc | 33 +++++++++++----------- gcc/match.pd | 19 +++++++++---- gcc/testsuite/gcc.dg/pr101885.c | 31 ++++++++++++++++++++ .../gcc.target/aarch64/sve/acle/general/pr104092.c | 7 +++++ gcc/tree-vect-patterns.cc | 14 ++++----- 8 files changed, 97 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr101885.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr104092.c