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 (165734:167278).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gfortran.dg
/
internal_io_unf.f90
blob
227b0267cb8972389a2b30fe8fe8e28c5f5af1e5
1
! { dg-do compile }
2
!
3
! PR fortran/34654
4
!
5
! Disallow unformatted write to internal unit.
6
! Test case was contributed by Joost VandeVondele.
7
!
8
implicit none
9
CHARACTER
::
a
(
3
)
10
WRITE
(
a
)
0
! { dg-error "Unformatted I/O not allowed with internal unit" }
11
END