From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A4117385800C; Thu, 4 Jan 2024 16:57:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A4117385800C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1704387431; bh=U55Bca4LkYhVlj35lujOxtpGz8MCgJpy/M2JKHueiNw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JR8ox6/UqgvoamGy2/822pcZ78zo5/rPLsLV9zAhaAjLGOdrkm3w0MdvWtZ6Mfi72 BqnlgeEa0eOBD2ZwiUL6I+x4yypQ/WypF1HH0Y0AhMd0rCcVDSru7VQfTxuB7CImmT PniqvbiYQCGzITzFdJFyEajsN0sxEhL5ydv4BGYk= From: "jvdelisle at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/113223] NAMELIST internal write missing leading blank character Date: Thu, 04 Jan 2024 16:57:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libfortran X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jvdelisle at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 X-Bugzilla-Assigned-To: jvdelisle at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D113223 --- Comment #3 from Jerry DeLisle --- Created attachment 56990 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56990&action=3Dedit Suggested patch including affected test cases Regression tested OK. Three test cases affected. $ git status On branch master Your branch is up to date with 'origin/master'. Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: gcc/testsuite/gfortran.dg/dtio_25.f90 modified: gcc/testsuite/gfortran.dg/namelist_57.f90 modified: gcc/testsuite/gfortran.dg/namelist_65.f90 modified: libgfortran/io/write.c no changes added to commit (use "git add" and/or "git commit -a") This looks good to me and I will commit as simple and obvious.=