PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / label_1.f90
blobb5959dad7d16e33153df819bd88bec662eab1dd3
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 "Zero is not a valid statement label" }
7 end program a