From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ED5723857C69; Thu, 14 Mar 2024 09:16:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ED5723857C69 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710407794; bh=9u/L5wj9pWK/Xs7zrksHUAqsIuc3nD9+YQGkfnlczNk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JoUbS3gDIKDfCkbVh18cCgBS/ASZ1kIj1PgnXjGFej7teLm7VfWbrQ0rEN7W3fX6C 2rsoWAiDIWEqNgE5KGzGP+cYIs42xz6Aoa4ikQW4LOdUTvQK4al5JGK8F1P2GleIKK X08f1v3tawwZHEQbGKaQeetYB3M52/69aSffxQQ4= From: "burnus at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/105473] semicolon allowed when list-directed read integer with decimal='point' Date: Thu, 14 Mar 2024 09:16:31 +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: 9.4.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: burnus 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: attachments.isobsolete 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=3D105473 Tobias Burnus changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #57693|0 |1 is obsolete| | --- Comment #35 from Tobias Burnus --- Created attachment 57695 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57695&action=3Dedit Extended testcase; comment shows results for gfortran(trunk),ifort,ifx,flang Fixed testcase =E2=80=93 before: too many lines commented, bugs with floati= ng-point test string fo decimal=3Dcomma the I/O code in general for floating-point c= ase. See also: https://godbolt.org/z/14h48167W See also some comments at bug 114304 comment 19.=