./:
[official-gcc.git] / gcc / testsuite / gfortran.dg / g77 / 12632.f
blob91121c8a406a515aa6b57ef4def518a1a1612923
1 C { dg-do compile }
2 C { dg-options "-fbounds-check" }
3 INTEGER I(1)
4 I(2) = 0 ! { dg-error "out of bounds" "out of bounds" }
5 END