From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) by sourceware.org (Postfix) with ESMTPS id 0183E3858D32 for ; Sat, 3 Jun 2023 19:15:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0183E3858D32 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=gmx.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=m.gmane-mx.org Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1q5WiL-0002Do-M0 for fortran@gcc.gnu.org; Sat, 03 Jun 2023 21:15:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: fortran@gcc.gnu.org From: Harald Anlauf Subject: Re: [PATCH, committed] Fortran: fix diagnostics for SELECT RANK [PR100607] Date: Sat, 3 Jun 2023 21:13:41 +0200 Message-ID: <42157f0e-a2a7-7bf0-5dbd-3904761c2fc6@gmx.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Cc: gcc-patches@gcc.gnu.org Content-Language: en-US In-Reply-To: Cc: fortran@gcc.gnu.org X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: Message-ID: <20230603191341.o0EAiP2PQW8ev7WURMEgcRnulnuwGOVMUkZ2w5s7JsA@z> Hi Paul, On 6/3/23 07:48, Paul Richard Thomas via Gcc-patches wrote: > Hi Harald, > > It looks good to me. Thanks to you and Steve for the fix. I suggest > that it is such and obvious one that it deserved back-porting. alright, I'll check how far this makes sense. Cheers, Harald > Cheers > > Paul > > On Fri, 2 Jun 2023 at 19:06, Harald Anlauf via Fortran > wrote: >> >> Dear all, >> >> I've committed that attached simple patch on behalf of Steve >> after discussion in the PR and regtesting on x86_64-pc-linux-gnu. >> >> It fixes a duplicate error message and an ICE. >> >> Pushed as r14-1505-gfae09dfc0e6bf4cfe35d817558827aea78c6426f . >> >> Thanks, >> Harald >> > >