From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cc-smtpout1.netcologne.de (cc-smtpout1.netcologne.de [89.1.8.211]) by sourceware.org (Postfix) with ESMTPS id 5F53B3858D35 for ; Sat, 7 Jan 2023 15:28:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5F53B3858D35 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-smtpin1.netcologne.de (cc-smtpin1.netcologne.de [89.1.8.201]) by cc-smtpout1.netcologne.de (Postfix) with ESMTP id 5289C124AD; Sat, 7 Jan 2023 16:28:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netcologne.de; s=nc1116a; t=1673105336; bh=h2zIlYqxpMZgLFaAB2SyTUapkf560rqkoSIvOvcK3Qg=; h=Message-ID:Date:Subject:To:Cc:References:From:In-Reply-To:From; b=KnyCfq8Hz+VCqcbTPQoNAK1oynoOWeNxb1IKkJnoD6GkewzKE9Qb4DUjAcIcPyhMT ew0ZSKvJelxHPZD7z9wHpbOu9lyEoMwmMIETyNLpIn4RQls6JCAamEvX9SwN3FyaIl jPDHEuqV+Qn1bEHgmiC9MI+PJ5W/fx8iPLd+LSwXJml4JJNpOvk13UtiMcqDHxlyxC zXEA6KQBaqItNmbl6EheU4iWPbkX9G9ZaB3tATVy+VKrCyc2miDxdF4TQ1+wlR7CkO /3Z/1v2TE7XrdmSUTcXAUecBG7dUIH/r3LFWbh1ZmDBC60Xfp5b7wMejL9bLTn/ysZ fSV+e3SiZZ0cQ== Received: from [IPV6:2001:4dd7:6842:0:7285:c2ff:fe6c:992d] (2001-4dd7-6842-0-7285-c2ff-fe6c-992d.ipv6dyn.netcologne.de [IPv6:2001:4dd7:6842: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-smtpin1.netcologne.de (Postfix) with ESMTPSA id A8BB9120A1; Sat, 7 Jan 2023 16:28:52 +0100 (CET) Message-ID: Date: Sat, 7 Jan 2023 16:28:52 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: Fw: Re: [Patch, fortran] PR37336 (Finalization) - [F03] Finish derived-type finalization To: Paul Richard Thomas , Harald Anlauf Cc: Jerry D , fortran References: <3cbaf568-84ac-8498-558f-9560fe395d66@gmx.de> <7ab973cd-f62e-28be-36e8-4e44252a4a38@gmx.de> <061aee5b-c27c-3a9f-419d-9893c2d744c4@netcologne.de> <78aafe8c-dcf9-55e6-50ce-c6289ea1f3fe@gmail.com> Content-Language: en-US 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: A8BB9120A1 X-Spamd-Bar: / X-Rspamd-Action: no action X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,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: Hi Paul, first, thanks for taking on this rather monumental task! > Given the scale of the overall patch, I am beginning to have a lot of > sympathy with Thomas's suggestion that the finalization calls should be > moved to the front end! I will take a quick look to see how easy this would > be to implement. There is one drawback if you do this in the front end: There are a few places where it is not possible to add code without running into ICEs later, like WHERE/ELSEWHERE, which is why fronend_passes.cc keeps track of these things. Best regards Thomas