From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 7BA493858D28; Thu, 23 Nov 2023 08:47:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7BA493858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1700729279; bh=pV81AA0XLod/hGGAnGw10p/m7dB7Qz63LlPWavNz8NI=; h=To:Subject:Date:From:From; b=asitnIiFADYg1Hmf7oxU6geZImzxc34UXoy7w+Ps2pY8slts1JB5lY8ZvsuWdh43U JPynorL45OVrjPKoXhxAkdJx8ZLdqZwbCHK3x4pZ3TrLXJIwSkNCVX0Ax+pYwv8rMt FVzbGYNvoAzQSDdQY/z6gEtr0g3VwdWrdS50UTXY= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 929ed9c6b2725971389cad0e50b640cb276f2661 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d3f86b59e343ab10078a84aa927f760779b2d5d3 X-Git-Newrev: 929ed9c6b2725971389cad0e50b640cb276f2661 Message-Id: <20231123084759.7BA493858D28@sourceware.org> Date: Thu, 23 Nov 2023 08:47:59 +0000 (GMT) From: Jakub Jelinek List-Id: 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 929ed9c6b2725971389cad0e50b640cb276f2661 (commit) from d3f86b59e343ab10078a84aa927f760779b2d5d3 (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 929ed9c6b2725971389cad0e50b640cb276f2661 Author: Jakub Jelinek Date: Thu Nov 23 09:47:40 2023 +0100 Mention P2741R3 is implemented in GCC 14 and so is DR 2406. diff --git a/htdocs/projects/cxx-dr-status.html b/htdocs/projects/cxx-dr-status.html index 04dadb1c..ccd2e73d 100644 --- a/htdocs/projects/cxx-dr-status.html +++ b/htdocs/projects/cxx-dr-status.html @@ -16877,7 +16877,7 @@ 2406 CD5 [[fallthrough]] attribute and iteration statements - No + 14 PR107571 diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 107e5b66..4dfb3593 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -107,7 +107,7 @@ User-generated static_assert messages P2741R3 - No + 14 __cpp_static_assert >= 202306L ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-dr-status.html | 2 +- htdocs/projects/cxx-status.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs