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
2011-05-23 Tom de Vries <tom@codesourcery.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
open_access_append_2.f90
blob
3f9dd914d6ac8c4610bd3736a7003a2b981631ce
1
! { dg-do run }
2
! Testcase for the GNU extension OPEN(...,ACCESS="APPEND")
3
open
(
10
,
err
=
900
,
access
=
"append"
,
position
=
"asis"
)
! { dg-warning "Extension: ACCESS specifier in OPEN statement" }
4
call
abort
5
900
end
6
! { dg-output ".*Extension.*" }