This is an archive of the discontinued LLVM Phabricator instance.

[flang] Descriptor-based I/O using wrong size for contiguous unformatted I/O
ClosedPublic

Authored by klausler on Aug 12 2020, 4:32 PM.

Details

Summary

The descriptor-based I/O routine was using the size of the descriptor
rather than the size of the described data for the transfer. Fix,
and add a comment to the relevant API.

Diff Detail

Event Timeline

klausler created this revision.Aug 12 2020, 4:32 PM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.Aug 12 2020, 4:32 PM
PeteSteinfeld accepted this revision.Aug 13 2020, 10:44 AM

All builds, tests, and looks good.

This revision is now accepted and ready to land.Aug 13 2020, 10:44 AM