This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 6c08f8edfa1 Daily bump. new 87da20c6e28 libstdc++: Check for overflow in regex back-reference [PR106607] new 47f0bd26940 libstdc++: Fix for explicit copy ctors in <thread> and <fut [...]
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/regex_compiler.tcc | 10 +++++--- libstdc++-v3/include/bits/std_thread.h | 8 +++++- libstdc++-v3/include/std/future | 4 +-- .../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 ++++++++++++++++ 6 files changed, 90 insertions(+), 7 deletions(-) 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