------- Comment #2 from dominiq at lps dot ens dot fr 2007-10-11 13:53 ------- The patch fixes the tests but resurect an old ICE on (was pr18769):
program gfcbug21 implicit none type t integer :: i end type t type (t), parameter :: u = t (1) integer, parameter :: idx_list(1) = (/ 1 /) ! gfortran dies here: integer :: j(1) = transfer (u, idx_list) print *, j end program gfcbug21 pr18769.f90: In function 'MAIN__': pr18769.f90:1: internal compiler error: in gfc_conv_array_initializer, at fortran/trans-array.c:3816 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33733