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-arm-next-defconfig in repository toolchain/ci/gcc.
from b76459ba3b0 Backport fix for PR85711 adds 8958f1e9a81 S/390: Fix vector shift count operand adds 3240bb8a565 Daily bump. new abf83a28b0d [ARM] Fix Thumb-1 ldm (PR89190)
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 | 17 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm.c | 24 +++++++++++++--------- gcc/config/s390/vector.md | 2 +- gcc/testsuite/ChangeLog | 14 +++++++++++++ gcc/testsuite/gcc.target/arm/pr89190.c | 15 ++++++++++++++ gcc/testsuite/gcc.target/s390/vector/vec-shift-2.c | 24 ++++++++++++++++++++++ 7 files changed, 86 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/pr89190.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/vec-shift-2.c