From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 46F753833007; Wed, 30 Jun 2021 16:26:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 46F753833007 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 9751d418645b55f380e24fe6d59f425b1201558d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 316da6c431196d35f8c962e11b73c3797eb245c7 X-Git-Newrev: 9751d418645b55f380e24fe6d59f425b1201558d Message-Id: <20210630162625.46F753833007@sourceware.org> Date: Wed, 30 Jun 2021 16:26:25 +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: Wed, 30 Jun 2021 16:26:25 -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 9751d418645b55f380e24fe6d59f425b1201558d (commit) from 316da6c431196d35f8c962e11b73c3797eb245c7 (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 9751d418645b55f380e24fe6d59f425b1201558d Author: Marek Polacek Date: Wed Jun 30 12:25:48 2021 -0400 C++: DR 2397 supported in GCC 12 diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index b854c4e6..70dd48b9 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -81,6 +81,13 @@ a work-in-progress.

  • Several C++23 features have been implemented:
    • P1938R3, if consteval
    • +
    • DR 2397, auto specifier for pointers and references to arrays
    • +
    +
  • +
  • Several C++ Defect Reports have been resolved, e.g.: +
      +
    • DR 1227, Mixing immediate and non-immediate contexts in deduction failure
    • +
    • DR 2397, auto specifier for pointers and references to arrays
  • diff --git a/htdocs/projects/cxx-dr-status.html b/htdocs/projects/cxx-dr-status.html index b23eee54..21800ccd 100644 --- a/htdocs/projects/cxx-dr-status.html +++ b/htdocs/projects/cxx-dr-status.html @@ -16812,7 +16812,7 @@ 2397 drafting auto specifier for pointers and references to arrays - - + 12 PR100975 @@ -17491,7 +17491,7 @@

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

    Last update: -Tue Jun 29 11:45:46 AM EDT 2021 +Wed Jun 30 12:19:53 PM EDT 2021

    diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 7e6ea80c..61013daf 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -134,7 +134,7 @@ CWG 2397: auto specifier for pointers and references to arrays CWG2397 - No + 12 ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 7 +++++++ htdocs/projects/cxx-dr-status.html | 4 ++-- htdocs/projects/cxx-status.html | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs