From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id 4044C3858D32; Mon, 20 Mar 2023 21:44:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4044C3858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.98,276,1673942400"; d="scan'208";a="100746444" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 20 Mar 2023 13:44:13 -0800 IronPort-SDR: eAaFkioCe6Ur3rujs0fFnUH/BxL+4pI5GY0ZFQszzlfIp+fwX0Av824vW48YbwIq0LrNPbNmV0 QoZ0fMdS4ZGPGz94K2O7JiprlGSDi2RkAt9KfaF6MuaSaIKdteCz9TxRAtAWwoHVApUpGgL/r9 LvpcYqA7p4MSYOZAe0n++sZ5Knwwz2W+tk/j9jYhGVnDidLbOX8VMpBvbG47IRTGdnV8b4x16M UD1oSMHrXu6Bgr6Dr2vGOR+zpT/PDT4Q7a+LCtFJKQRPSuh9OxGQVdERwIVlgTOtaCTkHKUTkq L5g= Message-ID: <9444ce37-a3c3-494d-74c7-8debb2bcd63f@codesourcery.com> Date: Mon, 20 Mar 2023 15:44:09 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH] Fortran: fix documentation of -fno-underscoring [PR109216] Content-Language: en-US To: Harald Anlauf , fortran , gcc-patches Newsgroups: gmane.comp.gcc.patches,gmane.comp.gcc.fortran References: From: Sandra Loosemore In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-ClientProxiedBy: svr-orw-mbx-10.mgc.mentorg.com (147.34.90.210) To svr-orw-mbx-13.mgc.mentorg.com (147.34.90.213) X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,NICE_REPLY_A,SPF_HELO_PASS,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: On 3/20/23 14:05, Harald Anlauf via Gcc-patches wrote: > Dear all, > > as reported, the implicit documentation of -funderscoring, which > is found under -fno-underscoring, has gone sideways long time ago. > The attached patch should fix it. > > OK for mainline, or did I miss something? This is OK. -Sandra