This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6dece9913f4 libgcc: Use may_alias attribute in bitint handlers new e9035183a20 libstdc++: Fix incorrect PR number in comment new 35f8c661d67 libstdc++: Implement C++23 P1951R1 (Default Args for pair's [...] new 5fbc1b2e7c1 libstdc++: Fix std::runtime_format deviations from the spec [...]
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/stl_pair.h | 8 ++++ libstdc++-v3/include/std/format | 37 +++++++++++------ .../20_util/pair/cons/default_tmpl_args.cc | 48 ++++++++++++++++++++++ .../testsuite/std/format/runtime_format.cc | 11 +++++ 4 files changed, 91 insertions(+), 13 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/pair/cons/default_tmpl_args.cc