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_O1 in repository toolchain/ci/gcc.
from 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. adds ce2da7f82f4 libstdc++: Fix std::from_chars to ignore leading zeros in base 2 adds e3d976ae009 Revert "PR fortran/95689 - ICE in check_sym_interfaces, at [...] adds c66d68d1e1e Daily bump. new 12cdfdd5b14 x96: Remove PTA_CLWB from PTA_ICELAKE_CLIENT
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/config/i386/i386.h | 4 +- gcc/fortran/ChangeLog | 38 +++++++++++++ gcc/fortran/match.c | 5 ++ gcc/testsuite/ChangeLog | 30 ++++++++++ gcc/testsuite/gfortran.dg/pr95587.f90 | 13 +++++ libstdc++-v3/ChangeLog | 10 ++++ 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 ++++++++++++++++++++++++++ 12 files changed, 215 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr95587.f90 create mode 100644 libstdc++-v3/testsuite/20_util/from_chars/3.cc