From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 1F0E1386F03C; Tue, 10 Nov 2020 20:18:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1F0E1386F03C To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 3ecf83c60b4c021716bc6c981a7f9acdf8fd0261 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7dbbae5e3c469f89775eb104f0ad5bdb1a91fab9 X-Git-Newrev: 3ecf83c60b4c021716bc6c981a7f9acdf8fd0261 Message-Id: <20201110201814.1F0E1386F03C@sourceware.org> Date: Tue, 10 Nov 2020 20:18:14 +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: Tue, 10 Nov 2020 20:18:14 -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 3ecf83c60b4c021716bc6c981a7f9acdf8fd0261 (commit) from 7dbbae5e3c469f89775eb104f0ad5bdb1a91fab9 (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 3ecf83c60b4c021716bc6c981a7f9acdf8fd0261 Author: Marek Polacek Date: Tue Nov 10 15:17:42 2020 -0500 gcc-11/changes: Document C++ static_assert improvements. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 0fce64cd..d7a3a1f9 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -186,6 +186,11 @@ a work-in-progress.

(PR41437).
  • reinterpret_casts in constexpr evaluation are now checked more completely (PR95307).
  • +
  • The diagnostic for static_assert has been improved: the + compiler now shows the expression including its template arguments (if + there were any), and can point to the failing clause if the condition + comprised of any logical AND operators + (PR97518).
  • New warnings:
    • -Wctad-maybe-unsupported, disabled by default, warns ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 5 +++++ 1 file changed, 5 insertions(+) hooks/post-receive -- gcc-wwwdocs