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 37D80385843D for ; Tue, 13 Sep 2022 11:36:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 37D80385843D 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.93,312,1654588800"; d="scan'208";a="85668729" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 13 Sep 2022 03:36:24 -0800 IronPort-SDR: Kk7iQT9M7Oa69Yu9l8L9IRowE0Gat8JkHiP5P++5Aja1OVxC8ihiF/C9uEZx2OhJPT4vkCnHuz fr0reQlsqaVPiUffUEJkVQOUzHhN0cUk/GDjwtPZTWNtMeEU4NIGFRPvO3QzfkKUvVQFh8Nsra cDZUmt7E+OZ5sTyGNv/CQkURK59nrABET19UHijXqMqvjN8uH7qm6+LMPpWikSqCo2olfzuztV 3g6/9bfTS1ACjyF6EPiXJJ4dyvjdxpYrbWiT4z9K5UMLId0i0mI8F4Tw8EBXmN9X94cvAaNjyd Mmo= Message-ID: Date: Tue, 13 Sep 2022 12:36:04 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [OG12][PATCH] openmp: Fix handling of target constructs in static member Content-Language: en-GB To: Paul-Antoine Arras , References: <62eb3792-62f6-7ebf-aa41-01d03287b573@mentor.com> From: Andrew Stubbs In-Reply-To: <62eb3792-62f6-7ebf-aa41-01d03287b573@mentor.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-07.mgc.mentorg.com (139.181.222.7) To svr-ies-mbx-11.mgc.mentorg.com (139.181.222.11) X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,KAM_SHORT,NICE_REPLY_A,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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 13/09/2022 12:03, Paul-Antoine Arras wrote: > Hello, > > This patch intends to backport e90af965e5c by Jakub Jelinek to > devel/omp/gcc-12. > The original patch was described here: > https://gcc.gnu.org/pipermail/gcc-patches/2022-September/601189.html I've merged and committed it for you. Andrew