[Bug fortran/33733] ICEs in simplify_transfer
dominiq at lps dot ens dot fr
gcc-bugzilla@gcc.gnu.org
Thu Oct 11 13:53:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list