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

index fb22edf35a9deea056f5831670e826614dedacf8..ca3ee10cb82a5ec8b5ba09dbe51563d7fe18de09 100644 (file)
@@ -1 +1 @@
-20200921
+20200922
index 247a9dfaeb161b52bc8d57b605f574a5e25f754d..b82652663a57dcf53e3d85b6ceab9518a690dc33 100644 (file)
@@ -1,3 +1,46 @@
+2020-09-21  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-08-10  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/94681
+       * src/c++17/fs_ops.cc (read_symlink): Use posix::lstat instead
+       of calling ::lstat directly.
+       * src/filesystem/ops.cc (read_symlink): Likewise.
+
+2020-09-21  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-08-10  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/94681
+       * acinclude.m4 (GLIBCXX_CHECK_FILESYSTEM_DEPS): Do not depend on
+       $enable_libstdcxx_filesystem_ts.
+       * configure: Regenerate.
+
+2020-09-21  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-09-20  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/97101
+       * include/std/functional (bind_front): Fix order of parameters
+       in is_nothrow_constructible_v specialization.
+       * testsuite/20_util/function_objects/bind_front/97101.cc: New test.
+
+2020-09-21  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-09-10  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/94160
+       * src/c++17/memory_resource.cc (munge_options): Round
+       max_blocks_per_chunk to a multiple of four.
+       (__pool_resource::_M_alloc_pools()): Simplify slightly.
+       * testsuite/20_util/unsynchronized_pool_resource/allocate.cc:
+       Check that valid pointers are returned when small values are
+       used for max_blocks_per_chunk.
+
 2020-09-03  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: