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 0B4DB3857C4B; Mon, 15 Aug 2022 11:15:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0B4DB3857C4B 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,238,1654588800"; d="scan'208";a="84036718" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 15 Aug 2022 03:15:44 -0800 IronPort-SDR: Va58j5kOSJne08fk2hgm1j4Ni/W5cnbT3UuchA7tlJagMRsqMXo5p8iCffBEvWqGMl3HlMPlp6 BpGNbrGYF56Bqx50332a1UB/G/HYPBIxDSwZkrAauhMkG4lUa87EoIHi1YOdLvc6ocI7g9BYAg hZekUa8Kr71Zjl+ghPXahkgAB5aLUKISYEHO2b00d0nkdLIocfqv29Ez8vgIRdyxfNb+YR7Dzx 52LDilUgsiwJQDZeYfjo/EejrS0Bl2xg3xGr7+4dlvLeULDvNLjEGL+J8UOJxvH6OGIBtIAvKG n88= Message-ID: Date: Mon, 15 Aug 2022 19:15:37 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [PATCH, OpenMP, Fortran] requires unified_shared_memory 2/2: insert USM allocators into libgfortran Content-Language: en-US From: Chung-Lin Tang To: gcc-patches , Fortran List , Tobias Burnus , Andrew Stubbs , Catherine Moore , Jakub Jelinek References: <81de6e4c-b8e1-9bdd-f84d-18a0c0b9806f@codesourcery.com> In-Reply-To: <81de6e4c-b8e1-9bdd-f84d-18a0c0b9806f@codesourcery.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-ClientProxiedBy: svr-orw-mbx-15.mgc.mentorg.com (147.34.90.215) To svr-orw-mbx-10.mgc.mentorg.com (147.34.90.210) X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_MANYTO, NICE_REPLY_A, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: fortran@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Fortran mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2022 11:15:46 -0000 On 2022/8/15 7:06 PM, Chung-Lin Tang wrote: > > I know this is a big pile of yarn wrt how the main program/libgomp/libgfortran interacts, but it's > finally working. Again tested without regressions. Preparing to commit to devel/omp/gcc-12, and seeking > approval for mainline when the requires patches are in. Just realized that I don't have the new testcases added in this patch. Will supplement them later :P Thanks, Chung-Lin