From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9BE893858D38; Fri, 8 Mar 2024 16:44:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9BE893858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709916293; bh=JDmXBsBJbxEAyD0uQ+S11br/tK4xjm5Nm+bPI+dc8Hs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CKi0Y9ZcTrprjKYg7u3hZVZ7Gj0A9jcpmyV42ld9Tslaw1LcZDKLmrtf6NOxIH/f0 nHL4MiyWIqJjGki4gfZgsvKwVXUHmupPjulA/l3LgnldIlEtXA6jgp4emcW/6Saaoe r1YxD2nHz9r9HAHty0VBYu3BdVPFNeW1QF78Htes= 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 16:44:52 +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 #14 from Kyle Shores --- I have not made a smaller example, but we have since removed json-fortran a= s a dependency for tuv-x. So it should be easier to view the failure in tuv-x. I have not made the ti= me to try to reduce the code to an example, but maybe this could help. Following this instructions should show an error git clone https://github.com/NCAR/tuv-x cd tuv-x mkdir build && cd build FC=3Dg++-13 cmake .. make=