------- Comment #1 from janus at gcc dot gnu dot org 2010-01-30 10:37 ------- Related example (PR42888 comment #17):
implicit none type t integer :: X = -999.0 end type t class(t), allocatable :: y(:) allocate (t::y(1)) ! ICE end -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41600