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
Increase timeout factor for hppa*-*-* in gcc.dg/long_branch.c
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
assign_3.f90
blob
a43b10c11b195747f0fc0ad72e051dbdad9ce1d0
1
! { dg-do compile }
2
! Option passed to avoid excess errors from obsolete warning
3
! { dg-options "-w" }
4
! PR18827
5
integer
i
,
j
6
equivalence
(
i
,
j
)
7
assign
1000
to
i
8
write
(*,
j
)
! { dg-error "not been assigned a format label" }
9
goto
j
! { dg-error "not been assigned a target label" }
10
1000
continue
11
end