From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id CF4A83857C53; Mon, 10 Aug 2020 04:00:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CF4A83857C53 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. bcb7bb80fa2eeba28eb09845b0586950733d2fbb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a73981bfb389142eb9563524c8023c524dce36c3 X-Git-Newrev: bcb7bb80fa2eeba28eb09845b0586950733d2fbb Message-Id: <20200810040042.CF4A83857C53@sourceware.org> Date: Mon, 10 Aug 2020 04:00:42 +0000 (GMT) From: Martin Liska 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 04:00:42 -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 bcb7bb80fa2eeba28eb09845b0586950733d2fbb (commit) from a73981bfb389142eb9563524c8023c524dce36c3 (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 bcb7bb80fa2eeba28eb09845b0586950733d2fbb Author: Martin Liska Date: Mon Aug 10 06:00:33 2020 +0200 Fix 2 typos. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 3bf79889..eb6687fa 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -80,7 +80,7 @@ a work-in-progress.

lastprivate with conditional modifier, if clause with simd and cancel modifiers, target data without map clause, - and limitted support for the requires construct. + and limited support for the requires construct. @@ -112,7 +112,7 @@ a work-in-progress.

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