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_O3 in repository toolchain/ci/gcc.
from ffb5418fb79 Daily bump. adds 4ae906e46c4 Fortran: simplify library code for integer-to-decimal conversion adds 10ae9946dce Daily bump. new 9525c26bf19 Fortran: speed up decimal output of integers
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/DATESTAMP | 2 +- gcc/testsuite/gfortran.dg/pr98076.f90 | 293 ++++++++++++++++++++++++++++++++++ libgfortran/ChangeLog | 18 +++ libgfortran/io/write.c | 70 +++++--- libgfortran/libgfortran.h | 7 +- libgfortran/runtime/backtrace.c | 1 + libgfortran/runtime/error.c | 31 ---- libgfortran/runtime/string.c | 98 +++++++++--- 8 files changed, 435 insertions(+), 85 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr98076.f90