From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6BC79385840C; Thu, 22 Feb 2024 19:13:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6BC79385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708629191; bh=Uu2rT7ez2fKN8Kk4B2AHgEzUvLbaQ9/t/qcEY6ZPcBc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oUGSYagVa9zUZo296VETKKwbRB5p890KX+cBsF/+tGsKZG6q/B0d0zw+hu5FKZ46x NH6n+khP7H+6V6bG+I4JJKOZX9d33bnwY13M0RybDiC8pUFVRPZmo8SE9F/fGS4/hO MRarAAFG0ZBWZu/qDrsUhg1mO6hNELSMWDMiUWE4= From: "jvdelisle at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/105456] Child I/O does not propage iostat Date: Thu, 22 Feb 2024 19:13:09 +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: 12.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jvdelisle at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jvdelisle at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 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=3D105456 --- Comment #4 from Jerry DeLisle --- Created attachment 57504 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57504&action=3Dedit Proposed partial patch Proposed patch for the original test case with a READ function.=