This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8d84ea28510 OpenMP, GCN: Add interop-hsa testcase new bacf741a92a libstdc++: Implement formatters for queue, priority_queue a [...] new 8b6cc206430 libstdc++: Define __cpp_lib_format_ranges in format header [...] new 74605294950 libstdc++: Constrain formatter for thread::id [PR119918]
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/formatfwd.h | 95 +++++- libstdc++-v3/include/bits/stl_queue.h | 14 + libstdc++-v3/include/bits/stl_stack.h | 9 + libstdc++-v3/include/bits/version.def | 3 +- libstdc++-v3/include/bits/version.h | 3 +- libstdc++-v3/include/std/format | 333 +++++++++------------ libstdc++-v3/include/std/queue | 80 ++++- libstdc++-v3/include/std/stack | 48 ++- libstdc++-v3/include/std/thread | 45 +-- libstdc++-v3/src/c++23/std.cc.in | 6 +- .../testsuite/30_threads/thread/id/output.cc | 30 ++ .../testsuite/std/format/formatter/lwg3944.cc | 2 +- libstdc++-v3/testsuite/std/format/parse_ctx.cc | 2 +- .../testsuite/std/format/ranges/adaptors.cc | 156 ++++++++++ .../testsuite/std/format/ranges/feature_test.cc | 9 + libstdc++-v3/testsuite/std/format/string.cc | 2 +- 16 files changed, 612 insertions(+), 225 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/format/ranges/adaptors.cc create mode 100644 libstdc++-v3/testsuite/std/format/ranges/feature_test.cc