https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117791
Bug ID: 117791
Summary: Segmentation fault when using -fcheck
Product: gcc
Version: 14.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: hameren at ifj dot edu.pl
Target Milestone: ---
Created attachment 59707
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59707&action=edit
The example program
The following program runs without errors if compiled following
gfortran -Wall testprogram.f90
but gives a compile warning and segfaults if compiled following
gfortran -Wall -fcheck=all testprogram.f90