OSDN Git Service

PR libfortran/20006
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / stfunc_2.f90
1 ! { dg-do compile }
2 ! PR 20467 : we didn't check if a statement function had the dummy attribute.
3 SUBROUTINE a(b)
4         b(c) = 0  ! { dg-error "Unclassifiable statement" }
5 END SUBROUTINE a
6