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-aarch64-bootstrap in repository toolchain/ci/gcc.
from a45918f8a74 Ada: Remove debug line number for DECL_IGNORED_P functions adds 0e6017f5b4f sanitizer: Cherry-pick realpath fix adds 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 new 9851a1631f2 Fix min_flags handling in mod-ref new cecdff844ac Small tweak to expand_used_vars
The 2 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: gcc/cfgexpand.c | 9 +- gcc/config/arm/arm_neon.h | 107 +++++++++++---------- gcc/config/arm/arm_neon_builtins.def | 3 - gcc/fold-const.c | 2 + gcc/ipa-modref.c | 35 ++++--- gcc/testsuite/c-c++-common/modref-dse.c | 38 ++++++++ gcc/testsuite/gcc.dg/pr101858.c | 9 ++ gcc/testsuite/gcc.target/arm/pr51534.c | 26 ++--- gcc/tree-vect-stmts.c | 3 +- .../sanitizer_common_interceptors.inc | 12 +-- 10 files changed, 142 insertions(+), 102 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/modref-dse.c create mode 100644 gcc/testsuite/gcc.dg/pr101858.c