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-next-defconfig in repository toolchain/ci/gcc.
from 4ae915cdbf0 Daily bump. adds 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 new e7ae6d32c7d 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 | 5 +++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386-c.c | 2 ++ gcc/fortran/ChangeLog | 6 ++++ gcc/fortran/arith.c | 34 +++++++++++++++++++++ gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/gfortran.dg/pr93499.f90 | 10 ++++++ libbacktrace/ChangeLog | 4 +++ libbacktrace/elf.c | 3 ++ libstdc++-v3/ChangeLog | 23 ++++++++++++++ libstdc++-v3/src/c++11/debug.cc | 57 ++++++++++++++++++----------------- 11 files changed, 122 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr93499.f90