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_debug in repository toolchain/ci/gcc.
from 5da129e22f4 Fortran] PR 92208 don't use function-result dummy variable [...] adds 14fa60d7cdc [objective-c/c++, testsuite] Fix stubify tests for -fnext-runtime. adds 255dfd2bd50 Daily bump. adds 41957bfcc29 PR 92208 + PR 92277 – GCC 9 follow-up fix adds 11a43305843 IBM Z: Use tree_fits_uhwi_p in vector_alignment hook adds 48609f4ac43 IBM Z: Fix testsuite useable_hw check adds 4aac7b1225d IBM Z: gen-vect-11/32: Set min-vect-loop-bound param back t [...] adds 013050fc107 IBM Z: gen-vect-26/28: Vectorizing without peeling is ok for Z adds 66cd7eccd00 backport for PR91289 adds 81670e08f36 backport "rs6000: Implement [u]avg<mode>3_ceil" new af3d5795f3e Daily bump. new 60f52e03c12 S/390: Fix failing RTL check in s390_canonicalize_comparison
The 2 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 | 36 ++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/altivec.md | 4 +-- gcc/config/rs6000/rs6000-builtin.def | 12 ++++---- gcc/config/rs6000/rs6000.c | 12 +++++--- gcc/config/s390/s390.c | 10 +++++-- gcc/fortran/ChangeLog | 10 +++++++ gcc/fortran/trans-expr.c | 9 ++++-- gcc/testsuite/ChangeLog | 43 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/gen-vect-11.c | 6 +++- gcc/testsuite/gcc.dg/tree-ssa/gen-vect-26.c | 5 ++-- gcc/testsuite/gcc.dg/tree-ssa/gen-vect-28.c | 5 ++-- gcc/testsuite/gcc.dg/tree-ssa/gen-vect-32.c | 4 +++ gcc/testsuite/gcc.target/s390/s390.exp | 22 +++++++++------ gcc/testsuite/gcc.target/s390/sigfpe-eh.c | 10 +++++++ gcc/testsuite/obj-c++.dg/stubify-1.mm | 12 ++++---- gcc/testsuite/obj-c++.dg/stubify-2.mm | 9 ++++-- gcc/testsuite/objc.dg/stubify-1.m | 10 +++---- gcc/testsuite/objc.dg/stubify-2.m | 11 ++++++-- 19 files changed, 184 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/gcc.target/s390/sigfpe-eh.c