From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id BBDA73858D39; Wed, 10 Apr 2024 08:36:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BBDA73858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712738209; bh=UDiWGqcsanwqMToisLx9Y76R/ETPSCuplcT+6RjjpAA=; h=To:Subject:Date:From:From; b=aXl6mQkUQKG6fkD1SzYG02K7NWo42K1VOYdvUU8CM3DJrKWx/rnYriv2xjYFfdCub xHA1KIP7oYFI/gU+lRteZgC51oK2HsltEgA2RbzS1br4OfB7Ckf+oCJ3iYjZD7CfM3 anhRnwOTJmufsfd8DKnF/JZMLAwGZM6cihvCnmOs= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 408ef50eced845bc5a084bfac868686df74cbdcf X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 566266d8bfc8d26a667c11d497c46f637f442970 X-Git-Newrev: 408ef50eced845bc5a084bfac868686df74cbdcf Message-Id: <20240410083649.BBDA73858D39@sourceware.org> Date: Wed, 10 Apr 2024 08:36:49 +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 408ef50eced845bc5a084bfac868686df74cbdcf (commit) from 566266d8bfc8d26a667c11d497c46f637f442970 (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 408ef50eced845bc5a084bfac868686df74cbdcf Author: Jakub Jelinek Date: Wed Apr 10 10:36:35 2024 +0200 Update implemented C++26 papers. diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index ff69e859..a7ba9571 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -261,6 +261,14 @@ a work-in-progress.

  • P2864R2, Removing deprecated arithmetic conversion on enumerations
  • +
  • P2748R5, Disallow binding + a returned reference to a temporary + (PR114455) +
  • +
  • P2809R3, Trivial infinite + loops are not undefined behavior + (PR114462) +
  • Several C++23 features have been implemented: ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 8 ++++++++ 1 file changed, 8 insertions(+) hooks/post-receive -- gcc-wwwdocs