From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.smtpout.orange.fr (smtp-16.smtpout.orange.fr [80.12.242.16]) by sourceware.org (Postfix) with ESMTPS id 9CFC03858404 for ; Thu, 1 Jun 2023 17:58:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9CFC03858404 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.16] ([86.215.161.51]) by smtp.orange.fr with ESMTPA id 4mZGqP3LDlhpt4mZHqvvVR; Thu, 01 Jun 2023 19:58:35 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=orange.fr; s=t20230301; t=1685642315; bh=A+dQgB1NtVtJJNzRwygxNKzMa3fMrk28Q/Z1E9+mRBI=; h=Date:Subject:To:References:From:In-Reply-To; b=Lo2hyPDboOvP8ZweT6z2/w5rcpLWB6hOw/l97KO9SXMdxDF/sjAndULCl4vZ/I8tk Al4/BpSv9fKbYWVuPfLuxg+vNFpbhtdeaGQEATVfWWBB78qOcMyCxAr4xypgWEnK2O F1PKPdEA+7inuwdtxuDCOnwN3kv/3UoalC85rLnv3FDUD1F/ZKU8sXtWPYJQNYBKff 4+Mg813hXId81fCp67EUftCuzFS8SzjRiQZS57023yVPOADXY0p0N43nhBQSeIBJKZ MQuFKoZr8+o5/4m8oV8+4R0xgvVLGDSmBIMa04cMbRulIC1DJJRzTq4kULuVopGJ9D PiUG3g4BuQHSQ== X-ME-Helo: [192.168.1.16] X-ME-Auth: bW9yaW4tbWlrYWVsQG9yYW5nZS5mcg== X-ME-Date: Thu, 01 Jun 2023 19:58:35 +0200 X-ME-IP: 86.215.161.51 Message-ID: <0cb1c0fd-3800-c0a2-f18f-0771e2e65f65@orange.fr> Date: Thu, 1 Jun 2023 19:58:34 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [Patch, fortran] PR87477 - [meta-bug] [F03] issues concerning the ASSOCIATE statement Content-Language: fr To: Paul Richard Thomas , "fortran@gcc.gnu.org" , gcc-patches References: 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.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,JMQ_SPF_NEUTRAL,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,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: Le 01/06/2023 à 17:20, Paul Richard Thomas via Fortran a écrit : > Hi All, > > This started out as the search for a fix to pr109948 and evolved to roll in > 5 other prs. > > Basically parse_associate was far too clunky and, in anycase, existing > functions in resolve.cc were well capable of doing the determination of the > target expression rank. While I was checking the comments, the lightbulb > flashed with respect to prs 102109/112/190 and the chunk dealing with > function results of unknown type was born. > > Thanks to the changes in parse.cc, the problem in pr99326 migrated > upstream to the resolution and the chunklet in resolve.cc was an obvious > fix. > > I am minded to s/{ dg-do run}/{ dg-do compile } for all six testcases. Makes sense, the PRs were bogus errors and ICEs, so all compile time issues. > At > the testing stage, I wanted to check that the testcases actually did what > they are supposed to do :-) > > Bootstraps and regtests OK - good for head? > OK. Thanks for this. > Paul > > PS I need to do some housekeeping on pr87477 now. Some of the blockers have > "fixed themselves" and others are awaiting backporting. I think that there > are only 4 or so left, of which 89645 and 99065 are the most difficult to > deal with.