This is an archive of the discontinued LLVM Phabricator instance.

[flang] runtime error on inappropriate OPEN(UNIT=extant,RECL=n)
ClosedPublic

Authored by klausler on Jan 18 2022, 12:24 PM.

Details

Summary

Don't let a program set a fixed RECL= on a connected unit unless
it already had one with the same value.

Diff Detail

Event Timeline

klausler created this revision.Jan 18 2022, 12:24 PM
klausler requested review of this revision.Jan 18 2022, 12:24 PM
vdonaldson accepted this revision.Jan 18 2022, 1:27 PM
This revision is now accepted and ready to land.Jan 18 2022, 1:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2022, 2:54 PM