This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] INQUIRE(FILE=path, READ/READWRITE/WRITE=x) should be UNKNOWN when unknown
ClosedPublic

Authored by klausler on Aug 23 2023, 11:42 AM.

Details

Summary

For nonexistent or inaccessible files, we're returning NO, which is
indeed true, but we should return UNKNOWN instead.

Diff Detail

Event Timeline

klausler created this revision.Aug 23 2023, 11:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2023, 11:42 AM
klausler requested review of this revision.Aug 23 2023, 11:42 AM
vdonaldson accepted this revision.Aug 23 2023, 7:14 PM
This revision is now accepted and ready to land.Aug 23 2023, 7:14 PM