From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cc-smtpout3.netcologne.de (cc-smtpout3.netcologne.de [89.1.8.213]) by sourceware.org (Postfix) with ESMTPS id 5A83B3857824; Fri, 16 Oct 2020 19:41:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5A83B3857824 Received: from cc-smtpin1.netcologne.de (cc-smtpin1.netcologne.de [89.1.8.201]) by cc-smtpout3.netcologne.de (Postfix) with ESMTP id EE85E12BFF; Fri, 16 Oct 2020 21:41:51 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cc-smtpin1.netcologne.de (Postfix) with ESMTP id EB7C311E0F; Fri, 16 Oct 2020 21:41:51 +0200 (CEST) Received: from [2001:4dd7:e271:0:48c0:9b2a:c350:887c] (helo=cc-smtpin1.netcologne.de) by localhost with ESMTP (eXpurgate 4.11.6) (envelope-from ) id 5f89f77f-02f5-7f0000012729-7f000001a89c-1 for ; Fri, 16 Oct 2020 21:41:51 +0200 Received: from linux-p51k.fritz.box (2001-4dd7-e271-0-48c0-9b2a-c350-887c.ipv6dyn.netcologne.de [IPv6:2001:4dd7:e271:0:48c0:9b2a:c350:887c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by cc-smtpin1.netcologne.de (Postfix) with ESMTPSA; Fri, 16 Oct 2020 21:41:50 +0200 (CEST) Subject: Re: [patch, fortran] Partial fix for PR97454, declarations of some library functions To: "fortran@gcc.gnu.org" , gcc-patches References: <8996d806-0694-5563-af5f-2f0a9978ab34@netcologne.de> From: Thomas Koenig Message-ID: <355feffa-a035-6d82-c9ff-2c036e69f8b3@netcologne.de> Date: Fri, 16 Oct 2020 21:41:50 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <8996d806-0694-5563-af5f-2f0a9978ab34@netcologne.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.2 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.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2020 19:41:54 -0000 I wrote: > Regression-tested. OK for trunk? I will remove this part - When an actual argument list is provided, skip the absent arguments. + When an actual argument list is provided, skip the absent arguments + unless copy_type is true. To be used together with gfc_se->ignore_optional. */ (which was true for an intermediate version of the patch) before committing. Regards Thomas