From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 53C5E3858C62; Thu, 30 Nov 2023 14:49:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 53C5E3858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701355798; bh=sRJqHxYhPX5jKS4NW2cP/gEO/tJWrBVt2LOBlcRPJOQ=; h=To:Subject:Date:From:From; b=eQzoUTmxHGDRBUWx0dmxOIdXFsPAfng1KuRHQuiIEc0aZtep4t7yT4rO2q/6WealJ CiuYdlssCjNvR129Z1j8RC5TBM3IzCSshfB3UQoM/bLAth3bdS3+mE0V/O68QxwHnP 4ApRqKYGukkKiq9ajkN+tHH8eiciddZgRODoLTS0= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 4304a8b720b1e605a47e2da4c5a0ad21e3f05dec X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9aea190360805acf14a2296ea29541addbe92735 X-Git-Newrev: 4304a8b720b1e605a47e2da4c5a0ad21e3f05dec Message-Id: <20231130144958.53C5E3858C62@sourceware.org> Date: Thu, 30 Nov 2023 14:49:58 +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 4304a8b720b1e605a47e2da4c5a0ad21e3f05dec (commit) from 9aea190360805acf14a2296ea29541addbe92735 (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 4304a8b720b1e605a47e2da4c5a0ad21e3f05dec Author: Marek Polacek Date: Thu Nov 30 09:48:36 2023 -0500 changes.html: Update C++ news for GCC 14 diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index e7779324..5a453437 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -129,12 +129,32 @@ a work-in-progress.

  • Several C++26 features have been implemented:
  • -
  • Several C++23 features have been implemented: +
  • A C++23 feature has been implemented:
    • P2280R4, Using unknown references in constant expressions @@ -142,6 +162,16 @@ a work-in-progress.

  • +
  • Several C++ Defect Reports have been resolved, e.g.: +
      +
    • DR 976, + Deduction for const T& conversion operators
    • +
    • DR 2406, + [[fallthrough]] attribute and iteration statements
    • +
    • DR 2543, + constinit and optimized dynamic initialization
    • +
    +

Runtime Library (libstdc++)

----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs