From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 3FE073858C74; Fri, 26 Aug 2022 12:54:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3FE073858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1661518457; bh=qJ6FcbyrvFVpSO70IsCYrUKSOWacLqRALUxVphTVkAI=; h=To:Subject:Date:From:From; b=gc4+xOkNv7mTpbp21Z9qacqzY8AqyGw/RdaKEqdNB2BOiezQpAa3MJu3Hss7yc1/w AljeD31qM3GUD7BsfLPc5ueBH+0K2IcC7mSf0sv7Ngd5RTYA96ED/yyluGK4Nt4Oq5 q5prtZO7dNVeLqVZK/EUIl3SdHUmRmohhtuijVz8= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 2a29c2483ed6bfb0ff81381a66a215c0d502a038 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 79ecba7b8825675779b228d3248139c5eb871c76 X-Git-Newrev: 2a29c2483ed6bfb0ff81381a66a215c0d502a038 Message-Id: <20220826125417.3FE073858C74@sourceware.org> Date: Fri, 26 Aug 2022 12:54:17 +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 2a29c2483ed6bfb0ff81381a66a215c0d502a038 (commit) from 79ecba7b8825675779b228d3248139c5eb871c76 (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 2a29c2483ed6bfb0ff81381a66a215c0d502a038 Author: Marek Polacek Date: Fri Aug 26 08:53:54 2022 -0400 gcc-13/changes: P2071R2 is now implemented diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index e3f2ee44..d938eb96 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -112,6 +112,10 @@ a work-in-progress.

  • P2290R3, Delimited escape sequences (PR106645)
  • +
  • P2071R2, Named universal character + escapes + (PR106648) +
  • The -Wpessimizing-move and -Wredundant-move ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 4 ++++ 1 file changed, 4 insertions(+) hooks/post-receive -- gcc-wwwdocs