From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id D7A2E385840E; Wed, 29 Nov 2023 22:40:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D7A2E385840E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701297608; bh=rnV0m9mfvLRwH28C1P+d2PgG4hNcYEaSuR9DeRlADyA=; h=To:Subject:Date:From:From; b=UV7EU4CmS+hLlKlGBgJIL5zp1dItAL/ItMaDHB4SyqxVUB7qRS8dR2fSbK3wW6Gem LQOXWcSrLDxG27QfuJG3LFtZ6+uDy57pT0eYxfIfXXqCllId2fZwSMve6WLpk07I1+ /wxpFF6YzHvl6Dnqf/mnnyK1yM75VTl9juXqRYwk= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 66b119710b80b6588cc1702174c5abd84153e422 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d62be3549ac025689f8a8ca789756d6d671a6349 X-Git-Newrev: 66b119710b80b6588cc1702174c5abd84153e422 Message-Id: <20231129224008.D7A2E385840E@sourceware.org> Date: Wed, 29 Nov 2023 22:40:08 +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 66b119710b80b6588cc1702174c5abd84153e422 (commit) from d62be3549ac025689f8a8ca789756d6d671a6349 (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 66b119710b80b6588cc1702174c5abd84153e422 Author: Marek Polacek Date: Wed Nov 29 17:39:48 2023 -0500 cxx-status: P2280 implemented in GCC 14 diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index c49c13e9..e7779324 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -134,6 +134,14 @@ a work-in-progress.

+
  • Several C++23 features have been implemented: +
      +
    • P2280R4, Using unknown + references in constant expressions + (PR106650) +
    • +
    +
  • Runtime Library (libstdc++)

    diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 4dfb3593..86c8b3de 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -396,7 +396,7 @@ Using unknown references in constant expressions P2280R4 - No + 14 ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 8 ++++++++ htdocs/projects/cxx-status.html | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs