From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 320DA3857C5F; Wed, 1 Sep 2021 20:44:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 320DA3857C5F To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 11f6d53b2fba67011551c1be6399599c8b898d35 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d7fa6b27ce02981294b5cc264c7bb332ba338734 X-Git-Newrev: 11f6d53b2fba67011551c1be6399599c8b898d35 Message-Id: <20210901204424.320DA3857C5F@sourceware.org> Date: Wed, 1 Sep 2021 20:44:24 +0000 (GMT) From: Jakub Jelinek 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, 01 Sep 2021 20:44:24 -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 11f6d53b2fba67011551c1be6399599c8b898d35 (commit) from d7fa6b27ce02981294b5cc264c7bb332ba338734 (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 11f6d53b2fba67011551c1be6399599c8b898d35 Author: Jakub Jelinek Date: Wed Sep 1 22:43:39 2021 +0200 Mention completion of P0306R4, P1042R1 and P1949R7 for GCC 12. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 6334c1f6..7c150fbc 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -84,7 +84,7 @@ C++ Identifier Syntax using Unicode Standard Annex 31 P1949R7 - No + 12 @@ -206,10 +206,11 @@ __VA_OPT__ for preprocessor comma elision P0306R4
P1042R1 - 8 + 8 (partial, no #__VA_OPT__ support)
10 - (partial, no placemarker token handling changes) + (partial, no placemarker token handling changes)
+ 12 ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs