]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 8 Sep 2022 00:22:43 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 8 Sep 2022 00:22:43 +0000 (00:22 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index a4aec9eaaa2eef79e65339f45f31ea64b4c0d01d..2e552cf7ab7341738c2fdb976b8a147982ecf56e 100644 (file)
@@ -1 +1 @@
-20220907
+20220908
index a2d49420ea490678e0c0bb1fba94772959b14db0..7cfc53992dcfbb35bae6d7b032beb93d5c966106 100644 (file)
@@ -1,3 +1,29 @@
+2022-09-07  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-08-22  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/106695
+       * include/bits/std_thread.h (thread::_State_impl): Forward
+       individual arguments to _Invoker constructor.
+       (thread::_Invoker): Add constructor. Delete copies.
+       * include/std/future (__future_base::_Deferred_state): Forward
+       individual arguments to _Invoker constructor.
+       (__future_base::_Async_state_impl): Likewise.
+       * testsuite/30_threads/async/106695.cc: New test.
+       * testsuite/30_threads/thread/106695.cc: New test.
+
+2022-09-07  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2022-08-22  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/106607
+       * include/bits/regex_compiler.tcc (_Compiler::_M_cur_int_value):
+       Use built-ins to check for integer overflow in back-reference
+       number.
+       * testsuite/28_regex/basic_regex/106607.cc: New test.
+
 2022-08-24  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: