aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-08-23 00:16:29 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-08-23 00:16:29 +0000
commit3b2e3fa39dd2b606566f47006d015f9c447dcc7d (patch)
tree3a80fea7b1e5cc6a11cf26764976f06800300dda /libstdc++-v3
parentcc4fa7a210b638d6a46f14dab17f2361389d18e1 (diff)
downloadgcc-3b2e3fa39dd2b606566f47006d015f9c447dcc7d.zip
gcc-3b2e3fa39dd2b606566f47006d015f9c447dcc7d.tar.gz
gcc-3b2e3fa39dd2b606566f47006d015f9c447dcc7d.tar.bz2
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 48cd1e8..b82772e 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,31 @@
+2022-08-22 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/105678
+ * doc/xml/manual/using.xml: Document -lstdc++_libbacktrace
+ requirement for using std::stacktrace. Also adjust -frtti and
+ -fexceptions to document non-default (i.e. negative) forms.
+ * doc/html/*: Regenerate.
+
+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-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-17 Keef Aragon <keef.aragon@konscious.net>
* libsupc++/eh_alloc.cc (pool::free): Inverse comparison.