This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allyesconfig in repository toolchain/ci/gcc.
from a21d28d57b7 Daily bump. adds 5f665c1ca45 rs6000: Fix cpu selection w/ isel (PR100108) adds e45df7a8472 Daily bump. adds ee359d860d7 RISC-V: For '-march' and '-mabi' options, add 'Negative' pr [...] adds 28bb5c4bd61 Daily bump. adds 419c243dfb9 aarch64: Avoid duplicating bti j insns for jump tables [PR99988] adds 0d1e4025b2b PR middle-end/100571 - bogus -Wstringop-overflow with VLA o [...] adds be80f3e9030 Daily bump. adds 1d1a690b4df arm: correctly handle inequality comparisons against max co [...] adds 788f9c8e0c2 arm: Remove duplicate definitions from arm_mve.h (pr100419). adds 0c6fe939eb7 Daily bump. adds a0368f8344f gcc-changelog: sync scripts. adds 84eb12c29ca Daily bump. adds 6f68f2b8dc1 Daily bump. adds a6fac601c4a Daily bump. adds 9ddc622a15d tree-optimization/100566 - fix another predication issue in VN adds 0ba727ffae2 Update mpfr version to 3.1.6 adds c060d1dbe0f libstdc++: Fix find_type helper to work consistently
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 10 + contrib/download_prerequisites | 2 +- contrib/gcc-changelog/git_check_commit.py | 9 +- contrib/gcc-changelog/git_commit.py | 43 ++- contrib/gcc-changelog/git_email.py | 23 +- contrib/gcc-changelog/git_repository.py | 7 +- contrib/gcc-changelog/git_update_version.py | 9 +- contrib/gcc-changelog/test_email.py | 23 +- contrib/gcc-changelog/test_patches.txt | 430 +++++++++---------------- contrib/prerequisites.md5 | 2 +- contrib/prerequisites.sha512 | 2 +- gcc/ChangeLog | 63 ++++ gcc/DATESTAMP | 2 +- gcc/calls.c | 5 + gcc/config/aarch64/aarch64-bti-insert.c | 15 + gcc/config/arm/arm.c | 29 +- gcc/config/arm/arm_mve.h | 460 ++++++++------------------- gcc/config/riscv/riscv.opt | 4 +- gcc/config/rs6000/rs6000.c | 2 +- gcc/testsuite/ChangeLog | 17 + gcc/testsuite/gcc.dg/Wstringop-overflow-67.c | 92 ++++++ gcc/testsuite/gcc.dg/pr100563.c | 9 + gcc/testsuite/gcc.dg/torture/pr100566.c | 36 +++ gcc/testsuite/gcc.target/aarch64/pr99988.c | 66 ++++ gcc/tree-ssa-sccvn.c | 6 +- libstdc++-v3/python/libstdcxx/v6/printers.py | 4 +- 26 files changed, 701 insertions(+), 669 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-67.c create mode 100644 gcc/testsuite/gcc.dg/pr100563.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr100566.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr99988.c