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_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 6e3bfd60e87 libstdc++: Fix test for feature test macro adds 3d0a7271b38 Add debug helpers for auto_bitmap. adds f837785cc43 aarch64: Remove redundant flag_vect_cost_model test adds ff2b92de13f ipa-cp: Propagation boost for recursion generated values adds d67b22e7315 Darwin: Update quotes in driver warning messages. adds a311163fd81 Do not call range_on_path_entry for SSAs defined within the path adds 6779e9ba2cb aarch64: Fix pointer parameter type in LD1 Neon intrinsics adds 4cb52980e5d Eliminate AUTODETECT_VALUE usage in options. adds 9b2ad21ab3e tree-optimization/102659 - really avoid undef overflow in i [...] adds ebdf180e15d Fix predcom-3.c on arc-elf after vectorizer changes adds 27dea0b42c7 Add FIXME note to backward threader. adds fecd145359f Fix ICE in insert_access. adds 62b505a4d5f sve: optimize add reduction patterns adds 3d95867ce68 libstdc++: Use more descriptive feature test macro adds 5e3f8883899 libstdc++: Fix brainwrong in path::_S_convert(T) [PR102743] adds 8ececf9b8c5 Fix mips testsuite fallout from vectorizer changes adds aa62b199f17 Add forgotten documentation of param ipa-cp-recursive-freq-factor
No new revisions were added by this update.
Summary of changes: gcc/bitmap.c | 12 ++ gcc/bitmap.h | 3 + gcc/common.opt | 24 +-- gcc/config/aarch64/aarch64.c | 214 ++++++++++----------- gcc/config/aarch64/arm_neon.h | 4 +- gcc/config/darwin-driver.c | 52 ++--- gcc/doc/invoke.texi | 4 + gcc/gimple-range-path.cc | 6 +- gcc/ipa-cp.c | 161 ++++++++-------- gcc/ipa-modref-tree.h | 16 +- gcc/match.pd | 12 ++ gcc/opts.c | 1 + gcc/params.opt | 4 + gcc/testsuite/gcc.dg/tree-ssa/pr102736.c | 21 ++ gcc/testsuite/gcc.dg/tree-ssa/predcom-3.c | 2 +- .../gcc.target/aarch64/sve/pred-cond-reduc.c | 18 ++ gcc/testsuite/gcc.target/mips/msa-insert-split.c | 2 +- gcc/toplev.c | 41 ++-- gcc/tree-data-ref.c | 1 + gcc/tree-if-conv.c | 37 +++- gcc/tree-ssa-threadbackward.c | 7 + gcc/tree-vectorizer.c | 3 +- libstdc++-v3/include/bits/fs_path.h | 2 +- libstdc++-v3/include/bits/regex.h | 2 +- 24 files changed, 373 insertions(+), 276 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr102736.c create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pred-cond-reduc.c