From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 821663844079; Fri, 3 Jul 2020 18:14:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 821663844079 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. c325a1addc0fc612a9db218be6abb41b2052a447 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: e6e929c4fc442cb3417464cee75e8954cb7c86c3 X-Git-Newrev: c325a1addc0fc612a9db218be6abb41b2052a447 Message-Id: <20200703181448.821663844079@sourceware.org> Date: Fri, 3 Jul 2020 18:14:48 +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: Fri, 03 Jul 2020 18:14:48 -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 c325a1addc0fc612a9db218be6abb41b2052a447 (commit) from e6e929c4fc442cb3417464cee75e8954cb7c86c3 (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 c325a1addc0fc612a9db218be6abb41b2052a447 Author: Marek Polacek Date: Fri Jul 3 14:14:34 2020 -0400 gcc-11/changes:: Document new C++ stuff. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index cea01a9c..287dc864 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -76,12 +76,21 @@ a work-in-progress.

C++

  • The default mode has been changed to -std=gnu++17.
  • +
  • Several C++20 features have been implemented: +
      +
    • the compiler now supports consteval virtual functions
    • +
    • P2082R1, Fixing CTAD for aggregates
    • +
    +
  • Several C++ Defect Reports have been resolved, e.g.: -
      -
    • DR 1512, Pointer comparison vs qualification conversions
    • -
    • DR 2289, Uniqueness of decomposition declaration names
    • -
    • DR 2237, Can a template-id name a constructor?
    • -
    +
      +
    • DR 1512, Pointer comparison vs qualification conversions
    • +
    • DR 2289, Uniqueness of decomposition declaration names
    • +
    • DR 2237, Can a template-id name a constructor?
    • +
    +
  • +
  • G++ now performs better access checking in templates + (PR41437).
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) hooks/post-receive -- gcc-wwwdocs