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 b8f604da25b arm/66791: Replace builtins for vdup_n and vmov_n intrinsics. adds f19c70afa4a tree-optimization/101861 - fix gather use for non-gather refs adds d7e91f4894f middle-end/101858 - avoid shift of pointer in folding adds 9851a1631f2 Fix min_flags handling in mod-ref adds cecdff844ac Small tweak to expand_used_vars adds e8426554e13 Adjust volatile handling of the operand scanner
No new revisions were added by this update.
Summary of changes: gcc/cfgexpand.c | 9 +++----- gcc/fold-const.c | 2 ++ gcc/fortran/trans-common.c | 9 ++++---- gcc/ipa-modref.c | 35 ++++++++++++++++++++---------- gcc/testsuite/c-c++-common/modref-dse.c | 38 +++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr101858.c | 9 ++++++++ gcc/tree-ssa-operands.c | 7 +----- gcc/tree-vect-stmts.c | 3 ++- 8 files changed, 84 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/modref-dse.c create mode 100644 gcc/testsuite/gcc.dg/pr101858.c