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