This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add entry points for internal scalar list-directed I/O
ClosedPublic

Authored by klausler on Jul 17 2020, 11:31 AM.

Details

Summary

BeginInternalListInput and BeginInternalListOutput were missing
from the I/O API implementation; add them.

Diff Detail

Event Timeline

klausler created this revision.Jul 17 2020, 11:31 AM
Herald added a project: Restricted Project. · View Herald Transcript
PeteSteinfeld accepted this revision.Jul 17 2020, 12:40 PM

The changes build and test OK, except that the test Semantics/omp-clause-validity01.f90 fails, which I'm sure is unrelated.

The changes look OK to me, but I don't really understand them. Someone more familiar with the code might want to weigh in.

This revision is now accepted and ready to land.Jul 17 2020, 12:40 PM
This revision was automatically updated to reflect the committed changes.