From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 118843858C54 for ; Wed, 8 Mar 2023 09:21:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 118843858C54 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 2A2FB1FE3C; Wed, 8 Mar 2023 09:21:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1678267286; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=MSC8orTcb0Ql8yEOcGoxa+PyrOk9fy2ZfTXwwgorcdI=; b=MZcIUJ6L+29jhb9bTeAOSrL+sJ0WJWHDIIcjRSVZzNwy0GmxEoILSPtz00A7moD28sOWH8 ZwjbeHhRLHO3CxwBLIlROfArGvVlYlZQ1E51Cet6wtgDYU3BMwkWqTQA4XrbkFtL/KvBh6 axnyTe6MaQ6CQFsat8s9QupAXCkJwNw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1678267286; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=MSC8orTcb0Ql8yEOcGoxa+PyrOk9fy2ZfTXwwgorcdI=; b=SmiQWtXm426P1DbcHXMrDxPuxGHqzWXKlVz9Pfx+PsTRHDcMmrkOaRCsinEBAOccOgpbAf z13h8nJcFoC+/EBw== Received: from wotan.suse.de (wotan.suse.de [10.160.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id E0D5D2C141; Wed, 8 Mar 2023 09:21:25 +0000 (UTC) Date: Wed, 8 Mar 2023 09:21:25 +0000 (UTC) From: Richard Biener To: Paul Richard Thomas cc: Thomas Koenig , Steve Kargl , "fortran@gcc.gnu.org" Subject: Re: [Patch, fortran] PR37336 finalization In-Reply-To: Message-ID: References: <582085ac-0d07-a516-732d-e82e0a4e01c9@netcologne.de> User-Agent: Alpine 2.22 (LSU 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,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: On Wed, 8 Mar 2023, Paul Richard Thomas wrote: > The alternative is that the patch be reviewed and committed as it is. I > have been neglecting my daytime job to get to this point and must spend > some time catching up. That works for me as well - I understand the work to be done is on the testsuite side, so we should get more time to test the actual code changes on the real world. Richard.