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-master-arm-stable-defconfig in repository toolchain/ci/gcc.
from 49f75e008c0 This patch is to add the support for float from/to long con [...] adds 56f22142aba gcc/ChangeLog adds e9eb6ea5605 PR bootstrap/90543 * optc-save-gen.awk: Fix up printing s [...] adds e020479cd65 2019-09-29 Paul Thomas pault@gcc.gnu.org adds a3310563550 2019-09-29 Steven G. Kargl kargl@gcc.gnu.org adds 0c7c01cf936 [Darwin, PPC, Mode Iterators 5/n] Update macho_low. adds ef6064d4ff4 2019-09-29 Steven G. Kargl kargl@gcc.gnu.org adds ed76597323f Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 20 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/darwin.c | 4 +-- gcc/config/rs6000/darwin.md | 29 +++----------------- gcc/config/rs6000/rs6000.c | 8 ++++-- gcc/fortran/ChangeLog | 30 +++++++++++++++++++- gcc/fortran/check.c | 9 +++++- gcc/fortran/decl.c | 22 +++++++++++++-- gcc/fortran/resolve.c | 4 +++ gcc/fortran/trans-array.c | 3 +- gcc/fortran/trans-expr.c | 23 ++++++++++++++-- gcc/fortran/trans-stmt.c | 36 ++++++++++++++++++++++++ gcc/fortran/trans.h | 1 + gcc/optc-save-gen.awk | 2 +- gcc/testsuite/ChangeLog | 16 +++++++++++ gcc/testsuite/gfortran.dg/coarray_poly_9.f90 | 38 ++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/dec_type_print_3.f90 | 4 +-- gcc/testsuite/gfortran.dg/pr91641.f90 | 7 +++++ gcc/testsuite/gfortran.dg/pr91714.f90 | 10 +++++++ 19 files changed, 227 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/coarray_poly_9.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr91641.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr91714.f90