repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gfortran.dg
/
endfile_4.f90
blob
a2462c9f878ca6d74946c046aaabc34b182a4e98
1
! { dg-do run }
2
! pr44477 ENDFILE not allowed after ENDFILE
3
!-------------------------------------------
4
open
(
10
,
form
=
'formatted'
, &
5
action
=
'write'
,
position
=
'rewind'
,
status
=
"scratch"
)
6
endfile
(
10
)
7
endfile
(
10
)
! { dg-shouldfail "Cannot perform ENDFILE" }
8
end