This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-aarch64 in repository toolchain/ci/gcc.
from ffb5418fb79 Daily bump. adds 4ae906e46c4 Fortran: simplify library code for integer-to-decimal conversion adds 10ae9946dce Daily bump. adds 9525c26bf19 Fortran: speed up decimal output of integers
No new revisions were added by this update.
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