From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.smtpout.orange.fr (smtp-28.smtpout.orange.fr [80.12.242.28]) by sourceware.org (Postfix) with ESMTPS id 5B9703858D38 for ; Fri, 14 Oct 2022 19:38:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5B9703858D38 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] ([86.215.174.255]) by smtp.orange.fr with ESMTPA id jQVSoJErltUbyjQVYoyVvI; Fri, 14 Oct 2022 21:38:15 +0200 X-ME-Helo: [192.168.1.17] X-ME-Auth: bW9yaW4tbWlrYWVsQG9yYW5nZS5mcg== X-ME-Date: Fri, 14 Oct 2022 21:38:15 +0200 X-ME-IP: 86.215.174.255 Message-ID: <0b98db06-738e-6732-489f-b3ed97d5426d@orange.fr> Date: Fri, 14 Oct 2022 21:38:06 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.2 Subject: Re: [PATCH] Fortran: fix check of polymorphic elements in data transfers [PR100971] 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=-5.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,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: Le 09/10/2022 à 20:57, Harald Anlauf via Fortran a écrit : > Dear all, > > the check of data transfer elements needs to verify that for > polymorphic objects there is a user defined DTIO procedure. > This check worked fine for scalars, but skipped arrays, > leading to an ICE later. > > The obvious fix is to allow this check to inspect arrays. > > Regtested on x86_64-pc-linux-gnu. OK for mainline? > Yes, thanks.