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-aarch64-stable-allnoconfig in repository toolchain/ci/gcc.
from 70456ec6ac9 2019-10-16 Richard Biener rguenther@suse.de adds 4512f0709fa [Darwin, specs] Backport fixes for driver handling of PIE options. adds 10027464072 [Darwin] Pick up SDKROOT as the sysroot fallback. adds e63f9518ecc Daily bump. adds d8849aa1651 2019-10-17 Bill Schmidt wschmidt@linux.ibm.com adds 972ac7880b2 2019-10-17 Steven G. Kargl kargl@gcc.gnu.org new 5d531df7055 [arm] PR target/89400 fix thumb1 unaligned access expansion
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 | 49 +++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm.md | 74 +++++++++++++++---------- gcc/config/darwin-driver.c | 44 +++++++++++++++ gcc/config/darwin.h | 45 ++++++++++++---- gcc/config/darwin10.h | 9 +--- gcc/config/darwin9.h | 6 --- gcc/fortran/ChangeLog | 11 ++++ gcc/fortran/decl.c | 86 ++++++++++++++++++++++-------- gcc/testsuite/ChangeLog | 17 ++++++ gcc/testsuite/gcc.target/powerpc/pr91275.c | 7 ++- gcc/testsuite/gfortran.dg/pr89943_1.f90 | 31 +++++++++++ gcc/testsuite/gfortran.dg/pr89943_2.f90 | 33 ++++++++++++ gcc/testsuite/gfortran.dg/pr89943_3.f90 | 28 ++++++++++ gcc/testsuite/gfortran.dg/pr89943_4.f90 | 29 ++++++++++ 15 files changed, 394 insertions(+), 77 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr89943_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr89943_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr89943_3.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr89943_4.f90