Sign in
gnu
/
gcc
/
refs/heads/releases/gcc-4.8
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
pr20163-2.f
blob: 5849cfcb2f363fe32c5dbdfd4c12aa99a161d4af [
file
] [
log
] [
blame
]
!
{
dg
-
do
run
}
open
(
10
,
status
=
"foo"
,
err
=
100
)
!
{
dg
-
warning
"STATUS specifier in OPEN statement .* has invalid value"
}
call abort
100
continue
open
(
10
,
status
=
"scratch"
)
end