From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 578AA3983C03 for ; Wed, 23 Jun 2021 09:53:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 578AA3983C03 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: u7zsfvrbakTje/ElghZGKI+E4Bi7LkB5mk+IcjBwPiSeZZjYG+j761BY08U3MxS3OY/QAZOwAS HwUq9XR76XKAtuvTXWsfR6T+4u+StHwzPHvwdlKWq7kvn4q3EVTluaiwzE9XE47W+Q+x/3KwW3 QjnC2yX+PwW7TTyn13e98Xs8+KOanUpNXFxxb2exD6k3SpaGme7vHM/6OCC/aEGdqCMjgVFH65 vrU8+iLmakT+DxRzuTRyxEjUM2W7LyG16BdpOo0lUNXvLXUbfa+HwxS+HkTqBfG6nj6HP7YaoF PGM= X-IronPort-AV: E=Sophos;i="5.83,293,1616486400"; d="diff'?scan'208";a="65145635" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 23 Jun 2021 01:53:51 -0800 IronPort-SDR: Jgw9mHtBQHHiNsz36MIm0wLkb+PV7h5nJNt+ISKBJAtVhGqtY1wLcm9LVwS0N8JBw2S3LwSelY +d8h8r3JlSpRbD5tOspK469SY2x/rKzdBemGT9VYYhVmjG76zrhMgtOGa7Tw781HWxzLU6x1Wb gXbM4W54pRl1ueg9OPXoTbPuc5TLs1XrxH8WC4bXexoxVTJU7CVnbmH8MbqqqDchuqCGOTHRy9 q3ywa0hMclKNt3EqxIt9KCQtQCNQUalT/bj6fvTd2kh0aSXM4pNm+sKfj0HL2BedEWPcywRJzL bsg= To: gcc-patches , Gerald Pfeifer , Jakub Jelinek , Andrew Stubbs From: Tobias Burnus Subject: [wwwdocs] gcc-12/changes.html: OpenMP + GCN update Message-ID: Date: Wed, 23 Jun 2021 11:53:44 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------7E79EA837CBA5C84CBFC4872" Content-Language: en-US X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-07.mgc.mentorg.com (139.181.222.7) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-11.8 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.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Wed, 23 Jun 2021 09:53:53 -0000 --------------7E79EA837CBA5C84CBFC4872 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: quoted-printable Hi all, this patch updates OpenMP for the non-bug-fix commits which have been done in the last weeks. It also updates GCN. The change assumes that the just approved patch is committed ... Comments, thoughts, wording suggestions? Did I miss some commit/feature? Tobias ----------------- Mentor Graphics (Deutschland) GmbH, Arnulfstrasse 201, 80634 M=C3=BCnchen R= egistergericht M=C3=BCnchen HRB 106955, Gesch=C3=A4ftsf=C3=BChrer: Thomas H= eurung, Frank Th=C3=BCrauf --------------7E79EA837CBA5C84CBFC4872 Content-Type: text/x-patch; charset="UTF-8"; name="wwdocs.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="wwdocs.diff" gcc-12/changes.html: OpenMP + GCN update diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 07f70b8b..b854c4e6 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -49,10 +49,14 @@ a work-in-progress.

New Languages and Language specific improvements

    -
  • OpenMP 5.0 support for Fortran has been extended by the following features - which were available in C and C++ before: depobj - and mutexinoutset can now also be used with the - depend clause. +
  • OpenMP 5.0 support has been extended: The close map modifier + and the affinity clause are now supported and for Fortran + additionally the following features which were available in C and C++ + before: depobj, mutexinoutset and + iterator can now also be used with the depend + clause, defaultmap has been updated for OpenMP 5.0, and the + loop directive and combined directives + involving master directive have been added.
  • The new warning flag -Wopenacc-parallelism was added for OpenACC. It warns about potentially suboptimal choices related to @@ -97,14 +101,17 @@ a work-in-progress.

    +

    AMD Radeon (GCN)

    +
      +
    • Debug experience with ROCGDB has been improved.
    • +
    + - - --------------7E79EA837CBA5C84CBFC4872--