From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cc-smtpout2.netcologne.de (cc-smtpout2.netcologne.de [89.1.8.212]) by sourceware.org (Postfix) with ESMTPS id 0F1363858C30; Tue, 7 Mar 2023 14:58:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0F1363858C30 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-smtpout2.netcologne.de (Postfix) with ESMTP id 61065125FB; Tue, 7 Mar 2023 15:58:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netcologne.de; s=nc1116a; t=1678201115; bh=xE+oLkgvFF1GH643sfognpSuM244gyf/hdVp0qFmHS8=; h=Message-ID:Date:Subject:To:References:From:In-Reply-To:From; b=LupjjrFoZt6CO9frJTxJd3DTo0gH1FtmZdYjdLluZA64WX9iYoKmCVWMkMv1VzBYx xbnG+C0g9w75Sp558nU4NMdD2h9EgufxVc8TcvWHY7dgWQzHMsyuk7/ZuMP3PjDJxy UCUzaxiwS+vvcMl3VjJGjl2FLEWbv+pu8F+Df3tG/JAd/Ap2oSX0ih6gqQxs4V4Lfu RMeWl7x78Vcxi7SqR/jf/o1Rroc9MaFYHkrm5DCcekyPZLXRb+1u2c5Bn2qogdJmXP GtP7Nw6+6ENMetPQXTaNRAdvaPGVUssviXsQTmX6671y9XV264FcSupp0GqoiOsvpI gtR0SYSOmcRjA== Received: from [IPV6:2001:4dd7:c7b6:0:7285:c2ff:fe6c:992d] (2001-4dd7-c7b6-0-7285-c2ff-fe6c-992d.ipv6dyn.netcologne.de [IPv6:2001:4dd7:c7b6: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 01BFF12103; Tue, 7 Mar 2023 15:58:32 +0100 (CET) Message-ID: <582085ac-0d07-a516-732d-e82e0a4e01c9@netcologne.de> Date: Tue, 7 Mar 2023 15:58:32 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [Patch, fortran] PR37336 finalization Content-Language: en-US To: Paul Richard Thomas , "fortran@gcc.gnu.org" , gcc-patches References: 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: 01BFF12103 X-Spamd-Bar: - X-Rspamd-Action: no action X-Spam-Status: No, score=-3.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: Paul, first of all, thank you very much indeed for the hard work you put into this! This is a great step for gfortran. > I can hurry this along to get the patch > into 13-branch or I can wait until 14-branch opens. Personally, I think that this fixes so many bugs, and makes the compiler so much better, that I would prefer having it in gcc-13. Finalization was only of very limited use before, and the risk of meaningful regressions (short of a build failure) is therefore very low. Again, thanks a lot! Best regards Thomas