]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 23 Nov 2022 00:21:13 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 23 Nov 2022 00:21:13 +0000 (00:21 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index 00ec7aeeb714715c938fe4fea3ecfc71227fdbcb..e3e7816b4eafd845c12799cd9bd2232693f211ab 100644 (file)
@@ -1 +1 @@
-20221122
+20221123
index 6776fb1c5018b380ad1a8f8890a4a66b8f2082a4..f0918cddd821d11ec73d982c4ae55f75146559a1 100644 (file)
@@ -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):