From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by sourceware.org (Postfix) with ESMTPS id 53D723858D35; Tue, 20 Feb 2024 20:09:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 53D723858D35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=troutmask.apl.washington.edu Authentication-Results: sourceware.org; spf=none smtp.mailfrom=troutmask.apl.washington.edu ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 53D723858D35 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=128.95.76.21 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708459767; cv=none; b=iczF/SwPOcaC2rFqIr4YygY9Np0vEby+JuPAQDS+iDlfY6TCo8lTcGnyPcASnIBrmR1WorIYXJCLosbRWdBXSlVc3XheS8LwZHx5rW72vbCD4oukFN0GzX9h8mLSVvk1APnQpaJoYJwtueN1hXWTRMm9humHOCBEWSh2FNCDvM8= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708459767; c=relaxed/simple; bh=1lB5hkANZWrXlI/G92LUnhgcuwYWuc5iQ2Y3znDFbEE=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=lU0YqLqsS9T1/7pGWwhxinJ9gN0DAbEk7UfGCVx/T8Oiv6ovn+cRIe0r7R/zmL1tpdP3q1CRMOUi6w58wvR7mlOYeTWxCM9E7GctUPlmTgfHOHODg3qGqyIWr0oOkpJxZUCSZUY/PNqofsBlgQHwYyD01MpOGyAgCU6678vU0mQ= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.17.1/8.17.1) with ESMTP id 41KK9NVt083061; Tue, 20 Feb 2024 12:09:23 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) DKIM-Filter: OpenDKIM Filter v2.10.3 troutmask.apl.washington.edu 41KK9NVt083061 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=troutmask.apl.washington.edu; s=troutmask; t=1708459764; bh=1lB5hkANZWrXlI/G92LUnhgcuwYWuc5iQ2Y3znDFbEE=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=ZubT3J8mv5tsveGtWPDJbMRtAMooXK/YRPTQ9bKn4uRlbGV3/C/yCKWXl+9OJSnTE xmh7Zf3luEB4Y47X9YDOQrJOjamt95H4vm0RmgCpYCIZ0O6pnEjVaYm9bSUilEuvvi fy6OVXf7gZi/r3MWPOETahtG4URoKvLbqLWfho8EQwWZoa5bSbtVVE0MXUfIDSLeak D2hBMe+P5fDcjeBWgpZKv6uVD9tEt90ZsmSBZkgDdWFqCG8TDM2pxMyhId04vztKwV us4pYgEPb4RLzd1t0hlv6msEdYvFQ9k6NVSBKYqi9jOLUufMaYbdd/z5KpqRRrgiPo 4vW1wBQSTtyqw== Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.17.1/8.17.1/Submit) id 41KK9Ntw083060; Tue, 20 Feb 2024 12:09:23 -0800 (PST) (envelope-from sgk) Date: Tue, 20 Feb 2024 12:09:22 -0800 From: Steve Kargl To: Harald Anlauf Cc: Peter Hill , gcc-patches@gcc.gnu.org, fortran@gcc.gnu.org Subject: Re: [PATCH] Fortran: fix passing array component to polymorphic argument [PR105658] Message-ID: Reply-To: sgk@troutmask.apl.washington.edu References: <1143f25e-9487-447e-831e-8e5f41e98756@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1143f25e-9487-447e-831e-8e5f41e98756@gmx.de> X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,DKIM_INVALID,DKIM_SIGNED,KAM_DMARC_STATUS,KAM_SHORT,SPF_HELO_NONE,SPF_NONE,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: On Tue, Feb 20, 2024 at 08:53:37PM +0100, Harald Anlauf wrote: > On 2/19/24 16:19, Peter Hill wrote: > > Hi Harald, > > > > Thanks for your help, please see the updated and signed-off patch below. > > Pushed: https://gcc.gnu.org/g:14ba8d5b87acd5f91ab8b8c02165a0fd53dcc2f2 > Harald, Thanks for taking care of this commit. Peter, welcome to the menagerie. -- Steve