From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6F1E63857C45; Tue, 13 Feb 2024 20:07:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6F1E63857C45 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707854866; bh=ydJ0CCzWn8WkQK9L4ZfMyacS4Wu3z+zmdwnzWP/BDhc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Nskl6QFmFxjMipRSTVj09fgiF3BJqBbN/aZHcTHMA8cxqI2AbU2iZ2MPPtjCck3pS Z1I+ermQYTLs2RNX1P/bGSbmzWuNlfCGX/Nbxf2dYGRA5XQrEzwVIWdG5ZUxMEqYRz A1dEwkTv/FS5tuz4tI78VpgsfQCuK9SA0j3U6qNM= From: "jvdelisle at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/99210] X editing for reading file with encoding='utf-8' Date: Tue, 13 Feb 2024 20:07:45 +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: 10.2.0 X-Bugzilla-Keywords: 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: --- 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=3D99210 --- Comment #6 from Jerry DeLisle --- I have reapplied the patch in comment #3 and it regression tests fine and appears to fix the issue. I have need to work up the test case and submit t= his for approval.=