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
gcc/fortran/
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
no_unit_error_1.f90
blob
1d69bccb809f001d88b456722582adea351a1732
1
! { dg-do run }
2
! { dg-shouldfail "UNIT does not exist for FLUSH" }
3
! PR28335 Check for error on no unit.
4
close
(
88
)
5
flush
(
88
)
! { dg-output "Specified UNIT in FLUSH is not connected" }
6
end
7