From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2122) id A40C43858D32; Wed, 28 Jun 2023 03:33:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A40C43858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1687923218; bh=ANZUaSgh6dgmv9C38mr4aKPUwoTrDGDOVOZNZfg+u2A=; h=To:Subject:Date:From:From; b=qFwmqq1hQfNscHsxEW87Y8G0jXMdqIqvWqEWdObZZGIILF4j4SiqWc5wgSKUeo3YK my9nOKled7KLw7wadtuhIS48+sCjJwLThevm3VrCBackkEzEOcpjwFRBEK8W65qOAm 2tyHAFL7AXYT9YPKvbj94CBdX9aOs2yS6IIkJa9Y= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 3cd7f371b8adfbf1a28a0851518aa28b0cdcc168 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ede621e961be2e860e644793a63cfe9f5f024086 X-Git-Newrev: 3cd7f371b8adfbf1a28a0851518aa28b0cdcc168 Message-Id: <20230628033338.A40C43858D32@sourceware.org> Date: Wed, 28 Jun 2023 03:33:38 +0000 (GMT) From: Jason Merrill 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 3cd7f371b8adfbf1a28a0851518aa28b0cdcc168 (commit) from ede621e961be2e860e644793a63cfe9f5f024086 (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 3cd7f371b8adfbf1a28a0851518aa28b0cdcc168 Author: Jason Merrill Date: Tue Jun 27 23:31:10 2023 -0400 cxx-status: update P2621 and P2738 P2621 standardizes our existing practice. P2738 is implemented by r14-2146-ga1c6e9631ca339. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 0374d23c..8647bdb0 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -65,7 +65,7 @@ Remove undefined behavior from lexing P2621R2 (DR) - No + Yes @@ -89,7 +89,7 @@ constexpr cast from void* P2738R1 - No + 14 ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs