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 A70023858C30 for ; Wed, 8 Mar 2023 08:05:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A70023858C30 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 799D5126F1; Wed, 8 Mar 2023 09:05:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netcologne.de; s=nc1116a; t=1678262712; bh=Kuu91+2giW6FTU4c448hd//s+XTkrtZhYOPQCS4ojTk=; h=Message-ID:Date:Subject:To:Cc:References:From:In-Reply-To:From; b=R2r97H/wZNChoeok6UsIPc2xuV8fagwUxKsI5iqUdKwUjW+kxmS3maW/2DYs9j8cb sx41lftHC/HTukT0uSguVskprAhGaW912gHmeUXDK+LkC6YJwkvPWKKZOU1KmJBkIK p9cicpRSDWCxO26kecNDgNrtjrwkfb/Nog5SvTUvOcqnMxpMoIgHjZct3S3g7XLvBW LBmvtH7bgfdzvPspH4V9U8Vi1M0KOhaafJ+7S7BeoroxpR5HsO7YzcA0+4uX+2E+Vs t4QdABtSooQVKIACTxMCUAj70imSNzUJyNt4VVq8ZJlsIgJWosSc/4wEMnI1P3Sanq c/E4+/gOXDaMw== 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 9790211D73; Wed, 8 Mar 2023 09:05:08 +0100 (CET) Message-ID: Date: Wed, 8 Mar 2023 09:05:08 +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 , Steve Kargl Cc: "fortran@gcc.gnu.org" , rguenther@suse.de References: <582085ac-0d07-a516-732d-e82e0a4e01c9@netcologne.de> From: Thomas Koenig In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-NetCologne-Spam: L X-Rspamd-Queue-Id: 9790211D73 X-Spamd-Bar: / X-Rspamd-Action: no action X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_BADIPHTTP,KAM_SHORT,NICE_REPLY_A,NORMAL_HTTP_TO_IP,NUMERIC_HTTP_ADDR,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS,TXREP 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: Hi Paul, > Last night, I scoped out the work required to get the patch ready to > commit. Sorting out the testcases will be the main load since they have > grown "organically". I propose to change over to one test for each > paragraph of F2018 7.5.6.2/7.5.6.3 and to > verify them against the other brands. I suspect that this will allow a > weeding out of the existing tests. It will take me a couple of weeks. I am a little bit concerned that this might bring us too close to the release date. We are down to 22 P1 regressions as of now. Richard, what do you think? Best regards Thomas