http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54443
Bug #: 54443
Summary: Segmentation Fault when Compiling for code using
Fortran Polymorphic Entities
Classification: Unclassified
Product: gcc
Version: 4.7.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: [email protected]
ReportedBy: [email protected]
Created attachment 28113
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28113
Sample Code
$gfortran --version
GNU Fortran (GCC) 4.7.2 20120818 (prerelease)
Copyright (C) 2012 Free Software Foundation, Inc.
$gfortran -C class.f03 -o class
f951: 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.
See attached code.