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-arm-bootstrap_O3 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.
No new revisions were added by this update.
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/testsuite/ChangeLog | 26 ++++ gcc/testsuite/gcc.target/arm/pr91816.c | 64 ++++++++++ gcc/testsuite/gcc.target/sparc/overflow-6.c | 20 +++ libstdc++-v3/ChangeLog | 9 ++ 14 files changed, 420 insertions(+), 136 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/pr91816.c create mode 100644 gcc/testsuite/gcc.target/sparc/overflow-6.c