From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 7DA043858D20 for ; Fri, 2 Dec 2022 16:51:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7DA043858D20 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.96,212,1665475200"; d="scan'208";a="88825449" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 02 Dec 2022 08:51:45 -0800 IronPort-SDR: r1AZeW5h3nXJMp1hVmkZpr3YRwvj9NziAb4Ahb2dgJohr/VruRMrnBVLxaPb/dP0EUPhblowvI K+rDaqVQ7Q/yHyQqS5FqAzwbRSWLPiM7aIrZ/eMZzLyA7eNfMxgjH4Jv5Y5AdPTRapux08XQJS OJ8yz0hOO0MJOIm7O7Qdt0bf/N0r7HYlHl8795AD5FR0iK82vnQPbNEXioRm7BemZf14WX1zgq R0ORS3mVGJAm9R5ceNyPW+AN9ZcTMtNeBg5ZeZHmFMWCXL1a5zHVQfRCt+cdS4Q2KaZexy3scz KnA= Message-ID: Date: Fri, 2 Dec 2022 16:51:03 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 To: References: <70e3252c-d1e3-822c-2bdb-67c482555d1e@codesourcery.com> Subject: Re: [PATCH][OG12] amdgcn: Support AMD-specific 'isa' and 'arch' traits in OpenMP context selectors CC: gcc-patches From: Kwok Cheung Yeung In-Reply-To: <70e3252c-d1e3-822c-2bdb-67c482555d1e@codesourcery.com> 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-13.mgc.mentorg.com (139.181.222.13) To svr-ies-mbx-12.mgc.mentorg.com (139.181.222.12) X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,KAM_SHORT,NICE_REPLY_A,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,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: > So this is the OG12-specific part (including metadirective and dynamic > context selectors) of the previous patch. > > Once https://gcc.gnu.org/r13-4446-ge41b243302e996 is backported, is it > OK for OG12? Looks good to me, thanks! Kwok