This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 163a5418c8c Disable hash-table sanitization for mem stats maps. new 00f08bc3d9b Replace std::to_string for integers with optimized version new 7445abf1ee5 Simplify std::scoped_lock destructor new 387a4a81a22 Improve static_assert messages for std::variant new 2461f833466 [nvptx] Assert fork has at most one join in nvptx_find_par
The 4 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/ChangeLog | 5 + gcc/config/nvptx/nvptx.c | 1 + libstdc++-v3/ChangeLog | 32 ++++ libstdc++-v3/include/Makefile.am | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/bits/basic_string.h | 64 +++++--- libstdc++-v3/include/bits/charconv.h | 106 +++++++++++++ libstdc++-v3/include/std/charconv | 75 +++------- libstdc++-v3/include/std/mutex | 6 +- libstdc++-v3/include/std/variant | 34 ++--- libstdc++-v3/include/std/version | 1 + .../numeric_conversions/char/to_string.cc | 4 +- .../numeric_conversions/char/to_string_int.cc | 164 +++++++++++++++++++++ 13 files changed, 397 insertions(+), 97 deletions(-) create mode 100644 libstdc++-v3/include/bits/charconv.h create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversi [...]