From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 4C35D3856967; Thu, 25 Aug 2022 22:13:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C35D3856967 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1661465601; bh=dzGo6G2FR6g+jhkFsbPCxgO5jX0YYz8fATw0kgUKr+8=; h=To:Subject:Date:From:From; b=fmy6qJncoUBgKXxjS/Gt5be3jIrgosMZcRB5sohXAfX8/4oZlN82VYk9Cy4uVr22g sU2QzVNkCyJlCtn5Ez52M/Unx8VI2U2Ecm4cQEGAFYJfCbTaf3w83VDD88041t3Ykc 0ftyC5X6Xwotzz21vH9um1BTcQgO3d9B+84QPrzU= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 54b8bcfe7c65290942c5fccd89edd658b97774af X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 66aef1c19c8c032d24c72c8023eed74d657a9abb X-Git-Newrev: 54b8bcfe7c65290942c5fccd89edd658b97774af Message-Id: <20220825221321.4C35D3856967@sourceware.org> Date: Thu, 25 Aug 2022 22:13:21 +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 54b8bcfe7c65290942c5fccd89edd658b97774af (commit) from 66aef1c19c8c032d24c72c8023eed74d657a9abb (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 54b8bcfe7c65290942c5fccd89edd658b97774af Author: Marek Polacek Date: Thu Aug 25 18:12:15 2022 -0400 gcc-13/changes: Update with recent C23 and C++23 proposals diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 03a77276..c58ca1d4 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -73,6 +73,13 @@ a work-in-progress.

C

    +
  • Several C23 features have been implemented: +
      +
    • N3042, + Introduce the nullptr constant
    • +
    • Support for empty initializer braces
    • +
    +
  • New warnings:
    • -Wenum-int-mismatch warns about mismatches between an @@ -93,8 +100,20 @@ a work-in-progress.

      reference binding to temporary (PR104477)
    • +
    • P2327R1, De-deprecating volatile + compound operations +
    • +
    • P2437R1, Support for + #warning + (PR106646) +
    • +
    • P2290R3, Delimited escape sequences + (PR106645) +
  • +
  • The -Wpessimizing-move and -Wredundant-move + warnings have been extended to warn in more contexts.
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) hooks/post-receive -- gcc-wwwdocs