[gcc r12-8928] Daily bump.
GCC Administrator
gccadmin@gcc.gnu.org
Wed Nov 23 00:21:50 GMT 2022
https://gcc.gnu.org/g:04126a40d0b0948bd2f330adcdddc42e05c911d6
commit r12-8928-g04126a40d0b0948bd2f330adcdddc42e05c911d6
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date: Wed Nov 23 00:21:13 2022 +0000
Daily bump.
Diff:
---
gcc/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 19 +++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 00ec7aeeb71..e3e7816b4ea 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20221122
+20221123
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 6776fb1c501..f0918cddd82 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,22 @@
+2022-11-22 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/106201
+ * include/bits/fs_path.h (filesystem::swap(path&, path&)):
+ Replace with abbreviated function template.
+ * include/experimental/bits/fs_path.h (filesystem::swap):
+ Likewise.
+ * testsuite/27_io/filesystem/iterators/106201.cc: New test.
+ * testsuite/experimental/filesystem/iterators/106201.cc: New test.
+
+2022-11-22 Jonathan Wakely <jwakely@redhat.com>
+
+ Backported from master:
+ 2022-11-22 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/107801
+ * src/c++17/memory_resource.cc (pool_sizes): Disable large pools
+ for targets with 16-bit int.
+
2022-11-14 Jonathan Wakely <jwakely@redhat.com>
* include/bits/mofunc_impl.h (move_only_function::__param_t):
More information about the Libstdc++-cvs
mailing list