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-aarch64-bootstrap_ubsan in repository toolchain/ci/gcc.
from 968f2b14d06 * es.po: Update. adds c90f5047fc5 Daily bump. adds ba66de4d52e driver: Also prune joined switches with negation adds 48530b2595d [AArch64] Don't split 64-bit constant stores to volatile location adds 65850e702a3 gcc/ 2019-10-01 Oleg Endo olegendo@gcc.gnu.org adds e97fc546940 2019-10-01 Steven G. Kargl kargl@gcc.gnu.org adds 28e329000fe 2019-10-01 Steven G. Kargl kargl@gcc.gnu.org adds f27e0645978 2019-10-01 Steven G. Kargl kargl@gcc.ngu.org adds 80233708fda 2019-10-01 Steven G. Kargl kargl@gcc.gnu.org adds 24aa2ff77cd Daily bump. adds 689393beb29 2019-10-02 Bernd Edlinger bernd.edlinger@hotmail.de
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 41 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64.md | 4 +-- gcc/config/aarch64/aarch64.opt | 6 ++-- gcc/config/arm/arm.opt | 6 ++-- gcc/config/sh/sh.c | 6 ++-- gcc/fortran/ChangeLog | 27 ++++++++++++++ gcc/fortran/check.c | 9 ++++- gcc/fortran/decl.c | 30 ++++++++++++++-- gcc/fortran/io.c | 13 +++++-- gcc/fortran/match.c | 18 ++++++++++ gcc/fortran/trans-array.c | 11 +++--- gcc/testsuite/ChangeLog | 37 +++++++++++++++++++ .../aarch64/nosplit-di-const-volatile_1.c | 15 ++++++++ gcc/testsuite/gfortran.dg/dec_type_print_3.f90 | 4 +-- gcc/testsuite/gfortran.dg/pr91641.f90 | 7 ++++ gcc/testsuite/gfortran.dg/pr91714.f90 | 10 ++++++ gcc/testsuite/gfortran.dg/pr91802.f90 | 9 +++++ gcc/testsuite/gfortran.dg/pr91864.f90 | 22 ++++++++++++ 19 files changed, 255 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/nosplit-di-const-volatile_1.c create mode 100644 gcc/testsuite/gfortran.dg/pr91641.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr91714.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr91802.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr91864.f90