This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-aarch64-check_cross in repository toolchain/ci/gcc.
from e45e6501675 libstdc++: Fix undefined FILE* operations in test adds 11e0a9e68ed Daily bump. adds 6fd4560b3fb Daily bump. adds 2d9acb94cb7 Fix PR target/96607 adds e6280f66297 Fix PR target/97939 adds 06d68f2b837 Daily bump. adds 90ed2b9e92f Daily bump. adds 6b7ab0e565d Backport of the patch for PR target/91816 adds d7026d80fef Daily bump. new 5005e6c2a8a middle-end/97554 - avoid overflow in alloc size compute new da7a7d4f0f9 testsuite/98002 - fix gcc.dg/strncmp-2.c
The 2 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 | 57 +++++++++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm-protos.h | 2 + gcc/config/arm/arm.c | 33 +++++ gcc/config/arm/arm.md | 112 +++++++++++++---- gcc/config/sparc/predicates.md | 2 + gcc/config/sparc/sparc-protos.h | 1 - gcc/config/sparc/sparc.c | 35 ------ gcc/config/sparc/sparc.md | 183 +++++++++++++++++----------- gcc/cp/ChangeLog | 10 ++ gcc/sbitmap.c | 3 +- gcc/testsuite/ChangeLog | 26 ++++ gcc/testsuite/gcc.dg/strncmp-2.c | 1 + gcc/testsuite/gcc.target/arm/pr91816.c | 64 ++++++++++ gcc/testsuite/gcc.target/sparc/overflow-6.c | 20 +++ libstdc++-v3/ChangeLog | 9 ++ 16 files changed, 423 insertions(+), 137 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/pr91816.c create mode 100644 gcc/testsuite/gcc.target/sparc/overflow-6.c