This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add runtime I/O APIs for COMPLEX formatted input
ClosedPublic

Authored by klausler on Jul 22 2020, 5:02 PM.

Details

Summary

It turns out that COMPLEX formatted input needs its own runtime APIs
so that null values in list-directed input skip the entire COMPLEX
datum rather than just a real or imaginary part thereof.

Diff Detail

Event Timeline

klausler created this revision.Jul 22 2020, 5:02 PM
Herald added a project: Restricted Project. · View Herald Transcript
sscalpone accepted this revision.Jul 22 2020, 5:44 PM
This revision is now accepted and ready to land.Jul 22 2020, 5:44 PM
This revision was automatically updated to reflect the committed changes.