3 ! PR 47085: [OOP] Problem in allocate( SOURCE=) for polymorphic component
5 ! Contributed by Janus Weil <janus@gcc.gnu.org>
9 class(t0
) :: x
! { dg-error "must be dummy, allocatable or pointer" }
10 allocate(x
) ! { dg-error "is neither a data pointer nor an allocatable variable" }