3 ! PR 52552: [OOP] ICE when trying to allocate non-allocatable object giving a dynamic type
5 ! Contributed by <gccbgz.lionm@xoxy.net>
12 class(t
) :: o
! { dg-error "must be dummy, allocatable or pointer" }
14 allocate(t
::o
) ! { dg-error "is neither a data pointer nor an allocatable variable" }