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
* intrinsic.c: Add EXECUTE_COMMAND_LINE intrinsic.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
open_access_1.f90
blob
95466177f411cb54f9dc122adcef15cd63120be2
1
! { dg-do compile }
2
3
real
::
a
4
a
=
6.0
5
open
(
unit
=
6
,
file
=
'foo'
,
access
=
a
)
! { dg-error "must be of type CHARACTER" }
6
end