This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 615a92a1e6a vectorizer: Fix riscv build [PR120042] new 974d59aec69 libstdc++: Fix std::format thousands separators when sign p [...] new 5327eef7b00 libstdc++: Make system_clock::to_time_t always_inline [PR99832]
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/include/bits/chrono.h | 2 ++ libstdc++-v3/include/std/format | 11 +++++++++-- libstdc++-v3/testsuite/20_util/system_clock/99832.cc | 14 ++++++++++++++ libstdc++-v3/testsuite/std/format/functions/format.cc | 10 ++++++++++ 4 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/system_clock/99832.cc