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

index 38146c36fe48b6d00c91ce919dd3242c8941e945..7b35a7c6950786bf6cb16d419f2bd0736c875729 100644 (file)
@@ -1 +1 @@
-20200903
+20200904
index e2e850f97fdeda4b16987699a8377940a04ed68b..a257769dc5c65efb14e862a78cb8acabfa7bf99a 100644 (file)
@@ -1,3 +1,23 @@
+2020-09-03  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2020-04-30  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/89510
+       * include/bits/alloc_traits.h (allocator_traits::_S_construct)
+       (allocator_traits::_S_destroy)
+       (allocator_traits<allocator<T>>::construct): Use traits in
+       noexcept-specifiers.
+       * include/bits/allocator.h (allocator<void>::construct)
+       (allocator<void>::destroy): Likewise.
+       * include/ext/malloc_allocator.h (malloc_allocator::construct)
+       (malloc_allocator::destroy): Likewise.
+       * include/ext/new_allocator.h (new_allocator::construct)
+       (new_allocator::destroy): Likewise.
+       * testsuite/20_util/allocator/89510.cc: New test.
+       * testsuite/ext/malloc_allocator/89510.cc: New test.
+       * testsuite/ext/new_allocator/89510.cc: New test.
+
 2020-08-26  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: