! { dg-do compile }!! PR 44207: ICE with ALLOCATABLE components and SOURCE!! Contributed by Hans-Werner Boschmann <boschmann@tp1.physik.uni-siegen.de>program ice_progtype::ice_typeinteger,dimension(:),allocatable::listend type ice_typetype(ice_type)::thisinteger::dim=10,iallocate(this%list(dim),source=[(i,i=1,dim)])end program ice_prog