OSDN Git Service

* doc/invoke.texi: Document -ftree-loop-distribution.
[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