From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BFE443857C52; Thu, 14 Mar 2024 15:56:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BFE443857C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710431786; bh=R/BodAJkwKfbLuAueliBX8Bx8sq5g/UrrAYqB4ik1j4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tjgXRqMkwoVnxvoPvJGtZUfBAzxqt76ARwdKhqy01lo9CKPm+Kr7DX+vrMKbYuU/G 88Sns7JFH9D4Ccljhc9uSdif/diCJQUA1YGo7yw4pd7ofqMtvS4vdS1Xygby78X5IW rzVGftFZw/gaMeAVbvjWdWsUN3+kmuzZg5Vje5ag= From: "jvdelisle at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyBsaWJmb3J0cmFuLzExNDMwNF0gWzEzLzE0IFJlZ3Jlc3Np?= =?UTF-8?B?b25dIGxpYmdmb3J0cmFuIEkvTyDigJMgYm9ndXMgIlNlbWljb2xvbiBub3Qg?= =?UTF-8?B?YWxsb3dlZCBhcyBzZXBhcmF0b3Igd2l0aCBERUNJTUFMPSdwb2ludCci?= Date: Thu, 14 Mar 2024 15:56:23 +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: 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: 14.0 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=3D114304 --- Comment #20 from Jerry DeLisle --- Some additional information from the 2023 standard. 13.10.3.1List-directed input forms 8 If the next effective item is default, ASCII, or ISO 10646 character and =E2=80=A2 the character sequence does not contain value separators, =E2=80=A2 the character sequence does not cross a record boundary, =E2=80=A2 the first nonblank character is not a quotation mark or an ap= ostrophe, =E2=80=A2 the leading characters are not digits followed by an asterisk= , and =E2=80=A2 the character sequence contains at least one character, the delimiting apostrophes or quotation marks are not required. If the delimiters are omitted, the character sequence is terminated by the first blank, comma (= if the decimal edit mode is POINT), semicolon (if the decimal edit mode is COMMA), slash= , or end of record; in this case apostrophes and quotation marks within the datum are= not to be doubled. --------------------------------------------------- I am still digesting this and should have something sorted out in the next = day or so.=