From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id CC96A3951863; Mon, 21 Sep 2020 22:19:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC96A3951863 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 92a5a8b08584ee764493f3e2deb513d87112073a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5a65351ae3c4af5f2e728f609f3c30e80b256d5b X-Git-Newrev: 92a5a8b08584ee764493f3e2deb513d87112073a Message-Id: <20200921221953.CC96A3951863@sourceware.org> Date: Mon, 21 Sep 2020 22:19:53 +0000 (GMT) From: Marek Polacek X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2020 22:19:53 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 92a5a8b08584ee764493f3e2deb513d87112073a (commit) from 5a65351ae3c4af5f2e728f609f3c30e80b256d5b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 92a5a8b08584ee764493f3e2deb513d87112073a Author: Marek Polacek Date: Mon Sep 21 18:19:42 2020 -0400 C++ DRs: CWG 1722 is supported in GCC 11. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index aec043aa..ac71119d 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -114,6 +114,8 @@ a work-in-progress.

  • Several C++ Defect Reports have been resolved, e.g.:
    • DR 1512, Pointer comparison vs qualification conversions
    • +
    • DR 1722, Should lambda to function pointer conversion function be + >noexcept?
    • DR 2032, Default template-arguments of variable templates
    • DR 2289, Uniqueness of decomposition declaration names
    • DR 2237, Can a template-id name a constructor?
    • diff --git a/htdocs/projects/cxx-dr-status.html b/htdocs/projects/cxx-dr-status.html index 2f62076d..8de648ce 100644 --- a/htdocs/projects/cxx-dr-status.html +++ b/htdocs/projects/cxx-dr-status.html @@ -12086,7 +12086,7 @@ 1722 CD4 Should lambda to function pointer conversion function be noexcept? - No + 11 PR90583 @@ -17189,7 +17189,7 @@

      This page is currently maintained by polacek@redhat.com.

      Last update: -Fri 11 Sep 2020 11:23:58 AM EDT +Mon 21 Sep 2020 06:17:29 PM EDT

      ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 2 ++ htdocs/projects/cxx-dr-status.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs