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-arm-bootstrap 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. new 62b505a4d5f sve: optimize add reduction patterns new 3d95867ce68 libstdc++: Use more descriptive feature test macro new 5e3f8883899 libstdc++: Fix brainwrong in path::_S_convert(T) [PR102743]
The 3 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/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/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/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 +- 22 files changed, 368 insertions(+), 275 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