This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap_lto in repository toolchain/ci/gcc.
from 59a90fce346 Darwin, x86, fix three testcases for pr82920 only on 8 branch. adds dcb3a701a03 PR target/90751 * config/pa/pa-linux.h (ASM_DECLARE_FUNCT [...] adds edf66c3b6db Daily bump. adds c7f20e15362 * lib/scanasm.exp (dg-function-on-line): Add pattern for h [...] adds 301306d90dc Daily bump. adds b5739ba50d4 2019-06-09 Paul Thomas pault@gcc.gnu.org adds 9f19e3e8d88 2019-06-09 Paul Thomas pault@gcc.gnu.org adds 50a8107677b 2019-06-09 Paul Thomas pault@gcc.gnu.org adds 36df58739e2 Daily bump. adds a0f66a6401a 2019-06-10 Paul Thomas pault@gcc.gnu.org adds da6ad93f9dc Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 16 +++++++++ gcc/DATESTAMP | 2 +- gcc/config/pa/pa-linux.h | 7 +++- gcc/config/pa/pa-protos.h | 1 + gcc/config/pa/pa.c | 32 ++++++++++------- gcc/config/pa/pa.h | 3 ++ gcc/fortran/ChangeLog | 18 ++++++++++ gcc/fortran/resolve.c | 8 +++-- gcc/fortran/trans-array.c | 29 ++++++++++----- gcc/fortran/trans-intrinsic.c | 25 +++++++++++-- gcc/fortran/trans-stmt.c | 3 +- gcc/testsuite/ChangeLog | 23 ++++++++++++ gcc/testsuite/gfortran.dg/assign_10.f90 | 2 +- gcc/testsuite/gfortran.dg/associate_48.f90 | 41 ++++++++++++++++++++++ gcc/testsuite/gfortran.dg/class_70.f03 | 38 ++++++++++++++++++++ .../gfortran.dg/transpose_optimization_2.f90 | 2 +- gcc/testsuite/lib/scanasm.exp | 5 ++- 17 files changed, 224 insertions(+), 31 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/associate_48.f90 create mode 100644 gcc/testsuite/gfortran.dg/class_70.f03