From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from impout003.msg.chrl.nc.charter.net (impout003aa.msg.chrl.nc.charter.net [47.43.20.27]) by sourceware.org (Postfix) with ESMTPS id 6D0C0398B878; Fri, 19 Feb 2021 16:22:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6D0C0398B878 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=charter.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=jvdelisle@charter.net Received: from [192.168.1.9] ([96.41.221.129]) by cmsmtp with ESMTPA id D8XzlamyRr76UD8Y0llsKE; Fri, 19 Feb 2021 16:22:29 +0000 Authentication-Results: charter.net; none X-Authority-Analysis: v=2.3 cv=dotv9Go4 c=1 sm=1 tr=0 a=07pILqX15KmGv9ZXTMmBNA==:117 a=07pILqX15KmGv9ZXTMmBNA==:17 a=IkcTkHD0fZMA:10 a=en7p4TjvmD-xkbTYzoAA:9 a=QEXdDO2ut3YA:10 Subject: Re: [Patch] Fortran: Fix DTIO with type ICE [PR99146] To: Tobias Burnus , gcc-patches , fortran References: From: Jerry DeLisle Message-ID: Date: Fri, 19 Feb 2021 08:22:27 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-CMAE-Envelope: MS4wfA8YBe/OdQEqSkeTC25nq2GnVih31WrMQknQDretci8NBvH71ScVcB4J+pyr8T7pMrTqlOn0gBZmTYLwSKelWBMUOReK9WPhVvzD3owYM0t7D+xCUYTk XFxRRV8iCNwr1vNjo0hehs7tdOor+mD9e1CTCswW8w5RXapSFMG6SpfuBBtZQzG/vY/nlXqQULCGKNGooc2DrtRht7rfdtIPanytTj8yeU9wmw1A0jEncwxm qry9bSu041jKIM0e9rJajw== X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, FREEMAIL_FROM, KAM_DMARC_STATUS, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: fortran@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Fortran mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2021 16:22:30 -0000 On 2/19/21 8:00 AM, Tobias Burnus wrote: > In this example, the formal argument is a derived type > and not a class – hence, there is an ICE. > > OK for the trunk? > This is OK, could you also check 89219 and 81499 and see if these are the same or similar. Much appreciated. Jerry