http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50174
Bug #: 50174
Summary: internal compiler error: derived type allocation
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: [email protected]
ReportedBy: [email protected]
Created attachment 25086
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25086
Simple module, contains type def + procedure
Get ICE when compiling code with a function that allocates a derived type
array. Compiled as "gfortran -c settee.f90". See test file attached.