This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3788c4ed2c7 docs: add missing @item for the first item new ef5d671cd80 libstdc++: Fix std::regex_replace for strings with embedded [...] new 55823c5a0ba libstdc++: Make ranges::size and ranges::empty check for un [...]
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/include/bits/ranges_base.h | 4 ++++ libstdc++-v3/include/bits/regex.h | 20 ++++++++++++++++++-- libstdc++-v3/include/bits/regex.tcc | 9 ++++----- .../28_regex/algorithms/regex_replace/char/103664.cc | 11 +++++++++++ libstdc++-v3/testsuite/std/ranges/access/empty.cc | 10 ++++++++++ libstdc++-v3/testsuite/std/ranges/access/size.cc | 10 ++++++++++ 6 files changed, 57 insertions(+), 7 deletions(-) create mode 100644 libstdc++-v3/testsuite/28_regex/algorithms/regex_replace/char/1 [...]