From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id B29733858D34; Sat, 18 Sep 2021 04:51:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B29733858D34 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id C7F1833E9A; Sat, 18 Sep 2021 00:51:28 -0400 (EDT) Received: from [192.168.1.88] (unknown [154.236.181.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id DF76A33E98; Sat, 18 Sep 2021 00:51:26 -0400 (EDT) Date: Sat, 18 Sep 2021 06:51:23 +0200 (CEST) From: Gerald Pfeifer To: Tobias Burnus cc: Jakub Jelinek , Sandra Loosemore , Andreas Schwab , Andreas Tobler , fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org Subject: Re: [committed] Fortran: Prefer GCC internal macros to float.h in ISO_Fortran_binding.h (was: [PATCH, Fortran] Revert to non-multilib-specific ISO_Fortran_binding.h) In-Reply-To: <846a6c47-e9b8-ee36-5d31-43244665ecae@codesourcery.com> Message-ID: <1b82dba5-93b5-1217-bb3-8e1cf4ec2cc5@pfeifer.com> References: <4c32e0e7-7156-835a-30b-ada8c4b4482d@pfeifer.com> <2de2f2b0-d221-acc1-79d4-554ee480c62@pfeifer.com> <87r1drkwzz.fsf@igel.home> <20210914152312.GX304296@tucnak> <97733d30-6d1f-e39d-1c3-b5bd63c35ee9@pfeifer.com> <6fb03844-e472-a95-2d0-df485bd4ab7@pfeifer.com> <846a6c47-e9b8-ee36-5d31-43244665ecae@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Sep 2021 04:51:31 -0000 On Fri, 17 Sep 2021, Tobias Burnus wrote: > I have now committed the attached patch as r12-3621. It includes the > patch by Sandra > https://gcc.gnu.org/pipermail/gcc-patches/2021-September/579372.html > (approved 3 days ago) plus adding the "== 53" similar to above. Thank you, Tobias; thank you, everyone! > Hopefully, we can now close this issue. My nightly tester passed the build and is currently running the testsuite, so looks good. Gerald