This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 990124c35cd pru: Optimize 64-bit logical operations new 1b09eea33f2 libstdc++: Check for overflow in regex back-reference [PR106607] new 5abe0657553 libstdc++: Fix for explicit copy ctors in <thread> and <fut [...] new cc4fa7a210b libstdc++: Document linker option for C++23 <stacktrace> [P [...]
The 3 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/doc/html/bk02.html | 2 +- libstdc++-v3/doc/html/manual/extensions.html | 9 ++++--- libstdc++-v3/doc/html/manual/using.html | 12 ++++++++- libstdc++-v3/doc/xml/manual/using.xml | 19 ++++++++++++-- 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 ++++++++++++++++ 10 files changed, 125 insertions(+), 14 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