! { dg-do compile } ! ! PR 58026: Bad error recovery for allocatable component of undeclared type ! ! Contributed by Joost VandeVondele type sysmtx_t type(ext_complex_t), allocatable :: S(:) ! { dg-error "has not been previously defined" } end type end