From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 68529385843A; Sat, 18 Mar 2023 17:40:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 68529385843A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1679161227; bh=8jWccIZqpe0JayK21w9JzZxiw1gCev4xnDKN4+iwYLo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=OBCkkcMYQ6Dq2KCNkCpC8Dg6D4zeXWO59F8PS+oyu4LjDPLECKAiYrsRJOpSlk/D4 U7YwcUBdvcXA0gLuMD42ACsGmoPqzESGYl9UAtvpknr84Tgzzta9KdXfkKSrj5KwGF AYcFpw+Ah5uVLIQBCG7FOKVJfdDpPIhIy5pR23Mg= From: "pault at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/55207] [F08] Variables declared in the main program should implicitly get the SAVE attribute Date: Sat, 18 Mar 2023 17:40:27 +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: 4.8.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pault at gcc dot gnu.org X-Bugzilla-Status: REOPENED 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=3D55207 --- Comment #23 from Paul Thomas --- As far as I am aware, this bug has either been fixed or has been worked rou= nd everywhere. However, it doesn't block PR37336 and so I am releasing that dependency. Cheers Paul=