lto: Remove random_seed from section name.
[official-gcc.git] / gcc / testsuite / gfortran.dg / real_index_1.f90
blob5a144fd8501aabd85610b96e8a7c66f5fc47c7ec
1 ! { dg-do run }
2 ! PR 16907 : We didn't support REAL array indices as an extension
3 integer I, A(10)
4 A = 2
5 I=A(1.0) ! { dg-warning "Extension" }
6 if (i/=2) STOP 1
7 end