From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4C3253849AD4; Thu, 16 May 2024 07:08:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C3253849AD4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1715843320; bh=RPqX36A5zsD0QB3vVidu4/ZLHerJ0wpiTQ8KcG6S+9M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=cz7TO5P75hZlhcL1+ZscgeMxJZc67+BmwYf7EIBOXlCXYUafg2Clu2uD7rP/GIoRP Pk7/U/eb5MG16a0eG1V0eSq7FCl54dzPCpq/c1RNDrF1+1PHxiOHq9HzZ0mHkJWmLW XMzg4i579opoEojGZwYeLoIidmzRauHvA/2EblaY= From: "natalie.perlin at noaa dot gov" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/115107] f951: internal compiler error: Segmentation fault 0xcf878f crash_signal toplev.cc:314 Date: Thu, 16 May 2024 07:08:39 +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.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: natalie.perlin at noaa dot gov 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: attachments.created 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=3D115107 --- Comment #5 from Natalie Perlin --- Created attachment 58217 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D58217&action=3Dedit Most of the source files of the modules used for the fv_dynamics.F90 Most of the source files for the modules used for the fv_dynamics.F90, in a compressed tar format. The file was tared as follows: tar cvfz sourcesF90.tgz *.F90 *.f=