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 in repository toolchain/ci/gcc.
from 4e135b8a968 2019-02-02 Thomas Koenig tkoenig@gcc.gnu.org adds b881d66b4e1 Daily bump. new e0c87534f09 2019-02-02 Paul Thomas pault@gcc.gnu.org new d2a8afaea63 2019-02-03 Paul Thomas pault@gcc.gnu.org new 1a24b726291 2019-02-02 Paul Thomas pault@gcc.gnu.org new e20215546ae 2019-02-03 Paul Thomas pault@gcc.gnu.org new c5b9117a570 2019-02-03 Uroš Bizjak ubizjak@gmail.com
The 5 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