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-release-arm-lts-defconfig in repository toolchain/ci/gcc.
from 0fb33c048a9 Daily bump. adds 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 new 80233708fda 2019-10-01 Steven G. Kargl kargl@gcc.gnu.org
The 1 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 | 31 ++++++++ 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/po/ChangeLog | 4 ++ gcc/po/es.po | 84 +++++++++------------- gcc/testsuite/ChangeLog | 28 ++++++++ .../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 ++++++ 20 files changed, 266 insertions(+), 69 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