From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5061C3858D26; Wed, 22 May 2024 07:55:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5061C3858D26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1716364547; bh=WDS4dIBysoY8VrxFuEZcr+wDjXbPCNsO3CaUwZYjlV8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rMBKHC6om/y/s99n4fOoQomdlRphqzPaAM3e/aWUW96GbXtEeN3NwCfCeJHUP3ehJ fM+B2BWwdTYrTyIWKcqGhhncy7oW8oPQbXEiv4IwxusvARFL3mkg6W+T+ycTbZBIl4 1t/llOk7+V3Mp/vW8CSHjWXeNI1t2wd0FSZ8eCyg= 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: Wed, 22 May 2024 07:55:47 +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: 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 #10 from Natalie Perlin --- A workaround found for gnu/14.1.0 gcc that produces error instead of warnin= gs at times:=20 Using cflag=3D"-Wno-implicit-function-declaration ..." helped to avoid err= ors in the code location in my previous comment. The following "cflags" was needed to build successfully a package of the software stack that gave troubles compiling: cflags=3D"Wno-deprecated-declarations -Wno-implicit-function-declaration -Wno-incompatible-pointer-types -Wno-implicit-int"=