repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2014-07-12 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
label_1.f90
blob
b5959dad7d16e33153df819bd88bec662eab1dd3
1
! { dg-do compile }
2
! Test the fix for PR 25106 and 25055.
3
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
8
9