From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.smtpout.orange.fr (smtp-23.smtpout.orange.fr [80.12.242.23]) by sourceware.org (Postfix) with ESMTPS id 3EF8E3857025 for ; Mon, 10 Oct 2022 18:58:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3EF8E3857025 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=orange.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=orange.fr Received: from [192.168.1.17] ([86.215.174.255]) by smtp.orange.fr with ESMTPA id hxz6okrkG09yuhxzCowgVz; Mon, 10 Oct 2022 20:58:47 +0200 X-ME-Helo: [192.168.1.17] X-ME-Auth: bW9yaW4tbWlrYWVsQG9yYW5nZS5mcg== X-ME-Date: Mon, 10 Oct 2022 20:58:47 +0200 X-ME-IP: 86.215.174.255 Message-ID: Date: Mon, 10 Oct 2022 20:58:40 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1 Subject: Re: [PATCH v2 0/9] fortran: clobber fixes [PR41453] From: Mikael Morin To: fortran@gcc.gnu.org Cc: gcc-patches@gcc.gnu.org References: <20220918201545.453296-1-mikael@gcc.gnu.org> Content-Language: fr, en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,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: Le 23/09/2022 à 09:54, Mikael Morin a écrit : > Le 22/09/2022 à 22:42, Harald Anlauf via Fortran a écrit : >> This LGTM.  It also fixes a regression introduced with r9-3030 :-) >> If you think that this set (1-3) is backportable, feel free to do so. >> > Yes, 2 and 3 are worth backporting, I will see how dependent they are on 1. > I'm going to backport 1-3 as you suggested, it's so much easier.