This is an archive of the discontinued LLVM Phabricator instance.

[flang][runtime] Corrections for byte-swapped I/O
ClosedPublic

Authored by klausler on Aug 26 2022, 11:05 AM.

Details

Summary

Unformatted I/O with byte swapping was reversing bytes in badly-sized
frames for character, complex, and some default derived type transfers.

Diff Detail

Event Timeline

klausler created this revision.Aug 26 2022, 11:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 26 2022, 11:05 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Aug 26 2022, 11:05 AM
vdonaldson accepted this revision.Aug 26 2022, 11:08 AM
This revision is now accepted and ready to land.Aug 26 2022, 11:08 AM
This revision was automatically updated to reflect the committed changes.