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-arm-lts-defconfig in repository toolchain/ci/gcc.
from 925b418e065 Update copyright year adds 261356844a6 libbacktrace: support fetching executable name using sysctl adds 31ae7b863a8 libbacktrace: sometimes read debug sections individually adds 4b26b13871a libbacktrace: support short read adds dea40c941a4 libbacktrace: add Mach-O support adds 8600440e147 libbacktrace: don't free ELF strtab if error occurs after s [...] adds 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 [...] new 0b83c4fabb8 libstdc++ Enhance thread safety of debug mode iterators new 13a46321516 i386: Define __ILP32__ and _ILP32 for all 32-bit targets
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 | 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 | 47 ++ libbacktrace/Makefile.am | 68 +- libbacktrace/Makefile.in | 123 +++- libbacktrace/config.h.in | 11 + libbacktrace/configure | 148 +++- libbacktrace/configure.ac | 40 + libbacktrace/elf.c | 106 ++- libbacktrace/fileline.c | 84 ++- libbacktrace/filetype.awk | 19 +- libbacktrace/macho.c | 1309 +++++++++++++++++++++++++++++++++ libbacktrace/read.c | 22 +- libstdc++-v3/ChangeLog | 23 + libstdc++-v3/src/c++11/debug.cc | 57 +- 20 files changed, 2016 insertions(+), 105 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr93499.f90 create mode 100644 libbacktrace/macho.c