From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 6DF133858D39 for ; Tue, 28 Mar 2023 17:04:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6DF133858D39 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1phCkO-0007U8-SN; Tue, 28 Mar 2023 13:04:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=w1s7p1HnNEEsWowO1CsPH8x7diFLhWNTglDuSU0Weqo=; b=ngxwqyV2T3p7 ZahD6j+Hpv2I0eZ4sjgtfDmIb49mJr2JlxwdvExCpR7ociIRmfU9Q4qpGMdMJSM5RegrpZ2C+MgCx 1g/Sst9PYJNGarCrRZWdtZGK6iTQ9hikcAQXObKHyZlP1D9cg15+yeax/zbq4K31nmTo90V8pms4v gFswrqUIqtUW2cr+u77/YGllqHowu6achjP+bAwlsmjcaE16IMb4Si2JyS8eHtPN4OFAmQNWF57eR hw5Cafz9lfuxEVCoXaXkTbS5xeKa05GHhlnHs9UivQJ4ArgLGQARK91AiKh2MkQRtgcbR9ry3mhMf vvqXRcCxd5CxDpjSQ87P4w==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1phCkN-00040r-TB; Tue, 28 Mar 2023 13:04:36 -0400 Date: Tue, 28 Mar 2023 20:04:41 +0300 Message-Id: <83y1ng7qom.fsf@gnu.org> From: Eli Zaretskii To: "Maciej W. Rozycki" Cc: gdb-patches@sourceware.org, richard.bunt@linaro.org In-Reply-To: (macro@embecosm.com) Subject: Re: [PATCH 0/3] Fixes and improvements for the starting function References: X-Spam-Status: No, score=1.7 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Date: Tue, 28 Mar 2023 17:06:01 +0100 (BST) > From: "Maciej W. Rozycki" > cc: Richard Bunt > > Hi, > > Here is a small patch series to fix and improve the handling of the > starting (aka main) function of the program, specifically for Fortran. > > They have been regression-tested with the `x86_64-linux-gnu' native > configuration and GCC versions 11.3.0 and 4.4.7. See individual change > descriptions for details. > > OK to apply? Shouldn't the new command be documented and called out in NEWS? Thanks.