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-mainline-allmodconfig in repository toolchain/ci/gcc.
from d218fed53d8 arm: Fix testisms introduced with fix for pr target/95646 adds 9c4797e2b5d modulo-sched: skip loops with strange register defs [PR100225] adds 8430391f4f9 Daily bump. adds d7c8e626153 libcpp: Fix up pragma preprocessing [PR100450] adds bea76e5393d Daily bump. adds 291931b924f Daily bump. adds 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.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 62 + gcc/DATESTAMP | 2 +- gcc/calls.c | 5 + gcc/config/aarch64/aarch64-bti-insert.c | 15 + gcc/config/riscv/riscv.opt | 4 +- gcc/config/rs6000/rs6000.c | 2 +- gcc/modulo-sched.c | 56 +- gcc/testsuite/ChangeLog | 45 + gcc/testsuite/c-c++-common/gomp/pr100450.c | 20 + gcc/testsuite/gcc.dg/Wstringop-overflow-67.c | 92 ++ gcc/testsuite/gcc.dg/pr100225.c | 15 + gcc/testsuite/gcc.target/aarch64/pr99988.c | 66 + libcpp/ChangeLog | 8 + libcpp/lex.c | 1 + libgomp/ChangeLog | 7 + .../libgomp.oacc-c-c++-common/atomic_capture-3.c | 1627 ++++++++++++++++++++ 16 files changed, 2002 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/pr100450.c create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-67.c create mode 100644 gcc/testsuite/gcc.dg/pr100225.c create mode 100644 gcc/testsuite/gcc.target/aarch64/pr99988.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/atomic_capture-3.c