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 510B63894C26 for ; Mon, 20 Feb 2023 09:50:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 510B63894C26 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,312,1669104000"; d="scan'208";a="97560614" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa4.mentor.iphmx.com with ESMTP; 20 Feb 2023 01:34:47 -0800 IronPort-SDR: mWxRXS5bsUuuZlD4jgBsE1MK7dhz8Srz+1pidDGzSI0keA6RSqA0ONCWO20VxyGY5qvjfGCP7l X3ohAi3gqPydy4HUnfIlB0YaLd1AENvfLjHfrNqamwKNtndC3UqNAVQPslP8OkIvyP5+qGOORR aFDK6nMIGYrDEWXwa2OJyHKHDN3QvOWsKFUfQShUuxaUqGsxlY3LwwhwJc69XjllStZ5TgWUXt mTzSaBCSTcveEk1lJYCxJGsnnEnR2V1hoiVavHHPbE9AtGfafqnqdekkuQhtBfL19YzjMbPUrc y/o= Message-ID: <40311cae-13d5-e3a0-5500-5c35f82b306d@codesourcery.com> Date: Mon, 20 Feb 2023 09:34:42 +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 Subject: Re: [og12] Un-break nvptx libgomp build (was: [OG12][committed] amdgcn: OpenMP low-latency allocator) Content-Language: en-GB To: Thomas Schwinge , References: <5eaeddf5-317a-4574-868b-87999bb6af33@codesourcery.com> <87zg9dxqlp.fsf@euler.schwinge.homeip.net> From: Andrew Stubbs In-Reply-To: <87zg9dxqlp.fsf@euler.schwinge.homeip.net> 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-11.mgc.mentorg.com (139.181.222.11) X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,NICE_REPLY_A,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: On 16/02/2023 21:11, Thomas Schwinge wrote: >> --- /dev/null >> +++ b/libgomp/basic-allocator.c > >> +#ifndef BASIC_ALLOC_YIELD >> +#deine BASIC_ALLOC_YIELD >> +#endif > > In file included from [...]/libgomp/config/nvptx/allocator.c:49: > [...]/libgomp/config/nvptx/../../basic-allocator.c:52:2: error: invalid preprocessing directive #deine; did you mean #define? > 52 | #deine BASIC_ALLOC_YIELD > | ^~~~~ > | define > > Yes, indeed. > > I've pushed to devel/omp/gcc-12 branch > commit 6cc0e7bebf1b3ad6aacf75419e7f06942409f90c > "Un-break nvptx libgomp build", see attached. Oops, thanks Thomas. Andrew