From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B509E3858D38; Fri, 8 Mar 2024 17:42:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B509E3858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709919725; bh=EVY+L6BkiXLVTfrGBe6oDs1z3Z1ypU+IzuxUk6K4n10=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AUD9cgXh8d84vCRpzU/LNqw7PEItVcOtYTO3/lWabXQUD62TXw3kVDRd+nMOd5xFA 7iaDvsXQNIJBteLRAvq9quSDCVocXKwZuc5PHNieRq+rOxkQPIX8CtrToyFIUccIhA fj1dqRTR2bxBaSp4BMuUjs571pdtKaccyOeVu2xc= From: "kyle.shores44 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/110644] Error in gfc_format_decoder Date: Fri, 08 Mar 2024 17:42:05 +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: 13.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: kyle.shores44 at gmail dot com 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=3D110644 --- Comment #17 from Kyle Shores --- I was able to get tuv-x to compile by putting use statements in problematic files at the top of the module. In one case, I had to match the use orderin= g to the order that the objects were used in the module (unsure if that mattered= ), and I also removed an object in a use only statement that wasn't used in th= at same file and then it compiled (these last two issues were for the same file test/unit/radiator/from_host.F90) Here's the PR: https://github.com/NCAR/tuv-x/pull/53=