implicit none integer, dimension(2) :: i,j i=(/1,2/) j=i((/2,1/)) end ./gfortran -m32 -B ./ -c 151275.f95 151275.f95: In function 'MAIN__': 151275.f95:3: internal compiler error: in gfc_conv_ss_descriptor, at fortran/trans-array.c:1224 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions.
-- Summary: ICE in gfc_conv_ss_descriptor Product: gcc Version: 4.0.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: fortran AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jakub at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20686