From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id DA8F9385701E for ; Fri, 13 Aug 2021 14:37:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DA8F9385701E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: BdiKhnffkQuXp5Cjbs8AVOP8cXraHofNY2Jnlj4oeHKHEI56XFuatGK0eF1zNlyySmqj2zMV0n ms/uYBmi1YVnOftsPiLNX3kPs//B/cK6ar4tzGff4eqTullEbnrGkhcs5dzjqFcKx3pMAhvO+O k5zYw80ANNJiuZSKlS31hFlTyO9NY5TIm1glojmL1ecxWpOhkJGLSx8jni3n2ResKRvQbZFfW1 KwRoY0+y+dyPZ8pZDylaN2OJ8BJiyMLvbgWfaxFKGxvXybH0uWVAeXTXxYzfw1ItyNGcCyzkPx 4Y2nO7ibi9oG/riuMF81LKkV X-IronPort-AV: E=Sophos;i="5.84,319,1620720000"; d="diff'?scan'208";a="64623582" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 13 Aug 2021 06:37:58 -0800 IronPort-SDR: N/AcYUDEATf8ROGTId9kZ3asI2kDIMxc4Pgfh1d8D8djLhG+LlDg6KuHI6B42KU9NguW6Mnt4G 55zrHn01ty4dY9c6W6s4Uc46579cRWXOxCq+bsi9EooyBr5AwSyThqSnJC7ws8ISz3X78+JIHj kBRRjKwspV0ifHq/qXL+JTElP79Ex0+FK1hjcSPI+G7eRkDuA4p6Ww804o0+2BL+UB1y9K/iJ4 huz4J979I/yivO52+VlP6LexsNwMx25LizLWPl+ABbdNwLLNqaOC8hZ4PCNrj7kE0y4hLTcBKR anI= To: gcc-patches , Gerald Pfeifer , Jakub Jelinek From: Tobias Burnus Subject: [wwwdocs] gcc-12/changes.html: OpenMP - mention masked support Message-ID: Date: Fri, 13 Aug 2021 16:37:52 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------AA0F669E5AE5AEFA3CB22A21" Content-Language: en-US X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-06.mgc.mentorg.com (139.181.222.6) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-11.6 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2021 14:38:00 -0000 --------------AA0F669E5AE5AEFA3CB22A21 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: quoted-printable Update the OpenMP section again, now that Jakub has added the 'masked' cons= truct. Comments? Tobias ----------------- Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstra=C3=9Fe 201= , 80634 M=C3=BCnchen; Gesellschaft mit beschr=C3=A4nkter Haftung; Gesch=C3= =A4ftsf=C3=BChrer: Thomas Heurung, Frank Th=C3=BCrauf; Sitz der Gesellschaf= t: M=C3=BCnchen; Registergericht M=C3=BCnchen, HRB 106955 --------------AA0F669E5AE5AEFA3CB22A21 Content-Type: text/x-patch; charset="UTF-8"; name="wwwdocs-omp-masked.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="wwwdocs-omp-masked.diff" gcc-12/changes.html: OpenMP - mention masked support diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index a8859882..a58618cc 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -57,8 +57,10 @@ a work-in-progress.

clause, defaultmap has been updated for OpenMP 5.0, and the loop directive and combined directives involving master directive have been added. Additionally, - support for expressing OpenMP directives as C++ 11 attributes has been - added, which is an OpenMP 5.1 feature. + the following OpenMP 5.1 feature have been added: support for expressing + OpenMP directives as C++ 11 attributes, the masked construct, + and using primary with the proc_bind clause and + OMP_PROC_BIND environment variable.
  • The new warning flag -Wopenacc-parallelism was added for OpenACC. It warns about potentially suboptimal choices related to --------------AA0F669E5AE5AEFA3CB22A21--