From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 188B63858C78; Thu, 8 Feb 2024 18:14:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 188B63858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707416051; bh=sObggZFSVxSG8MmRMRRX0u10JluVlzC3olTG4AfTIAI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=blvRvWD+8UvwyeLj+/tSJqIn74GkXQbpt7BgtGuk4ph3RR6iGnskFbhYezGz7bRiy Njx3CxJwatWLbha/8PhtkB0dyWRL3DN8C7uCJyUDrVDOEEsCPkJBuyCgDlo+CVMPUa 24uJhJmxphebzJkb8uEL+99uzEAJtJqBKiV5M5Hc= From: "jvdelisle at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/109358] Wrong formatting with T-descriptor during stream output Date: Thu, 08 Feb 2024 18:14:08 +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.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jvdelisle at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 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=3D109358 --- Comment #9 from Jerry DeLisle --- Created attachment 57365 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57365&action=3Dedit Preliminary patch The attached patch fixes the stream I/O related tabbing. This regression te= sts fine. There is another side issue I discovered not related to stream I am investigating still. I will also work up a test case stream issue.=