http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50130
Bug #: 50130
Summary: ICE with invalid array slice
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: [email protected]
ReportedBy: [email protected]
The following triggers an ICE
integer, parameter :: a(10)=0
integer, parameter :: b(10)=a(1:10:0)
END
f951: internal compiler error: Floating point exception
Please submit a full bug report,
