From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by sourceware.org (Postfix) with ESMTP id 456B63858C74 for ; Fri, 27 Jan 2023 12:27:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 456B63858C74 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id D57812B; Fri, 27 Jan 2023 04:28:19 -0800 (PST) Received: from localhost (e121540-lin.manchester.arm.com [10.32.99.50]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2A8233F5A1; Fri, 27 Jan 2023 04:27:37 -0800 (PST) From: Richard Sandiford To: Richard Biener via Gcc-patches Mail-Followup-To: Richard Biener via Gcc-patches ,Kyrylo Tkachov , Richard Biener , "hongtao.liu\@intel.com" , "ubizjak\@gmail.com" , richard.sandiford@arm.com Cc: Kyrylo Tkachov , Richard Biener , "hongtao.liu\@intel.com" , "ubizjak\@gmail.com" Subject: Re: [PATCH 0/9] Don't add crtfastmath.o for -shared References: <51no4077-nrro-q647-4q33-on5s277on191@fhfr.qr> Date: Fri, 27 Jan 2023 12:27:35 +0000 In-Reply-To: (Richard Biener via Gcc-patches's message of "Fri, 27 Jan 2023 12:24:06 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-30.6 required=5.0 tests=BAYES_00,KAM_DMARC_NONE,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_NONE,SPF_NONE,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: Richard Biener via Gcc-patches writes: > On Fri, 27 Jan 2023, Kyrylo Tkachov wrote: > >> Thanks for fixing this Richard. >> >> > -----Original Message----- >> > From: Gcc-patches > > bounces+kyrylo.tkachov=arm.com@gcc.gnu.org> On Behalf Of Richard >> > Biener via Gcc-patches >> > Sent: Friday, January 13, 2023 8:05 AM >> > To: gcc-patches@gcc.gnu.org >> > Cc: hongtao.liu@intel.com; ubizjak@gmail.com >> > Subject: [PATCH 0/9] Don't add crtfastmath.o for -shared >> > >> > >> > This is a series completing the fix for PR55522 which got a fix for >> > x86-linux already but left all other targets unfixed (including >> > x86-cygwin, x86-darwin and x86-mingw32). The following series >> > applies a similar change to other specs using crtfastmath.o, >> > the changes are untested. >> > >> > Target maintainers are CCed and I hope they can smoke-test the >> > changes. >> > >> >> Do you think it's something we should mention in changes.html for GCC 13? > > Sure, I will add something once the rest of the series is approved. Mind if I rubber-stamp OK the unreviewed changes? I don't think there's a good justification for making a different choice on different targets. Thanks, Richard