This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5d060d8b047 tree-ssa-sink: do not touch calls that return twice new e5bcbcd04cf libstdc++: Add _Float128 to_chars/from_chars support for x8 [...] new cb0ceeaee9e libstdc++: Update from latest fast_float [PR107468]
The 2 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: libstdc++-v3/config/abi/pre/gnu.ver | 4 + libstdc++-v3/include/std/charconv | 61 ++++++++ libstdc++-v3/src/c++17/fast_float/LOCAL_PATCHES | 2 - libstdc++-v3/src/c++17/fast_float/MERGE | 2 +- libstdc++-v3/src/c++17/fast_float/README.md | 91 +++++++---- libstdc++-v3/src/c++17/fast_float/fast_float.h | 173 +++++++++++++-------- libstdc++-v3/src/c++17/floating_from_chars.cc | 26 ++++ libstdc++-v3/src/c++17/floating_to_chars.cc | 72 +++++++-- .../20_util/from_chars/{6.cc => pr107468.cc} | 39 ++--- .../testsuite/20_util/to_chars/float128_c++23.cc | 105 +++++++++++++ 10 files changed, 443 insertions(+), 132 deletions(-) copy libstdc++-v3/testsuite/20_util/from_chars/{6.cc => pr107468.cc} (58%) create mode 100644 libstdc++-v3/testsuite/20_util/to_chars/float128_c++23.cc