From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id 24ADC3858020 for ; Fri, 27 Jan 2023 12:24:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 24ADC3858020 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 2BE2321EB7; Fri, 27 Jan 2023 12:24:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1674822247; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=PM0eBbikyWMCyx4Rj9QmnQgcmuM4ku6NZi5NtIBPm44=; b=FTSmKUtw+UNe7i2VgFa6yieeeGSc9gR13Rh2jJxig07zWuQSzDoZxjIPkS+XHvKVij7LHl fNtEJPcKhiLJZ9NF62gZ8htKYEJO+OPx6pDkbFnFIIJt4bT89v4p7SaIMonsaTSajliL8E oaumiMSgEOc6yGJUtruJyV1kmKLkg0U= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1674822247; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=PM0eBbikyWMCyx4Rj9QmnQgcmuM4ku6NZi5NtIBPm44=; b=h7wEbnH0B1pBLRyz9LrWlt/eZK8cHTUzBP1DfwdJCKzDB4Ju3mLuhYjxsnX80TGOKDwxTj tyfBFOCwtf+b6UBQ== Received: from wotan.suse.de (wotan.suse.de [10.160.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id E4B4E2C145; Fri, 27 Jan 2023 12:24:06 +0000 (UTC) Date: Fri, 27 Jan 2023 12:24:06 +0000 (UTC) From: Richard Biener To: Kyrylo Tkachov cc: "gcc-patches@gcc.gnu.org" , "hongtao.liu@intel.com" , "ubizjak@gmail.com" Subject: RE: [PATCH 0/9] Don't add crtfastmath.o for -shared In-Reply-To: Message-ID: References: <51no4077-nrro-q647-4q33-on5s277on191@fhfr.qr> User-Agent: Alpine 2.22 (LSU 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS,TXREP 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 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. Richard.