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-arm in repository toolchain/ci/gcc.
from e78d98f76f8 Use auto_vec for pointer_query cache for auto cleanup. adds 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
No new revisions were added by this update.
Summary of changes: gcc/combine.cc | 18 +++++++++++++ gcc/gimple-ssa-warn-access.cc | 3 ++- gcc/gimple.h | 9 +++++++ gcc/gimplify.cc | 4 +-- gcc/lto/lto-common.cc | 5 +++- gcc/testsuite/gcc.dg/pr101885.c | 31 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr87052.c | 2 +- .../gcc.target/aarch64/sve/acle/general/pr104092.c | 7 +++++ gcc/tree-core.h | 12 ++++++++- gcc/tree-inline.cc | 4 +-- gcc/tree-pretty-print.cc | 6 ++++- gcc/tree-ssa-ccp.cc | 2 +- gcc/tree-streamer-in.cc | 2 ++ gcc/tree-streamer-out.cc | 5 +++- gcc/tree-vect-patterns.cc | 14 +++++----- gcc/tree.cc | 3 ++- gcc/tree.h | 6 ++++- 17 files changed, 113 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr101885.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general/pr104092.c