This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 29ef50b6bc6 libstdc++-v3: Some std::*float*_t charconv and i/ostream overloads new 0ae26533b3e libstdc++: std::to_chars std::{,b}float16_t support new 81f98afa228 libstdc++: std::from_chars std::{,b}float16_t support
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 | 86 +++++ libstdc++-v3/src/c++17/floating_from_chars.cc | 400 +++++++++++++++++++-- libstdc++-v3/src/c++17/floating_to_chars.cc | 164 ++++++++- .../testsuite/20_util/to_chars/float16_c++23.cc | 76 ++++ 5 files changed, 699 insertions(+), 31 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/to_chars/float16_c++23.cc