From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 591AD3858C52; Mon, 20 Mar 2023 21:48:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 591AD3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679348924; bh=Fiyuim+JhNhjTeJ7hI3FaNC4arZLAIdVNjP3veqFNfg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RqvfrtB6m74ir2XDYIM0Q3/3M97OjWfBej11v3F0X36WiknjmzoVMkRSyKEAmwjMU E3rVlzqcxHnMJMJRpDHHg80hSpz9FcG0NFqFLbHbBc3j/2OnvIzfyE+A/BOaAu2J/7 pmOKTz5oBozm4ZMtnQnXxqJFow0isQ72A+Zii4vQ= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/109216] Wrong behaviour explained in -fno-underscoring documentation Date: Mon, 20 Mar 2023 21:48:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 12.1.0 X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109216 --- Comment #2 from CVS Commits --- The master branch has been updated by Harald Anlauf : https://gcc.gnu.org/g:6c2b28e43205b7b0cef9ac8504621c4cd0ccbde7 commit r13-6766-g6c2b28e43205b7b0cef9ac8504621c4cd0ccbde7 Author: Harald Anlauf Date: Mon Mar 20 20:55:00 2023 +0100 Fortran: fix documentation of -fno-underscoring [PR109216] gcc/fortran/ChangeLog: PR fortran/109216 * invoke.texi: Correct documentation of how underscores are appended to external names.=