From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 81C133858D35; Sat, 6 May 2023 14:45:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 81C133858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683384339; bh=oYFCv6eK/j8yC3AsiooI0sIoZHHBDeZnFJ9J+//3kfc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hYtRi9mZ9BHMGYt9yZrup17T/ml9oJYHb/Yu+1GvkwnTPC+zmPteoYMTFVPUt6usH 02GuObd7oabkXC2ybESIynNLJVE87nv3f7FA+scIz24et/fYRnxcQhYEdVRU12EjOd eo8nW8v3xTwlxgiq/1cyj5KykVkfe5vMybQpirBU= From: "jvdelisle at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libfortran/109662] bad namelist input but gfortran accepted it Date: Sat, 06 May 2023 14:45:39 +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.1.0 X-Bugzilla-Keywords: accepts-invalid X-Bugzilla-Severity: normal X-Bugzilla-Who: jvdelisle at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED 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: bug_status resolution 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=3D109662 Jerry DeLisle changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #10 from Jerry DeLisle --- This is fixed on trunk. To clarify, the comma is accepted as before with -std=3Dlegacy and -std=3Dg= nu. It is rejected with -std=3Df95, -std=3D2003, and -std=3Df2018. Cheers!=