! { dg-do run }!! PR 42647: Missed initialization/dealloc of allocatable scalar DT with allocatable component!! Contributed by Tobias Burnus <burnus@gcc.gnu.org>type tinteger,allocatable::pend type ttype(t),allocatable::adeallocate(a,stat=istat)if(istat==0)call abort()end