https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68458
Bug ID: 68458
Summary: internal compiler error: Segmentation fault
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: rgaveiga at gmail dot com
Target Milestone: ---
If I try to compile even a simple code like the following
program test
print*,'Buh'
end program test
with gfortran, I get
: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
The version is 5.2 and the platform is Cygwin-64.