This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 76b31d44daf Daily bump. new c5038b79252 libstdc++: Tweak common_iterator::operator-> return type [P [...] new 3d17eaabb3e libstdc++: Check for EOF if extraction avoids buffer overfl [...] new da67352690c libstdc++: Fix for explicit copy ctors in <thread> and <fut [...] new d023d805d9e libstdc++: Check for overflow in regex back-reference [PR106607] new 6e834590729 libstdc++: Fix feature test macros in <version> for freestanding
The 5 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/regex_compiler.tcc | 10 +++--- libstdc++-v3/include/bits/std_thread.h | 8 ++++- libstdc++-v3/include/bits/stl_iterator.h | 2 +- libstdc++-v3/include/std/future | 4 +-- libstdc++-v3/include/std/istream | 31 ++++++++++++++--- libstdc++-v3/include/std/version | 8 +++-- .../extractors_character/char/pr106248.cc | 40 ++++++++++++++++++++++ .../extractors_character/wchar_t/pr106248.cc | 40 ++++++++++++++++++++++ .../testsuite/28_regex/basic_regex/106607.cc | 25 ++++++++++++++ libstdc++-v3/testsuite/30_threads/async/106695.cc | 29 ++++++++++++++++ libstdc++-v3/testsuite/30_threads/thread/106695.cc | 21 ++++++++++++ 11 files changed, 202 insertions(+), 16 deletions(-) create mode 100644 libstdc++-v3/testsuite/27_io/basic_istream/extractors_character [...] create mode 100644 libstdc++-v3/testsuite/27_io/basic_istream/extractors_character [...] create mode 100644 libstdc++-v3/testsuite/28_regex/basic_regex/106607.cc create mode 100644 libstdc++-v3/testsuite/30_threads/async/106695.cc create mode 100644 libstdc++-v3/testsuite/30_threads/thread/106695.cc