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 3cf6c3fc524 2018-01-31 Bill Schmidt wschmidt@linux.ibm.com adds ee068b43ee3 Daily bump. adds 58f96fa2fd3 Backport from mainline 2019-02-01 Bin Cheng <bin.cheng@ [...] adds c8325216a3d Backport from mainline 2018-10-15 Bin Cheng <bin.cheng@ [...] adds 6142f179ac2 Daily bump. new ac10c36db17 2019-02-02 Thomas Koenig tkoenig@gcc.gnu.org new 4e135b8a968 2019-02-02 Thomas Koenig tkoenig@gcc.gnu.org
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/ChangeLog | 17 +++ gcc/DATESTAMP | 2 +- gcc/fortran/ChangeLog | 17 +++ gcc/fortran/arith.c | 2 +- gcc/fortran/gfortran.h | 3 + gcc/fortran/interface.c | 9 ++ gcc/fortran/intrinsic.c | 2 + gcc/testsuite/ChangeLog | 25 +++- gcc/testsuite/gcc.dg/tree-ssa/pr87022.c | 36 ++++++ gcc/testsuite/gfortran.dg/c_funptr_1.f90 | 38 ++++++ gcc/testsuite/gfortran.dg/c_funptr_1_mod.f90 | 16 +++ gcc/testsuite/gfortran.dg/pr88932.f90 | 143 +++++++++++++++++++++++ gcc/testsuite/gfortran.dg/warn_conversion_10.f90 | 8 ++ gcc/tree-loop-distribution.c | 3 +- gcc/tree-predcom.c | 2 +- 15 files changed, 318 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr87022.c create mode 100644 gcc/testsuite/gfortran.dg/c_funptr_1.f90 create mode 100644 gcc/testsuite/gfortran.dg/c_funptr_1_mod.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr88932.f90 create mode 100644 gcc/testsuite/gfortran.dg/warn_conversion_10.f90