Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gfortran.dg / label_1.f90
blob149c79f10297129bb7c348f21073dc05d3a3aae9
1 ! { dg-do compile }
2 ! Test the fix for PR 25106 and 25055.
4 program a
5 0056780 continue ! { dg-error "Too many digits" }
6 0 continue ! { dg-error "Statement label at" }
7 stop 001234 ! { dg-error "Too many digits" }
8 end program a