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-stable-defconfig in repository toolchain/ci/gcc.
from f2b75c11136 Daily bump. adds 87f6246c8fe S/390: Add support for z15 as CPU name. adds c73f00e0bd6 gcc/ Backport from mainline 2019-10-10 Oleg Endo <olege [...] adds 716292941f3 PR target/92022 * config/alpha/alpha.c (alpha_handle_trap [...] adds 699439a977d 2019-10-10 Steven G. Kargl kargl@gcc.gnu.org new 2c994ecd59b Daily bump.
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 | 61 +++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/common/config/s390/s390-common.c | 4 +- gcc/config.gcc | 2 +- gcc/config/alpha/alpha.c | 3 ++ gcc/config/s390/8561.md | 92 +++++++++++++++++------------------ gcc/config/s390/driver-native.c | 4 +- gcc/config/s390/s390-builtins.def | 2 +- gcc/config/s390/s390-c.c | 15 ++++++ gcc/config/s390/s390-opts.h | 2 +- gcc/config/s390/s390.c | 48 ++++++++++-------- gcc/config/s390/s390.h | 18 +++---- gcc/config/s390/s390.md | 58 +++++++++++----------- gcc/config/s390/s390.opt | 5 +- gcc/config/s390/vector.md | 2 +- gcc/config/s390/vx-builtins.md | 6 +-- gcc/config/sh/sh.c | 8 +-- gcc/config/sh/sh.h | 2 + gcc/config/sh/sh.md | 90 +++++++++++++++++++++++++++++----- gcc/fortran/ChangeLog | 6 +++ gcc/fortran/simplify.c | 10 +++- gcc/testsuite/ChangeLog | 10 ++++ gcc/testsuite/g++.dg/pr92022.C | 13 +++++ gcc/testsuite/gfortran.dg/pr91801.f90 | 7 +++ 24 files changed, 335 insertions(+), 135 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr92022.C create mode 100644 gcc/testsuite/gfortran.dg/pr91801.f90