From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cc-smtpout2.netcologne.de (cc-smtpout2.netcologne.de [IPv6:2001:4dd0:100:1062:25:2:0:2]) by sourceware.org (Postfix) with ESMTPS id BC43C385840A; Thu, 22 Sep 2022 05:46:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BC43C385840A Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=netcologne.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=netcologne.de Received: from cc-smtpin3.netcologne.de (cc-smtpin3.netcologne.de [89.1.8.203]) by cc-smtpout2.netcologne.de (Postfix) with ESMTP id 7D59412746; Thu, 22 Sep 2022 07:46:35 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netcologne.de; s=nc1116a; t=1663825595; bh=ISootZorRMYFeykOBYGPOlO6jaH6g0n8z7xHx6jvpBA=; h=Message-ID:Date:Subject:To:References:From:In-Reply-To:From; b=nnR/ZSeSA0FUGK4/Ed3R8VXT4tKtFWoxV3sqTK9iPnVc5btRPUHVTH0U3Xd+CJpvU YiVPClgO9cYxoLYlNbexvSzFFORN2biCr3dSgB0Q9i59JJXmKiznD1VbJHXR2NcUEl Nh1vPlaDOOCQFJnuJ8MmZ1mYD9ZyWP7gZWswyjuf8JU+5pjfd1jzJGaXz/+ijsPBAe 6RLWdzY8mpg4dqrijfcC+Y2PmL/U+fssfwc+sQKt/8FNKtW6Jm4+u58EUe8fqtblSw RZZxuv6MJjEZAQqMD9CpMPIt5y1aGs9ygM1L/V13Hi2kU37oJj08NvaK46arcOrtq/ 9j5CbXolrC4eA== Received: from [IPV6:2001:4dd7:1257:0:7285:c2ff:fe6c:992d] (2001-4dd7-1257-0-7285-c2ff-fe6c-992d.ipv6dyn.netcologne.de [IPv6:2001:4dd7:1257:0:7285:c2ff:fe6c:992d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by cc-smtpin3.netcologne.de (Postfix) with ESMTPSA id CF0A211E23; Thu, 22 Sep 2022 07:46:32 +0200 (CEST) Message-ID: Date: Thu, 22 Sep 2022 07:46:32 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: Proxy ping [PATCH] Fortran: Fix automatic reallocation inside select rank [PR100103] Content-Language: en-US To: Harald Anlauf , fortran , gcc-patches References: From: Thomas Koenig In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-NetCologne-Spam: L X-Rspamd-Queue-Id: CF0A211E23 X-Spamd-Bar: ---- X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,NICE_REPLY_A,RCVD_IN_DNSWL_LOW,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: Hello Harald, > the patch for this PR was submitted for review by Jose here: > > https://gcc.gnu.org/pipermail/fortran/2021-April/055934.html > > but unfortunately was never reviewed. > > I verified that it works on mainline and x86_64-pc-linux-gnu, > and I think that it is fine. > > Although the above mail suggests that there is a dependency > on the fix for another PR with a rather lengthy patch, > it appears that this is no longer the case. It might be > that the fix for PR100245 (another reallocation issue) > already did the necessary job. > > So OK for mainline? Looks good to me. Thanks for picking up these patches! Best regards Thomas