OSDN Git Service

PR c++/41920
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / oldstyle_2.f90
1 ! { dg-do compile }
2 subroutine foo(i) ! { dg-error "DATA attribute" }
3   integer i /10/
4 end subroutine foo