From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 5855A3858D33 for ; Mon, 16 Jan 2023 23:42:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5855A3858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 18A7333EFF; Mon, 16 Jan 2023 18:42:26 -0500 (EST) Received: from [192.168.1.80] (188-23-63-236.adsl.highway.telekom.at [188.23.63.236]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 5F1D933F1E; Mon, 16 Jan 2023 18:42:25 -0500 (EST) Date: Tue, 17 Jan 2023 00:42:06 +0100 (CET) From: Gerald Pfeifer To: Tobias Burnus cc: gcc-patches , Jakub Jelinek Subject: Re: [wwwdocs] gcc-12/changes.html: OpenMP - mention masked support In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII X-Scanned-By: mailmunge 3.10 on 209.68.5.143 X-Spam-Status: No, score=-9.2 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Fri, 13 Aug 2021, Tobias Burnus wrote: > Update the OpenMP section again, now that Jakub has added the 'masked' > construct. > > Comments? Just a little follow-up change that I pushed; see below. Ger "blast from the past" ald 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