From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 54AB73870C32; Tue, 5 Dec 2023 00:49:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 54AB73870C32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701737352; bh=baONZ+NkaRAS7Lu1BGseDUk9M+uz7C1uyw8GsLzkzts=; h=To:Subject:Date:From:From; b=er8heMWit+HXYj9R7eFc798aj5RPJh1YNX7DRamLe/oc8Ky4hl8y0XS4vkSjMKouG Nz206gtlrKrCvM/N9SUhxVNUL0rrZryiJOkyZZv0jkYUg6xfaYGbgCSr7QMO3LuFnP XykR2apvQmuSHrMFYNtvSEi558D5MNat6KyYc0Ho= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 3d6cf1b5360cbc3d140cb69ad1f90f34f3fb9086 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 62f7da890d27e228775c0dda66a2c5eaad5c5051 X-Git-Newrev: 3d6cf1b5360cbc3d140cb69ad1f90f34f3fb9086 Message-Id: <20231205004912.54AB73870C32@sourceware.org> Date: Tue, 5 Dec 2023 00:49:12 +0000 (GMT) From: Marek Polacek 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 3d6cf1b5360cbc3d140cb69ad1f90f34f3fb9086 (commit) from 62f7da890d27e228775c0dda66a2c5eaad5c5051 (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 3d6cf1b5360cbc3d140cb69ad1f90f34f3fb9086 Author: Marek Polacek Date: Mon Dec 4 19:48:39 2023 -0500 cxx-status: P2564R3 implemented in GCC 14 diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 5a453437..3431d397 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -160,6 +160,10 @@ a work-in-progress.

references in constant expressions (PR106650) +
  • P2564R3, + consteval needs to propagate up + (PR107687) +
  • Several C++ Defect Reports have been resolved, e.g.: diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index f8f4db20..c8515129 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -476,7 +476,7 @@ DR: consteval needs to propagate up P2564R3 - No + 14 __cpp_consteval >= 202211L ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 4 ++++ htdocs/projects/cxx-status.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs