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-aarch64-bootstrap in repository toolchain/ci/gcc.
from 5bde80f48bc c++: Fall through for arrays of T vs T cv [PR104996] adds 29a25a60383 Daily bump. adds 6a4e9934545 runtime: use correct field name for PPC32 GLIBC registers adds 504b02c70ab emit-rtl: Fix -fcompare-debug bug with label references in [...] adds 811c7fbd147 Support --compress-debug-sections for ld.mold. adds cf37107522f libstdc++: Remove bogus assertion in std::from_chars [PR105324] adds 1e6c0e69af8 libstdc++: Work around modules ICE in <charconv> [PR105297]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 28 +++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/configure | 10 +++++-- gcc/configure.ac | 10 +++++-- gcc/cp/ChangeLog | 6 ++++ gcc/emit-rtl.cc | 3 +- gcc/go/gofrontend/MERGE | 2 +- gcc/testsuite/ChangeLog | 19 ++++++++++++ gcc/testsuite/gfortran.dg/g77/pr105203.f | 20 +++++++++++++ libgo/runtime/go-signal.c | 35 ++++++++++++++-------- libstdc++-v3/ChangeLog | 14 +++++++++ libstdc++-v3/include/std/charconv | 4 ++- libstdc++-v3/src/c++17/floating_from_chars.cc | 1 - .../testsuite/20_util/from_chars/pr105324.cc | 14 +++++++++ 14 files changed, 147 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/g77/pr105203.f create mode 100644 libstdc++-v3/testsuite/20_util/from_chars/pr105324.cc