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
reflect: canonicalize types returned by StructOf() and friends
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
pr40839.f90
blob
92285295c21cf7b004a0d204f6fa3b0eb2deb9dd
1
! PR fortran/40839
2
! { dg-do compile }
3
write
(
fmt
=
'(a)'
),
'abc'
! { dg-error "UNIT not specified" }
4
write
(
fmt
=
'()'
)
! { dg-error "UNIT not specified" }
5
end