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-mainline-allnoconfig in repository toolchain/ci/gcc.
from 3edb4ed84ed AArch64: Make every option in options.def one line (GCC-8). adds 961492bd656 Daily bump. adds 8528fd011a5 2019-03-02 Harald Anlauf anlauf@gmx.de new f171ef3f94f 2019-03-02 Jerry DeLisle jvdelisle@gcc.gnu.org
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/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 24 +++++++++++ gcc/fortran/arith.c | 4 +- gcc/fortran/check.c | 35 +++++++++++++--- gcc/fortran/class.c | 9 ++-- gcc/fortran/simplify.c | 8 +++- gcc/fortran/target-memory.c | 58 +++++++++++++++++--------- gcc/fortran/target-memory.h | 4 +- gcc/testsuite/ChangeLog | 15 +++++++ gcc/testsuite/gfortran.dg/pr88326.f90 | 11 +++++ gcc/testsuite/gfortran.dg/pr89266.f90 | 25 +++++++++++ gcc/testsuite/gfortran.dg/pr89492.f90 | 27 ++++++++++++ gcc/testsuite/gfortran.dg/transfer_check_5.f90 | 14 +++++++ libgfortran/ChangeLog | 6 +++ libgfortran/io/close.c | 9 +++- 15 files changed, 214 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr88326.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr89266.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr89492.f90 create mode 100644 gcc/testsuite/gfortran.dg/transfer_check_5.f90