blob: 66748d6142fe158c0b3b67ff839cba463a26d81d [file] [log] [blame]
! { dg-do compile }
! PR fortran/91551
! Contributed by Gerhard Steinmetz
program p
if (allocated()) stop 1 ! { dg-error "requires an array or scalar allocatable" }
end