This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5a48e7732d6 bitintlower: Fix interaction of gimple_assign_copy_p stmts [...] new 473dde52524 libstdc++: Implement formatters for pair and tuple [PR109162]
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 | 377 +++++++++++++++++---- .../testsuite/std/format/ranges/formatter.cc | 6 +- libstdc++-v3/testsuite/std/format/ranges/map.cc | 209 ++++++++++++ .../testsuite/std/format/ranges/sequence.cc | 52 ++- libstdc++-v3/testsuite/std/format/tuple.cc | 259 ++++++++++++++ libstdc++-v3/testsuite/util/testsuite_iterators.h | 3 + 6 files changed, 813 insertions(+), 93 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/format/ranges/map.cc create mode 100644 libstdc++-v3/testsuite/std/format/tuple.cc