This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-release-aarch64-spec2k6-Os_LTO in repository toolchain/ci/gcc.
from b881d66b4e1 Daily bump. adds e0c87534f09 2019-02-02 Paul Thomas pault@gcc.gnu.org adds d2a8afaea63 2019-02-03 Paul Thomas pault@gcc.gnu.org adds 1a24b726291 2019-02-02 Paul Thomas pault@gcc.gnu.org adds e20215546ae 2019-02-03 Paul Thomas pault@gcc.gnu.org adds c5b9117a570 2019-02-03 Uroš Bizjak ubizjak@gmail.com new e4e0bd785cf 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/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 28 +++++++++ gcc/fortran/expr.c | 21 +++++-- gcc/fortran/trans-array.c | 32 ++++------ gcc/fortran/trans-expr.c | 20 +++---- gcc/testsuite/ChangeLog | 18 ++++++ gcc/testsuite/gfortran.dg/alloc_comp_assign_16.f03 | 37 ++++++++++++ .../gfortran.dg/pointer_array_component_3.f90 | 36 ++++++++++++ gcc/testsuite/gfortran.dg/realloc_on_assign_32.f90 | 31 ++++++++++ libgfortran/ChangeLog | 18 +++++- libgfortran/config/fpu-glibc.h | 68 +++++++--------------- 11 files changed, 226 insertions(+), 85 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/alloc_comp_assign_16.f03 create mode 100644 gcc/testsuite/gfortran.dg/pointer_array_component_3.f90 create mode 100644 gcc/testsuite/gfortran.dg/realloc_on_assign_32.f90