This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 81d762cbec9 LRA: Do not repeat inheritance and live range splitting in [...] new ad0b9cf1a07 libstdc++: Make std::istream_iterator copy ctor constexpr ( [...] new 9ae1108196e libstdc++: Add allocator-extended constructors to std::matc [...] new 7d4f4ce6a5d libstdc++: Add comment to <format> (LWG 3720) new ba4f5530c47 libstdc++: Use rvalues in std::string::resize_and_overwrite [...] new 02e86035d30 libstdc++: Add missing __cpp_lib_format macro to <version> new 924d990425d libstdc++: Define __cpp_lib_constexpr_algorithms in <utilit [...] new f2e70da638b libstdc++: Remove std::formatter<const charT[N], charT> spe [...]
The 7 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/basic_string.tcc | 9 ++-- libstdc++-v3/include/bits/regex.h | 10 ++++ libstdc++-v3/include/bits/stream_iterator.h | 1 + libstdc++-v3/include/std/format | 24 +--------- libstdc++-v3/include/std/utility | 4 ++ libstdc++-v3/include/std/version | 1 + .../testsuite/20_util/exchange/constexpr.cc | 6 +++ .../capacity/char/resize_and_overwrite.cc | 8 ++-- .../istream_iterator/cons/constexpr.cc | 5 ++ .../28_regex/match_results/ctors/char/alloc.cc | 56 ++++++++++++++++++++++ .../testsuite/std/format/formatter/requirements.cc | 9 ++++ .../testsuite/std/format/functions/format.cc | 15 ++++++ 12 files changed, 120 insertions(+), 28 deletions(-) create mode 100644 libstdc++-v3/testsuite/28_regex/match_results/ctors/char/alloc.cc