From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by sourceware.org (Postfix) with ESMTPS id 426833858D1E; Mon, 24 Apr 2023 18:31:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 426833858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=troutmask.apl.washington.edu Authentication-Results: sourceware.org; spf=none smtp.mailfrom=troutmask.apl.washington.edu Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.17.1/8.17.1) with ESMTPS id 33OIVHZA065368 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 24 Apr 2023 11:31:17 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.17.1/8.17.1/Submit) id 33OIVGoB065367; Mon, 24 Apr 2023 11:31:16 -0700 (PDT) (envelope-from sgk) Date: Mon, 24 Apr 2023 11:31:16 -0700 From: Steve Kargl To: Mikael Morin Cc: Harald Anlauf , fortran , gcc-patches , kargl@gcc.gnu.org Subject: Re: [PATCH] Fortran: function results never have the ALLOCATABLE attribute [PR109500] Message-ID: Reply-To: sgk@troutmask.apl.washington.edu References: <311f891f-8fe7-72d3-de38-1b0910aed02c@orange.fr> <6014ed58-6c37-41f1-5a55-b8c37f30bf40@gmx.de> <60cbf8d5-ad69-c22c-9da2-9c09596e41c6@orange.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <60cbf8d5-ad69-c22c-9da2-9c09596e41c6@orange.fr> X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_NONE,SPF_NONE,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: On Sat, Apr 22, 2023 at 08:43:53PM +0200, Mikael Morin wrote: > > > OK, let's go with your patch as originally submitted then. > Mikael, thanks for looking at the original patch and suggested an alternative location to attempt to fix the bug. Halrald, thanks for following up on Mikael's suggestion. -- Steve