From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 5A9F13857838; Fri, 23 Oct 2020 19:27:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5A9F13857838 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 6b13750d77f036225b0d9bf67eb6025fb1c551c8 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d4566e22be1a0839218bb84cd89e44852fa3e3db X-Git-Newrev: 6b13750d77f036225b0d9bf67eb6025fb1c551c8 Message-Id: <20201023192740.5A9F13857838@sourceware.org> Date: Fri, 23 Oct 2020 19:27:40 +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, 23 Oct 2020 19:27:40 -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 6b13750d77f036225b0d9bf67eb6025fb1c551c8 (commit) from d4566e22be1a0839218bb84cd89e44852fa3e3db (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 6b13750d77f036225b0d9bf67eb6025fb1c551c8 Author: Marek Polacek Date: Fri Oct 23 15:27:17 2020 -0400 gcc-11/changes: Mention -Wsizeof-array-div. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index ac075966..dcb7b134 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -140,7 +140,18 @@ a work-in-progress.

- +

C family

+
    +
  • New warnings: +
      +
    • -Wsizeof-array-div, enabled by -Wall, warns + about divisions of two sizeof operators when the first one is applied + to an array and the divisor does not equal the size of the array + element. +
    • +
    +
  • +

C++

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