From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43899 invoked by alias); 23 Jan 2020 10:00:56 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 43787 invoked by uid 10089); 23 Jan 2020 10:00:52 -0000 Date: Thu, 23 Jan 2020 10:00:00 -0000 Message-ID: <20200123100052.43783.qmail@sourceware.org> From: msebor@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. a3bcd42bc345f3f1f45f93a3c95b954c9868586f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 26243d7b0213edbfba25c5fb2ae09103e55609d5 X-Git-Newrev: a3bcd42bc345f3f1f45f93a3c95b954c9868586f X-SW-Source: 2020/txt/msg00065.txt 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 a3bcd42bc345f3f1f45f93a3c95b954c9868586f (commit) from 26243d7b0213edbfba25c5fb2ae09103e55609d5 (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 a3bcd42bc345f3f1f45f93a3c95b954c9868586f Author: Martin Sebor Date: Thu Jan 23 11:00:06 2020 +0100 Correct errors pointed out by validator.w3.org. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index fb1b108..6e75215 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -119,12 +119,14 @@ a work-in-progress.

  • New attributes:
      - The access function and type attribute has been added - to describe how a function accesses objects passed to it by pointer - or reference, and to associate such arguments with integer arguments - denoting the objects' sizes. The attribute is used to enable - the detection of invalid accesses by user-defined functions, such - as those diagnosed by -Wstringop-overflow. +
    • + The access function and type attribute has been added + to describe how a function accesses objects passed to it by pointer + or reference, and to associate such arguments with integer arguments + denoting the objects' sizes. The attribute is used to enable + the detection of invalid accesses by user-defined functions, such + as those diagnosed by -Wstringop-overflow. +
  • New warnings: @@ -254,18 +256,19 @@ a work-in-progress.

  • New warnings:
      -
    • -Wmismatched-tags, +
    • -Wmismatched-tags, disabled by default, warns about declarations of structs, classes, and class templates and their specializations with a class-key that does not match either the definition or the first declaration if no definition is provided. The option is provided to ease portability to Windows-based compilers.
    • -
    • -Wredundant-tags, +
    • -Wredundant-tags, disabled by default, warns about redundant class-key and enum-key in contexts where the key can be eliminated without causing an syntactic ambiguity.
    • +
  • G++ can now detect modifying constant objects in constexpr evaluation (which is undefined behavior). ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) hooks/post-receive -- gcc-wwwdocs