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-mainline-allnoconfig in repository toolchain/ci/gcc.
from 8ba5c53ded9 [AArch64] Fix PR81800 adds e70bee1e0c7 Daily bump. adds 9173e39d1c4 2019-09-05 Steven G. Kargl kargl@gcc.gnu.org new f9ba7cb4c55 2019-09-05 Harald Anlauf anlauf@gmx.de new 73e5580050f Daily bump.
The 2 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/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 29 +++++++++ gcc/fortran/array.c | 3 + gcc/fortran/decl.c | 80 ++++++++++++++++++++++-- gcc/fortran/gfortran.h | 6 ++ gcc/fortran/gfortran.texi | 49 +++++++++++++++ gcc/fortran/match.h | 5 +- gcc/fortran/parse.c | 37 ++++++++++- gcc/fortran/trans-stmt.c | 27 ++++++++ gcc/testsuite/ChangeLog | 16 +++++ gcc/testsuite/gfortran.dg/directive_unroll_5.f90 | 2 +- gcc/testsuite/gfortran.dg/pdt_4.f03 | 4 +- gcc/testsuite/gfortran.dg/pr91496.f90 | 38 +++++++++++ gcc/testsuite/gfortran.dg/pr91660_1.f90 | 9 +++ gcc/testsuite/gfortran.dg/pr91660_2.f90 | 9 +++ 15 files changed, 304 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr91496.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr91660_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr91660_2.f90