From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2168) id E7A203987892; Sat, 12 Sep 2020 00:18:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E7A203987892 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1599869892; bh=uoqDyAgspVCA10/XXLsywF4KsJD32LGnR5l7Ci7LOss=; h=From:To:Subject:Date:From; b=YVLq7M6fn+gX/An+3HIIbYxjoxmcl4PnsSdJwfCxbO5H9WPojiNhPHSjQWN85/0qg i4Dsqh5pG28LDi1tEf6d/osxSc/Twk1xzZMK3K0ZeeCHbRO/NfJIvEyxPr9MCcVASj /LhI7ONUyp89vRiWB8PtQatY0JqqVKpeQPCGcC24= 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 r8-10446] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/heads/releases/gcc-8 X-Git-Oldrev: 1521433e2b6bff583b227fe391fe9dcf02f6000e X-Git-Newrev: a46de9c7310c4927abc105e7d125c44e755bec60 Message-Id: <20200912001812.E7A203987892@sourceware.org> Date: Sat, 12 Sep 2020 00:18:12 +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: Sat, 12 Sep 2020 00:18:13 -0000 https://gcc.gnu.org/g:a46de9c7310c4927abc105e7d125c44e755bec60 commit r8-10446-ga46de9c7310c4927abc105e7d125c44e755bec60 Author: GCC Administrator Date: Sat Sep 12 00:17:44 2020 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- libstdc++-v3/ChangeLog | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 15fb79cba7d..c977cef8bc2 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20200911 +20200912 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8cd063bfa9e..f477a26c38c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,30 @@ +2020-09-11 Jonathan Wakely + + Backported from master: + 2020-03-18 Jonathan Wakely + + PR libstdc++/94033 + * include/std/type_traits (__is_nt_default_constructible_atom): Remove. + (__is_nt_default_constructible_impl): Remove. + (__is_nothrow_default_constructible_impl): Remove. + (__is_nt_constructible_impl): Add bool template parameter. Adjust + partial specializations. + (__is_nothrow_constructible_impl): Replace class template with alias + template. + (is_nothrow_default_constructible): Derive from alias template + __is_nothrow_constructible_impl instead of + __is_nothrow_default_constructible_impl. + * testsuite/20_util/is_nothrow_constructible/94003.cc: New test. + * testsuite/20_util/is_nothrow_default_constructible/96999.cc: New file. + +2020-09-11 Jonathan Wakely + + PR libstdc++/71960 + * include/experimental/string_view (basic_string_view): + Enable debug assertions. + * include/std/string_view (basic_string_view): + Likewise. + 2020-08-10 Jonathan Wakely * src/c++17/Makefile.in: Remove unused file.