From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5636C3858C60; Fri, 10 Mar 2023 01:59:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5636C3858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678413584; bh=w+rrHo4XHxdgQV48iMHmj6LnIzfndgPWEK/L9+3U590=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XaejpyMEi850EDLFQFHyyV2xnru8TFmARLM62RZuLRh9FWMePD3HjUJN2hIStN5ML xdFmaXlew4Q9l7dMzcSy7uRmf7RLZqSrrcvAmCabuNIFETLBSnuK7vbpBy4PSeDeb5 iADsENzBqASlhLTtrkpTyvp9KUENw64LqiwBKjwE= From: "urbanjost at comcast dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/109080] A write of a NAMELIST group containing an allocatable array is incorrect Date: Fri, 10 Mar 2023 01:59:43 +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: 11.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: urbanjost at comcast dot net X-Bugzilla-Status: WAITING X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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=3D109080 --- Comment #2 from urbanjost at comcast dot net --- A cannot update, but on https://godbolt.org I found 12.2 was available, and it worked there, so I suppose this can be closed. Program returned: 0 Program stdout &ARGS LINES=3D"Xx","Yy","Zz", ALINES=3D"Xx","Yy","Zz", BLINES=3D"Xx","Yy","Zz", /=