aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/allocated_3.f90
blob: 66748d6142fe158c0b3b67ff839cba463a26d81d (plain)
1
2
3
4
5
6
! { 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