This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8073fa14724 modulo-sched: reject loop conditions when not decrementing [...] new b115ae245a6 libstdc++: Replace leftover std::queue with Adaptor in rang [...] new 01e5ef3e8b9 libstdc++: Minimalize temporary allocations when width is s [...]
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/formatfwd.h | 8 + libstdc++-v3/include/std/format | 399 +++++++++++++++------ libstdc++-v3/testsuite/std/format/debug.cc | 388 +++++++++++++++++++- .../testsuite/std/format/ranges/adaptors.cc | 2 +- .../testsuite/std/format/ranges/sequence.cc | 116 ++++++ libstdc++-v3/testsuite/std/format/ranges/string.cc | 63 ++++ libstdc++-v3/testsuite/std/format/tuple.cc | 93 +++++ 7 files changed, 962 insertions(+), 107 deletions(-)