This is an archive of the discontinued LLVM Phabricator instance.

[flang] Support legacy usage of 'A' edit descriptors for integer & real
ClosedPublic

Authored by klausler on Oct 22 2021, 2:48 PM.

Details

Summary

The 'A' edit descriptor once served as a form of raw I/O of bytes
to/from variables that weren't of type CHARACTER (which itself
didn't exist until F'77). This usage was especially common for
output of numeric variables that had been initialized with Hollerith.

Diff Detail

Event Timeline

klausler created this revision.Oct 22 2021, 2:48 PM
klausler requested review of this revision.Oct 22 2021, 2:48 PM
vdonaldson accepted this revision.Oct 22 2021, 3:52 PM
This revision is now accepted and ready to land.Oct 22 2021, 3:52 PM
This revision was landed with ongoing or failed builds.Oct 22 2021, 4:04 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 22 2021, 4:04 PM