From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 98D0F385E00F; Fri, 8 Mar 2024 17:22:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 98D0F385E00F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709918547; bh=6yGzjfmyHCzGdLw9NElHwk2kmmCUI0ipyph8emiXTAQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=t0QoVqbHazA97joKxvSMi3GMwXxkNer3Rvc+76gJNEDWX4luCSMKbYv3utARdFADc awKndsxC08LreLRpC9voToElIkznkbQspexKMD+l2KvgG1Yycv1GUX+rciIuKaR57Q vevwrOQqotHRr0gThBoqLBrKnZ9poByUXatiQOEE= From: "sgk at troutmask dot apl.washington.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/110644] Error in gfc_format_decoder Date: Fri, 08 Mar 2024 17:22: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: 13.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sgk at troutmask dot apl.washington.edu 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 #16 from Steve Kargl = --- On Fri, Mar 08, 2024 at 04:44:52PM +0000, kyle.shores44 at gmail dot com wr= ote: > I have not made a smaller example, but we have since removed json-fortran= as a > dependency for tuv-x. >=20 > So it should be easier to view the failure in tuv-x. I have not made the = time > to try to reduce the code to an example, but maybe this could help. >=20 > Following this instructions should show an error >=20 > git clone https://github.com/NCAR/tuv-x > cd tuv-x > mkdir build && cd build > FC=3Dg++-13 cmake .. > make >=20 FC=3Dg++-13? Should that be gfortran13? I get % env FC=3D/usr/home/sgk/work/x/bin/g++ cmake .. -- The Fortran compiler identification is GNU 14.0.1 -- The CXX compiler identification is GNU 14.0.1 -- The C compiler identification is GNU 14.0.1 -- Detecting Fortran compiler ABI info -- Detecting Fortran compiler ABI info - failed -- Check for working Fortran compiler: /usr/home/sgk/work/x/bin/g++ -- Check for working Fortran compiler: /usr/home/sgk/work/x/bin/g++ - broken CMake Error at /usr/local/share/cmake/Modules/CMakeTestFortranCompiler.cmak= e:59 (message): The Fortran compiler "/usr/home/sgk/work/x/bin/g++"=