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-master-aarch64-lts-defconfig in repository toolchain/ci/gcc.
from ef6394205d7 libbacktrace: don't crash if ELF file has no sections adds 92ed82367e7 PR fortran/93499 - ICE on division by zero in declaration s [...] adds 0b83c4fabb8 libstdc++ Enhance thread safety of debug mode iterators adds 13a46321516 i386: Define __ILP32__ and _ILP32 for all 32-bit targets adds e7ae6d32c7d Daily bump. adds 0447929f11e Add handling of MULT_EXPR/PLUS_EXPR for wrapping overflow i [...] new 10a9bf806cf Add caveat about parsing of .gcda and .gcno files. new 850322dff70 Fix typo in fprofile-prefix-path. new dbeaa7ab81a Fortran : Spurious warning message with -Wsurprising PR59107
The 3 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 | 23 +++++++++++++ gcc/DATESTAMP | 2 +- gcc/common.opt | 2 +- gcc/config/i386/i386-c.c | 2 ++ gcc/fortran/ChangeLog | 20 +++++++++++ gcc/fortran/arith.c | 34 ++++++++++++++++++ gcc/fortran/gfortran.h | 5 ++- gcc/fortran/interface.c | 5 +-- gcc/fortran/resolve.c | 10 +++--- gcc/gcov-io.h | 8 ++++- gcc/testsuite/ChangeLog | 17 +++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr83403-1.c | 8 +++++ gcc/testsuite/gcc.dg/tree-ssa/pr83403-2.c | 8 +++++ gcc/testsuite/gcc.dg/tree-ssa/pr83403.h | 30 ++++++++++++++++ gcc/testsuite/gfortran.dg/pr59107.f90 | 11 ++++++ gcc/testsuite/gfortran.dg/pr93499.f90 | 10 ++++++ gcc/tree-affine.c | 24 +++++++------ libstdc++-v3/ChangeLog | 23 +++++++++++++ libstdc++-v3/src/c++11/debug.cc | 57 ++++++++++++++++--------------- 19 files changed, 251 insertions(+), 48 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr83403-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr83403-2.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr83403.h create mode 100644 gcc/testsuite/gfortran.dg/pr59107.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr93499.f90