Remove outermost loop parameter.
[official-gcc/graphite-test-results.git] / gcc / testsuite / gfortran.dg / assign_1.f90
blob81aaeff2d324152b3275d7314340b7f6cd1d0b74
1 ! { dg-do compile }
2 ! Option passed to avoid excess errors from obsolete warning
3 ! { dg-options "-w" }
4 integer i(5)
5 assign 1000 to i ! { dg-error "scalar default INTEGER" }
6 1000 continue
7 end