This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-release-arm-spec2k6-Os_LTO in repository toolchain/ci/gcc.
from 6573a818a8c Daily bump. adds 47fe74a5166 Daily bump. adds b76459ba3b0 Backport fix for PR85711 adds 8958f1e9a81 S/390: Fix vector shift count operand adds 3240bb8a565 Daily bump. adds abf83a28b0d [ARM] Fix Thumb-1 ldm (PR89190)
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 27 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm.c | 24 +++++++++++-------- gcc/config/s390/vector.md | 2 +- gcc/recog.c | 16 +++++++++---- gcc/testsuite/ChangeLog | 14 +++++++++++ gcc/testsuite/gcc.target/arm/pr89190.c | 15 ++++++++++++ gcc/testsuite/gcc.target/s390/vector/vec-shift-2.c | 24 +++++++++++++++++++ 8 files changed, 108 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/pr89190.c create mode 100644 gcc/testsuite/gcc.target/s390/vector/vec-shift-2.c