This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from bb99171b9b0 Daily bump. adds f4ee27d3262 rs6000: Remove GCC 8.1 U10__float128 mangling compatibility [...] adds c0a4a658097 Fortran: fix typo in signaling NaN testcase adds d0336ab4e7e Fortran: do not run signaling testsuite on 32-bit x86/x86_64 adds 0d56eb93aa6 Fortran: fix preprocessor condition adds ab2a2457780 libgcc: Fix _Unwind_Find_FDE for missing unwind data with g [...] adds 2e211a02290 tree-optimization/104214 - amend PR100740 fix for pointer compares adds 480caa1f4ab libfortran: Provide fallback __issignalingl for IBM extende [...]
No new revisions were added by this update.
Summary of changes: gcc/config/rs6000/rs6000-call.cc | 12 ------ gcc/config/rs6000/rs6000-internal.h | 3 -- gcc/config/rs6000/rs6000.cc | 53 +------------------------- gcc/testsuite/gcc.dg/vect/pr81196-2.c | 16 ++++++++ gcc/testsuite/gfortran.dg/ieee/signaling_1.f90 | 4 +- gcc/testsuite/gfortran.dg/ieee/signaling_3.f90 | 3 +- gcc/tree-ssa-loop-niter.cc | 15 ++++++-- libgcc/unwind-dw2-fde-dip.c | 2 +- libgfortran/ieee/issignaling_fallback.h | 15 +++++++- 9 files changed, 48 insertions(+), 75 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr81196-2.c