This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bb83e83cada testsuite: Add testcase for already fixed PR [PR119226] new a21847acb8b libstdc++: Reject basic_format_parse_context::check_dynamic [...] new 04815ae0a2b libstdc++: Make range adaptor __has_arrow helper use a const type new 8ff7ff1a069 libstdc++: Prevent dangling references in std::unique_ptr:: [...]
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/ranges_util.h | 5 ++- libstdc++-v3/include/bits/unique_ptr.h | 8 +++++ libstdc++-v3/include/std/format | 3 ++ .../testsuite/20_util/unique_ptr/lwg4148.cc | 31 ++++++++++++++++ libstdc++-v3/testsuite/std/format/parse_ctx.cc | 1 - libstdc++-v3/testsuite/std/format/parse_ctx_neg.cc | 8 +++-- .../testsuite/std/ranges/adaptors/lwg4112.cc | 41 ++++++++++++++++++++++ 7 files changed, 93 insertions(+), 4 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/unique_ptr/lwg4148.cc create mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/lwg4112.cc