From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw1-x112a.google.com (mail-yw1-x112a.google.com [IPv6:2607:f8b0:4864:20::112a]) by sourceware.org (Postfix) with ESMTPS id 775413858D32 for ; Fri, 13 Jan 2023 08:09:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 775413858D32 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-yw1-x112a.google.com with SMTP id 00721157ae682-4bf16baa865so273389927b3.13 for ; Fri, 13 Jan 2023 00:09:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=QJj3etjd3Jhzw47T93nfLuFiOJnO+D3+eAZ8SsIsby0=; b=bNnh9r32eZ94R0ugDV5UGw2Rysnkl7gWU1cWAnizH9DcSp+qSsiQjPATejuafcb+1X G/Eo4VLVWrguUOAi+s+R+kRcb7HWitbAcD5mRCJxc2xzilEl/F0VEAH+On72c9PrbSkl 70qyu8rAvddA7BSYxl8jS7v/4GQAsmbNZTAPiJe1WYcCUxN3XD4P0CtRsvFaN8f+DR9k B7ClAtGE5EaD4S0yLUHykqFhH3hyScIeMt8catm8WlJWVVXkYxpvMHZktFdNgQ4R4V7d wpz5z1yVTj+IP3drPEGF+BjdaY51hYdq+QQ31bPqKHj3IHICi1NSfuSd1sLVQXuKGxfB vI3w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=QJj3etjd3Jhzw47T93nfLuFiOJnO+D3+eAZ8SsIsby0=; b=2hVR6gR6F/bPt4vACC17ox2ff2XhYQve83qOv0Ai3d++ByQqTByZ4ymJbyez8ob0Kx bk+5gAd9Jh1gYtBIGleeogv78j6+QV6VKvyzTualATQk0MuAIQp4TEjlclvHkdUd+T0s 7fnJ+95W0yX3nIOi6KdW7sZd0vwDsWU1iB7m5UJYedRcCwd32lufIqaWife8eDZUIK44 6EMAl44HNGUE1yxo5THwoL3/nvxldee0O2HwiYrflYQKDyngBPsUcl0xhrmw6VtcxTIL /f6eL9vcq172rCnLk8EXtJERjfMe4mGvLrQ8jgEjrFYFka+fIE64yNNsCZ/5w3NzkHDd maMw== X-Gm-Message-State: AFqh2koOfwzm3uZ84gJGbMMwQCuyQRo0ls9bWnbAoqX1wXJQQrzHvxH3 /KK/cmamXcztwzBJO583A2iwjb0gL0GyxUMna+c= X-Google-Smtp-Source: AMrXdXuds7pMuAOsNpUEx96fR44yWNN3wnapN0oRqtK7GrsJfBdyT4uSudKWmFXUU8m/3VnsIoTSIaEFTYgfV0PgkF8= X-Received: by 2002:a81:9143:0:b0:4dc:f727:bffd with SMTP id i64-20020a819143000000b004dcf727bffdmr379241ywg.249.1673597344810; Fri, 13 Jan 2023 00:09:04 -0800 (PST) MIME-Version: 1.0 References: <51no4077-nrro-q647-4q33-on5s277on191@fhfr.qr> In-Reply-To: <51no4077-nrro-q647-4q33-on5s277on191@fhfr.qr> From: Hongtao Liu Date: Fri, 13 Jan 2023 16:08:53 +0800 Message-ID: Subject: Re: [PATCH 0/9] Don't add crtfastmath.o for -shared To: Richard Biener Cc: gcc-patches@gcc.gnu.org, hongtao.liu@intel.com, ubizjak@gmail.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,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, Jan 13, 2023 at 4:05 PM Richard Biener via Gcc-patches wrote: > > > 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. > > x86 maintainers, can you please adjust the missed specs yourself? Sure, Let me do this. > > Thanks, > Richard. -- BR, Hongtao