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-stable-defconfig in repository toolchain/ci/gcc.
from 3240bb8a565 Daily bump. adds abf83a28b0d [ARM] Fix Thumb-1 ldm (PR89190) adds 838a5d8f400 [ARM] Fix PR89222 new fdb9e8c0f54 Daily bump.
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 | 19 +++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm.c | 35 ++++++++++++++--------- gcc/config/arm/arm.md | 51 ++++++++++------------------------ gcc/testsuite/ChangeLog | 13 +++++++++ gcc/testsuite/gcc.target/arm/pr89190.c | 15 ++++++++++ gcc/testsuite/gcc.target/arm/pr89222.c | 32 +++++++++++++++++++++ 7 files changed, 116 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/gcc.target/arm/pr89190.c create mode 100644 gcc/testsuite/gcc.target/arm/pr89222.c