From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.smtpout.orange.fr (smtp-12.smtpout.orange.fr [80.12.242.12]) by sourceware.org (Postfix) with ESMTPS id D62B938582A3 for ; Sun, 13 Nov 2022 10:11:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D62B938582A3 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] ([83.197.245.49]) by smtp.orange.fr with ESMTPA id u9xOoWqNeFv0Ou9xWoveCC; Sun, 13 Nov 2022 11:11:29 +0100 X-ME-Helo: [192.168.1.17] X-ME-Auth: bW9yaW4tbWlrYWVsQG9yYW5nZS5mcg== X-ME-Date: Sun, 13 Nov 2022 11:11:29 +0100 X-ME-IP: 83.197.245.49 Message-ID: <4a43dc80-fb6b-30ed-8cb0-a461e2cc01c5@orange.fr> Date: Sun, 13 Nov 2022 11:11:18 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1 Subject: Re: Proxy ping [PATCH] Fortran: diagnostics for actual arguments to pointer dummy arguments [PR94104] To: Harald Anlauf , fortran , gcc-patches References: Content-Language: fr From: Mikael Morin In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,KAM_SHORT,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS,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: Le 09/11/2022 à 21:50, Harald Anlauf via Fortran a écrit : > Dear all, > > Jose posted a patch here that was never reviewed: > > https://gcc.gnu.org/pipermail/fortran/2021-June/056162.html > > I think the diagnostics improvement is helpful, as it adjusts > to the changes from F2003 to F2008. > > The patch suffered a little from bitrot, but was otherwise > straightforward to apply. I slightly edited the commit > message, as I found the original one difficult to parse. > > Regtested on x86_64-pc-linux-gnu. OK for mainline? > OK, thanks.