From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56119 invoked by alias); 19 Oct 2019 14:15:49 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 55992 invoked by uid 9885); 19 Oct 2019 14:15:43 -0000 Date: Sat, 19 Oct 2019 14:15:00 -0000 Message-ID: <20191019141543.55989.qmail@sourceware.org> From: mpolacek@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 45c367e490033d6282cc73876b81859ba04ae9a3 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: bcbb4ab7d210ed065f4d9e32d6b2bfcf179512ae X-Git-Newrev: 45c367e490033d6282cc73876b81859ba04ae9a3 X-SW-Source: 2019/txt/msg00266.txt.bz2 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 45c367e490033d6282cc73876b81859ba04ae9a3 (commit) from bcbb4ab7d210ed065f4d9e32d6b2bfcf179512ae (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 45c367e490033d6282cc73876b81859ba04ae9a3 Author: Marek Polacek Date: Sat Oct 19 10:15:20 2019 -0400 Mark P1301R4 as done in GCC 10. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 6c83f38..478436d 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -71,6 +71,7 @@ a work-in-progress.

  • P0388R4, Permit conversions to arrays of unknown bound
  • P0784R7, constexpr new
  • Concepts, including P0734R0, P0857R0, P1084R2, P1141R2, P0848R3, P1616R1, P1452R2
  • +
  • P1301R4, [[nodiscard("with reason")]]
  • Several C++ Defect Reports have been resolved, e.g.: diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 6a45016..23eabae 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -389,7 +389,7 @@ [[nodiscard("with reason")]] P1301R4 - No (PR91368) + 10 ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 1 + htdocs/projects/cxx-status.html | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- gcc-wwwdocs