From: GCC Administrator Date: Fri, 4 Sep 2020 00:18:27 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-9.4.0~717 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e71b6bcd222972c233e2f44d2ea71c565a388e66;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 38146c36fe48..7b35a7c69507 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20200903 +20200904 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e2e850f97fde..a257769dc5c6 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,23 @@ +2020-09-03 Jonathan Wakely + + Backported from master: + 2020-04-30 Jonathan Wakely + + PR libstdc++/89510 + * include/bits/alloc_traits.h (allocator_traits::_S_construct) + (allocator_traits::_S_destroy) + (allocator_traits>::construct): Use traits in + noexcept-specifiers. + * include/bits/allocator.h (allocator::construct) + (allocator::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 Backported from master: