From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DE4E23858D32; Mon, 8 Apr 2024 07:24:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DE4E23858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712561049; bh=trR6m6/dh4KQEWkWJmbWtmAxXJ2HwAREvqOKAvTG8Ig=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Oar3SGkAt6Haj5owBB+RcHrm3U4E08y7dGhz5HRHPQWPjmWZHIVyVeKc5BA0Jv/1Z BNeLbIkSHOOj/Ffv6wnuQ2oBltWBHFseDiXlGz6eyjH8C0zWvrbwLbdycQ9RLuLdVV yY1YT6VwKAqpbNG0CqQ/nn/WfkY1smxgWoSO0jkc= From: "rguenth 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: Mon, 08 Apr 2024 07:24: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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P4 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 #24 from Richard Biener --- (In reply to chenglulu from comment #23) > (In reply to GCC Commits from comment #22) > > The master branch has been updated by Jerry DeLisle : > >=20 > > https://gcc.gnu.org/g:93adf88cc6744aa2c732b765e1e3b96e66cb3300 > >=20 > > commit r14-9822-g93adf88cc6744aa2c732b765e1e3b96e66cb3300 > > Author: Jerry DeLisle > > Date: Fri Apr 5 19:25:13 2024 -0700 > >=20 > > libfortran: Fix handling of formatted separators. > >=20=20=20=20=20 > > PR libfortran/114304 > > PR libfortran/105473 > >=20=20=20=20=20 > > libgfortran/ChangeLog: > >=20=20=20=20=20 > > * io/list_read.c (eat_separator): Add logic to handle spaces > > preceding a comma or semicolon such that that a 'null' read > > occurs without error at the end of comma or semicolon > > terminated input lines. Add check and error message for ';'. > > (list_formatted_read_scalar): Treat comma as a decimal point > > when specified by the decimal mode on the first item. > >=20=20=20=20=20 > > gcc/testsuite/ChangeLog: > >=20=20=20=20=20 > > * gfortran.dg/pr105473.f90: Modify to verify new error mess= age. > > * gfortran.dg/pr114304.f90: New test. >=20 > Hi, > This patch causes spec2017 527 and 627 tests to fail. This is the speed and rate versions (same source) of cam4, which is The Community Earth System Model version 1.0.2 (CESM1.0.2) http://www.cesm.ucar.edu See the CESM web site for documentation and information.=