From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2168) id ADA3A3857C74; Fri, 4 Sep 2020 00:18:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ADA3A3857C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1599178733; bh=+G+hrUAVz8NaIiT+oyTFcdYUNWl2ABKHt7EBrOFMPsc=; h=From:To:Subject:Date:From; b=S5AXcVvWS2WTCxKW9Meq6fB/Ialhnb9ZUovLMviHPrbPCIKCW77lNxnXvbmDUbxqK SvjyheolFwZz9ywNpD1HKBUTXuUCvt2waUm7kcasLdVqK3Vbdamsn/52sx2oW3bHGo aX8GsHWcWp/peDGKnfFKKIAe6raDR5tPSgdKtRIE= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: GCC Administrator To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r9-8846] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/heads/releases/gcc-9 X-Git-Oldrev: 7f84245366067259bc5604f5abf8b1e0c8e16b71 X-Git-Newrev: e71b6bcd222972c233e2f44d2ea71c565a388e66 Message-Id: <20200904001853.ADA3A3857C74@sourceware.org> Date: Fri, 4 Sep 2020 00:18:53 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2020 00:18:53 -0000 https://gcc.gnu.org/g:e71b6bcd222972c233e2f44d2ea71c565a388e66 commit r9-8846-ge71b6bcd222972c233e2f44d2ea71c565a388e66 Author: GCC Administrator Date: Fri Sep 4 00:18:27 2020 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- libstdc++-v3/ChangeLog | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 38146c36fe4..7b35a7c6950 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20200903 +20200904 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e2e850f97fd..a257769dc5c 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: