From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 9D7753858C5F for ; Thu, 9 Feb 2023 21:18:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9D7753858C5F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.97,284,1669104000"; d="scan'208";a="96402806" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 09 Feb 2023 13:18:47 -0800 IronPort-SDR: X0P56tbmCB8RRkUVTiOWeynr4aj3qaNRSI+GW7/Ft/TDjQvLr42Gr8eRAf4gMiG9ml8erQxIXQ iXsJxngf+3SsZmr9MyXMZiXDTJTJhp6Gcq7U9Lqx5vLPS6TEV7d0dnRh1loF725RAgZYSh4aUb HzW98+CAHywyLYRyHBuQc4LGiqk4hT2zyQoqVZmcvIOMntmn1vbmd9MvIRuOe1KcCFa6Y3R0Gh cz8YXLnyxDK9YaHLTi4lv3GBJmKorn+PSgOFUwduD5No8OIF+8MDpA0neEBM66xRVVRZ4P0Y24 ZgE= Message-ID: <049a4654-2596-1913-20fc-1aeea48eb3ec@codesourcery.com> Date: Thu, 9 Feb 2023 21:17:44 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2 From: Kwok Cheung Yeung Subject: [OG12][committed] openmp: Add support for the 'present' modifier To: gcc-patches Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-11.mgc.mentorg.com (139.181.222.11) To svr-ies-mbx-12.mgc.mentorg.com (139.181.222.12) X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hello I've ported my patch for supporting the OpenMP 5.1 'present' modifier and committed it to the devel/omp/gcc-12 development branch: 229b705862c openmp: Add support for the 'present' modifier Tested with offloading on amdgcn and nvptx. Kwok