From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 221883861896; Mon, 21 Sep 2020 22:12:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 221883861896 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 5a65351ae3c4af5f2e728f609f3c30e80b256d5b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6745c5fd6635786b389264e1359094016b447d80 X-Git-Newrev: 5a65351ae3c4af5f2e728f609f3c30e80b256d5b Message-Id: <20200921221252.221883861896@sourceware.org> Date: Mon, 21 Sep 2020 22:12:52 +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: Mon, 21 Sep 2020 22:12:52 -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 5a65351ae3c4af5f2e728f609f3c30e80b256d5b (commit) from 6745c5fd6635786b389264e1359094016b447d80 (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 5a65351ae3c4af5f2e728f609f3c30e80b256d5b Author: Marek Polacek Date: Mon Sep 21 18:12:18 2020 -0400 gcc-11/changes: Mention -Wctad-maybe-unsupported. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 9239cf12..aec043aa 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -17,11 +17,9 @@

This page is a "brief" summary of some of the huge number of improvements in GCC 11. -

Note: GCC 11 has not been released yet, so this document is @@ -126,6 +124,14 @@ a work-in-progress.

(PR41437).
  • reinterpret_casts in constexpr evaluation are now checked more completely (PR95307).
  • +
  • New warnings: +
      +
    • -Wctad-maybe-unsupported, disabled by default, warns + about performing class template argument deduction on a type with no + deduction guides. +
    • +
    +
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs