From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2119) id 95C123972445; Tue, 15 Sep 2020 17:00:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 95C123972445 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 0c134f804896b2a57f1b074bf4f6c14b6ae57045 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 081a380b5e869dfb38bd2cda860d1400296df286 X-Git-Newrev: 0c134f804896b2a57f1b074bf4f6c14b6ae57045 Message-Id: <20200915170030.95C123972445@sourceware.org> Date: Tue, 15 Sep 2020 17:00:30 +0000 (GMT) From: Jeff Law 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: Tue, 15 Sep 2020 17:00:30 -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 0c134f804896b2a57f1b074bf4f6c14b6ae57045 (commit) from 081a380b5e869dfb38bd2cda860d1400296df286 (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 0c134f804896b2a57f1b074bf4f6c14b6ae57045 Author: Jeff Law Date: Tue Sep 15 11:00:18 2020 -0600 Fix various validation issues diff --git a/htdocs/gcc-11/porting_to.html b/htdocs/gcc-11/porting_to.html index ee7e91d8..1e27064c 100644 --- a/htdocs/gcc-11/porting_to.html +++ b/htdocs/gcc-11/porting_to.html @@ -66,19 +66,19 @@ than the other, so it's ambiguous.

The new behavior can be disabled independently of other C++17 features with -fno-new-ttp-matching.

-

Ordered pointer comparison with integer

+

Ordered pointer comparison with integer

GCC 11 now issues a diagnostic for ordered comparisons of pointers against constant integers. Commonly this is an ordered comparison against NULL or 0. These should be equality comparisons, not ordered comparisons.

-

Dynamic Exception Specifications

GCC 11 defaults to C++17 which does not allow dynamic exception specifications.

-

Comparison Functions

GCC 11 now enforces that comparison objects be invocable as const. ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/porting_to.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs