This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a039bab9575 libgcobol: mark riscv64-*-linux* as supported target new f62e5d720de libstdc++: Implement formatter for ranges and range_formatt [...]
The 1 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/std/format | 505 ++++++++++++++++++--- libstdc++-v3/src/c++23/std.cc.in | 6 + .../testsuite/23_containers/vector/bool/format.cc | 6 + .../testsuite/std/format/formatter/lwg3944.cc | 4 +- .../testsuite/std/format/formatter/requirements.cc | 14 +- .../testsuite/std/format/ranges/format_kind.cc | 94 ++++ .../testsuite/std/format/ranges/formatter.cc | 145 ++++++ .../testsuite/std/format/ranges/sequence.cc | 190 ++++++++ libstdc++-v3/testsuite/std/format/ranges/string.cc | 226 +++++++++ 9 files changed, 1125 insertions(+), 65 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/format/ranges/format_kind.cc create mode 100644 libstdc++-v3/testsuite/std/format/ranges/formatter.cc create mode 100644 libstdc++-v3/testsuite/std/format/ranges/sequence.cc create mode 100644 libstdc++-v3/testsuite/std/format/ranges/string.cc