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
PR target/83368
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr70006.f90
blob
97b41709769cb357b20b79b0eb8fdbcf1790fb46
1
! { dg-do compile }
2
program
test
3
print
1
,
'string 1'
! { dg-error "FORMAT label 1" " " }
4
print
1
,
'string 2'
! { dg-error "FORMAT label 1" " " }
5
!1 format(a)
6
goto
2
! { dg-error "Label 2 referenced" " " }
7
goto
2
! { dg-error "Label 2 referenced" " " }
8
!2 continue
9
end program