This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from ba654730710 Daily bump. adds 0e871a5b843 Daily bump. adds eb9a24a6b6b Fortran : ICE in resolve_fl_procedure PR95708 adds f541655e8b9 Fix memory corruption with vector and variant record adds 449246af10b PR fortran/95587 - ICE in gfc_target_encode_expr, at fortra [...] adds 84323d9fa75 PR fortran/95689 - ICE in check_sym_interfaces, at fortran/ [...] adds ea3f1f23478 Daily bump. new ce2da7f82f4 libstdc++: Fix std::from_chars to ignore leading zeros in base 2
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/ada/ChangeLog | 5 ++ gcc/ada/gcc-interface/trans.c | 18 ++++-- gcc/fortran/ChangeLog | 32 +++++++++++ gcc/fortran/interface.c | 5 +- gcc/fortran/intrinsic.c | 6 +- gcc/fortran/match.c | 5 ++ gcc/fortran/resolve.c | 1 + gcc/testsuite/ChangeLog | 24 ++++++++ gcc/testsuite/gfortran.dg/pr95587.f90 | 13 +++++ gcc/testsuite/gfortran.dg/pr95689.f90 | 16 ++++++ gcc/testsuite/gfortran.dg/pr95708.f90 | 6 ++ libstdc++-v3/include/std/charconv | 8 ++- libstdc++-v3/testsuite/20_util/from_chars/1.cc | 19 +++++-- libstdc++-v3/testsuite/20_util/from_chars/3.cc | 79 ++++++++++++++++++++++++++ 15 files changed, 221 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr95587.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95689.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95708.f90 create mode 100644 libstdc++-v3/testsuite/20_util/from_chars/3.cc