Don't let a program set a fixed RECL= on a connected unit unless
it already had one with the same value.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D117595
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 18 2022, 1:27 PM Closed by commit rGe847b30369ad: [flang] runtime error on inappropriate OPEN(UNIT=extant,RECL=n) (authored by klausler). · Explain WhyJan 18 2022, 2:54 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 401003 flang/runtime/io-api.cpp
|