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

program a
0056780 continue    ! { dg-error "Too many digits" }
0 continue          ! { dg-error "Statement label at" }
  stop 001234       ! { dg-error "Too many digits" }
end program a