From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 3B1CD3858CDA; Wed, 10 Apr 2024 08:22:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3B1CD3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712737375; bh=DT3UB/ZL8YlZ9gQ4UgA8bBHwbEwGDFELb5c31d6EsEU=; h=To:Subject:Date:From:From; b=GpaVy3tiEnt/QJ8yD3E9Tre6uFR35p/N0be4sIh6vmDLmNhpoBsIIUBB3L1Oz1DsH 80bNe+FyMNfADg5lIdIo6n6zi8LLgrK8SPdNlfBpw9M0K9NPEBSiFk+jYeHp09GXuu 2aoTVgWECbnmhBTaXJy5DnXthdwhG26ykgtP3glY= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 566266d8bfc8d26a667c11d497c46f637f442970 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2bdfd673b266343e7988fe2cd2b44a02c94dce09 X-Git-Newrev: 566266d8bfc8d26a667c11d497c46f637f442970 Message-Id: <20240410082255.3B1CD3858CDA@sourceware.org> Date: Wed, 10 Apr 2024 08:22:55 +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 566266d8bfc8d26a667c11d497c46f637f442970 (commit) from 2bdfd673b266343e7988fe2cd2b44a02c94dce09 (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 566266d8bfc8d26a667c11d497c46f637f442970 Author: Jakub Jelinek Date: Wed Apr 10 10:22:31 2024 +0200 Mark P2809R3 as implemented in GCC 14. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 7897635c..6dddb84e 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -89,7 +89,7 @@ constexpr cast from void* P2738R1 - 14 + 14 __cpp_constexpr >= 202306L @@ -139,7 +139,7 @@ Disallow binding a returned reference to a temporary P2748R5 - 14 + 14 @@ -181,7 +181,7 @@ Trivial infinite loops are not undefined behavior P2809R3 (DR) - No + 14