This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_debug in repository toolchain/ci/gcc.
from 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 [...] new 788f9c8e0c2 arm: Remove duplicate definitions from arm_mve.h (pr100419).
The 1 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/ChangeLog | 23 ++ 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/testsuite/ChangeLog | 13 + gcc/testsuite/gcc.dg/Wstringop-overflow-67.c | 92 ++++++ gcc/testsuite/gcc.dg/pr100563.c | 9 + gcc/testsuite/gcc.target/aarch64/pr99988.c | 66 ++++ 10 files changed, 381 insertions(+), 333 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.target/aarch64/pr99988.c