aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/label_1.f90
blob: b5959dad7d16e33153df819bd88bec662eab1dd3 (plain)
1
2
3
4
5
6
7
8
9
! { dg-do compile }
! Test the fix for PR 25106 and 25055.

program a
0056780 continue    ! { dg-error "Too many digits" }
0 continue          ! { dg-error "Zero is not a valid statement label" }
end program a