This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1a3d7dd463f PR libstdc++/83538 fix std::match_results<T>::reference (LWG 2306) new 32c2d01da74 PR libstdc++/83598 don't modify flags passed to std::basic_ [...] new 8297b3b2d8e PR libstdc++/83600 fix end iterator for unready std::match_results
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/ChangeLog | 12 ++++++++++++ libstdc++-v3/include/bits/regex.h | 12 +++++------- .../81338.cc => 28_regex/basic_regex/ctors/83598.cc} | 15 ++++++--------- .../28_regex/match_results/ctors/char/default.cc | 4 ++++ .../28_regex/match_results/ctors/wchar_t/default.cc | 4 ++++ 5 files changed, 31 insertions(+), 16 deletions(-) copy libstdc++-v3/testsuite/{27_io/basic_stringstream/assign/81338.cc => 28_regex/ [...]