[Bug fortran/50130] New: ICE with invalid array slice
Joost.VandeVondele at pci dot uzh.ch
gcc-bugzilla@gcc.gnu.org
Fri Aug 19 18:15:00 GMT 2011
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: unassigned@gcc.gnu.org
ReportedBy: Joost.VandeVondele@pci.uzh.ch
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,
More information about the Gcc-bugs
mailing list