This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from ff17c88d5d2 Daily bump. new 1bb2e52cc69 libstdc++: Fix std::format floating-point alternate forms [ [...] new 4cdcfb4f84c libstdc++: Fix std::chrono::file_clock conversions for low- [...] new a5aca83ca9c libstdc++: Fix std::format for floating-point chrono::time_ [...]
The 3 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/include/bits/chrono.h | 14 +++-- libstdc++-v3/include/bits/chrono_io.h | 71 ++++++++++++++++------ libstdc++-v3/include/std/format | 51 +++++++++++----- .../testsuite/std/format/functions/format.cc | 6 ++ libstdc++-v3/testsuite/std/time/clock/file/io.cc | 18 ++++++ .../testsuite/std/time/clock/file/members.cc | 9 +++ libstdc++-v3/testsuite/std/time/clock/gps/io.cc | 28 +++++++++ libstdc++-v3/testsuite/std/time/clock/utc/io.cc | 4 ++ libstdc++-v3/testsuite/std/time/hh_mm_ss/io.cc | 28 ++++++++- 9 files changed, 184 insertions(+), 45 deletions(-)