From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 118743 invoked by alias); 15 Oct 2019 01:02:15 -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 118502 invoked by uid 206); 15 Oct 2019 01:02:15 -0000 Date: Tue, 15 Oct 2019 01:02:00 -0000 Message-ID: <20191015010215.118497.qmail@sourceware.org> From: jason@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 9f5f3bceb34bcb1f2cdb8f4d9a9edba06e2c6bcc X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e31255ea7538af9084e503f7b54c925bad70ebe0 X-Git-Newrev: 9f5f3bceb34bcb1f2cdb8f4d9a9edba06e2c6bcc X-SW-Source: 2019/txt/msg00260.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 9f5f3bceb34bcb1f2cdb8f4d9a9edba06e2c6bcc (commit) from e31255ea7538af9084e503f7b54c925bad70ebe0 (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 9f5f3bceb34bcb1f2cdb8f4d9a9edba06e2c6bcc Author: Jason Merrill Date: Mon Oct 14 21:01:35 2019 -0400 C++20 concepts are now supported. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index aec924c..6c83f38 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -70,6 +70,7 @@ a work-in-progress.

  • P1152R4, Deprecating volatile
  • P0388R4, Permit conversions to arrays of unknown bound
  • P0784R7, constexpr new
  • +
  • Concepts, including P0734R0, P0857R0, P1084R2, P1141R2, P0848R3, P1616R1, P1452R2
  • Several C++ Defect Reports have been resolved, e.g.: diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index a17f9b9..6a45016 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -117,11 +117,8 @@ P0848R3
    P1616R1
    P1452R2 - TS with -fconcepts
    - concepts-cxx2a - branch
    - PR88329 - + 10 + __cpp_concepts >= ? Range-based for statements with initializer ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 1 + htdocs/projects/cxx-status.html | 7 ++----- 2 files changed, 3 insertions(+), 5 deletions(-) hooks/post-receive -- gcc-wwwdocs