From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) by sourceware.org (Postfix) with ESMTPS id 6E40F3858436; Wed, 15 Dec 2021 08:59:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6E40F3858436 Received: by mail-wr1-x432.google.com with SMTP id v11so36857212wrw.10; Wed, 15 Dec 2021 00:59:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=PWaIEYa3SUoh66Xq/UiiS30TUnHPt1Pv6tHS7bcYXIM=; b=RkWigQ50hi+ZQaRLiu8ydc3zLslO/ZRw9bumFJ1jWNCuyiH7/sMN7yRKaPrmEMbZWi RZDcJKpIeUpLopraYNL/J2AqyemH4377cW4NmLSTmBN671/moTEjLCmP7GNAkbMxn/sP pJSKKzBRwaVwwV56mw41hIMRBjtPAczqWMlKigonRfc4IuhJaRY4OIKv6THbjRHoxaWg OEj1g+FImgV/ELvqKev3l432ieITRtTGM4l9FHoHxUdV1adK9Qm3JJoSe0zx6oTMfGOy k6MwsjYLYx2lZ8WItPhv1EYeVPT/zQsuMTp4eEgQgHn7ZOwaKWLS+dunPxps/jULz3Zz Gq8w== X-Gm-Message-State: AOAM531gY/hobR2tmoHmbbCNTmGTHAoLrBRTk0HnoTyi7a+JZv3PlXXP DvlzSzy+1tzoBwHkEoOs7zSbSxJ0yR0= X-Google-Smtp-Source: ABdhPJxRL+zL3ysOIuxMFREDtmgoNLXNzlbovqtB5d/1QFTxFoZlr7YVLqGlx5Qn8xXu0BLMRoqK9g== X-Received: by 2002:adf:fc83:: with SMTP id g3mr3420160wrr.255.1639558794487; Wed, 15 Dec 2021 00:59:54 -0800 (PST) Received: from smtpclient.apple ([2a01:e34:ec28:8cb0:1102:e73f:c8c6:8738]) by smtp.gmail.com with ESMTPSA id u23sm1197249wmc.7.2021.12.15.00.59.54 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Dec 2021 00:59:54 -0800 (PST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 15.0 \(3693.40.0.1.81\)) Subject: Re: [patch, Fortran] IEEE support for aarch64-apple-darwin From: FX In-Reply-To: <93D8CCF9-4230-4517-A993-A811092ADC4B@gmail.com> Date: Wed, 15 Dec 2021 09:59:53 +0100 Cc: gcc-patches@gcc.gnu.org Content-Transfer-Encoding: quoted-printable Message-Id: <5DDE9803-FBAF-4D97-840B-B109D534FE6D@gmail.com> References: <93D8CCF9-4230-4517-A993-A811092ADC4B@gmail.com> To: fortran@gcc.gnu.org X-Mailer: Apple Mail (2.3693.40.0.1.81) X-Spam-Status: No, score=-2.1 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.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Wed, 15 Dec 2021 08:59:57 -0000 ping for that patch (don=E2=80=99t mind the ChangeLog question, I=E2=80=99ve figured it out, = will include proper ChangeLog in the commit) > Le 6 d=C3=A9c. 2021 =C3=A0 17:32, FX a =C3=A9crit = : >=20 > Hi everyone, >=20 > Since support for target aarch64-apple-darwin has been submitted for = review, it=E2=80=99s time to submit the Fortran part, i.e. enabling IEEE = support on that target. >=20 > The patch has been in use now for several months, in a developer = branch shipped by some distros on macOS (including Homebrew). It was = authored more than a year ago, but I figured it wasn=E2=80=99t relevant = to submit until the target was actually close to be in trunk: = https://github.com/iains/gcc-darwin-arm64/commit/b107973550d3d9a9ce9acc751= adbbe2171d13736 >=20 > Bootstrapped and tested on aarch64-apple-darwin20 (macOS Big Sur) and = aarch64-apple-darwin21 (macOS Monterey). >=20 > OK to merge? > Can someone point me to the right way of formatting ChangeLogs and = commit entries, nowadays? >=20 >=20 > Thanks, > FX >=20 >