From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 14389385702F; Mon, 10 Aug 2020 17:58:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 14389385702F To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. ff469cb03433b10c7b4332b7f91951078111d9ae X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: bcb7bb80fa2eeba28eb09845b0586950733d2fbb X-Git-Newrev: ff469cb03433b10c7b4332b7f91951078111d9ae Message-Id: <20200810175837.14389385702F@sourceware.org> Date: Mon, 10 Aug 2020 17:58:37 +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, 10 Aug 2020 17:58:37 -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 ff469cb03433b10c7b4332b7f91951078111d9ae (commit) from bcb7bb80fa2eeba28eb09845b0586950733d2fbb (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 ff469cb03433b10c7b4332b7f91951078111d9ae Author: Marek Polacek Date: Mon Aug 10 13:58:22 2020 -0400 Fix the typo harder. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index eb6687fa..54c638dd 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -112,7 +112,7 @@ a work-in-progress.

  • G++ now performs better access checking in templates (PR41437).
  • -
  • reinterpret_castss in constexpr evaluation are now checked +
  • reinterpret_casts in constexpr evaluation are now checked more completely (PR95307).
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs