From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id B71D63858D32; Mon, 16 Jan 2023 23:41:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B71D63858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673912513; bh=rVL5E5gt/uFXHnO5ZswG6OCs8HKsFda43kj5wRESqqc=; h=To:Subject:Date:From:From; b=G8ZDkp8/PjIoYRxM9iITHHtM2UnMzFS214YotCPmvvRmxyCHLMGWXWQh5XyDU5TUp K0l5PrBOitCSCJSYeWwgl9h/jXZ/Qa6HFoc/2ykSVL6P5sMPb1B71Ixy9MZ0fSkPlG BAVedo1Thh10g6mgg6AAHk6pUTvTrDYK/K1ql6Bg= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. dcb59089cf4bd7f09f273d7b3f35c568b1d407fb X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: bfea0a7904c170d262ca4b18ae02b97d15625424 X-Git-Newrev: dcb59089cf4bd7f09f273d7b3f35c568b1d407fb Message-Id: <20230116234153.B71D63858D32@sourceware.org> Date: Mon, 16 Jan 2023 23:41:53 +0000 (GMT) From: Gerald Pfeifer List-Id: 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 dcb59089cf4bd7f09f273d7b3f35c568b1d407fb (commit) from bfea0a7904c170d262ca4b18ae02b97d15625424 (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 dcb59089cf4bd7f09f273d7b3f35c568b1d407fb Author: Gerald Pfeifer Date: Tue Jan 17 00:37:11 2023 +0100 gcc-12: Address grammaro in OpenMP section diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 1cefaf13..06c63c2f 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -162,7 +162,7 @@ You may also want to check out our master directive have been added.
  • The following OpenMP 5.1 features have been added: support for expressing OpenMP directives as C++ 11 attributes, the masked - and scope construct, the nothing and + and scope constructs, the nothing and error directives, and using primary with the proc_bind clause and OMP_PROC_BIND environment variable, the reproducible and unconstrained ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs