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 f7cfab38ef7 Daily bump. new 4f3ce8d046f libstdc++: Tweak localized formatting for floating-point types new f8ae6193b76 libstdc++: Fix std::format thousands separators when sign p [...] new 0fce225524c libstdc++: Make system_clock::to_time_t always_inline [PR99832]
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 | 2 ++ libstdc++-v3/include/std/format | 28 +++++++++++++++------- .../testsuite/20_util/system_clock/99832.cc | 14 +++++++++++ .../testsuite/std/format/functions/format.cc | 10 ++++++++ 4 files changed, 45 insertions(+), 9 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/system_clock/99832.cc