From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 025D3385840D; Sat, 20 Nov 2021 17:07:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 025D3385840D To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 624ac352eb45ca54c934dcdc44f157f591e67122 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f3c71720ba8ec2a5b44f038d0dd649037bffadf4 X-Git-Newrev: 624ac352eb45ca54c934dcdc44f157f591e67122 Message-Id: <20211120170728.025D3385840D@sourceware.org> Date: Sat, 20 Nov 2021 17:07:27 +0000 (GMT) From: Marek Polacek X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2021 17:07:28 -0000 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 624ac352eb45ca54c934dcdc44f157f591e67122 (commit) from f3c71720ba8ec2a5b44f038d0dd649037bffadf4 (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 624ac352eb45ca54c934dcdc44f157f591e67122 Author: Marek Polacek Date: Sat Nov 20 12:06:40 2021 -0500 gcc-12/changes.html: Document new C++ features in GCC 12 diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 5f0214bd..43fc5bc0 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -166,6 +166,11 @@ a work-in-progress.

  • Several C++23 features have been implemented:
    • P1938R3, if consteval
    • +
    • P0849R8, auto(x): decay-copy in the language
    • +
    • P2242R3, Non-literal variables (and labels and gotos) in constexpr functions
    • +
    • P2334R1, Support for preprocessing directives elifdef and + elifndef
    • +
    • P2360R0, Extend init-statement to allow alias-declaration
    • DR 2397, auto specifier for pointers and references to arrays
  • @@ -175,6 +180,8 @@ a work-in-progress.

  • DR 2397, auto specifier for pointers and references to arrays
  • +
  • -Wuninitialized warns about using uninitialized variables in + member initializer lists
  • Runtime Library (libstdc++)

    ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 7 +++++++ 1 file changed, 7 insertions(+) hooks/post-receive -- gcc-wwwdocs