This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 253e6efeb2f Daily bump. new b5d386495b3 libstdc++: Make system_clock::to_time_t always_inline [PR99832] new 627c08f72b4 libstdc++: Tweak localized formatting for floating-point types new c92bc1e435e libstdc++: Fix std::format thousands separators when sign p [...]
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