This is an archive of the discontinued LLVM Phabricator instance.

[flang] DATA stmt processing (part 4/4): Check & convert DATA
ClosedPublic

Authored by klausler on Jun 19 2020, 10:08 AM.

Details

Summary

Implement rest of DATA statement semantics and conversion of
DATA statement initializations into static initializers of
objects in their symbol table entries.

Diff Detail

Event Timeline

klausler created this revision.Jun 19 2020, 10:08 AM
Herald added a project: Restricted Project. · View Herald Transcript
PeteSteinfeld accepted this revision.Jun 19 2020, 11:15 AM

All builds, tests, and looks good.

This revision is now accepted and ready to land.Jun 19 2020, 11:15 AM
tskeith accepted this revision.Jun 19 2020, 12:16 PM
This revision was automatically updated to reflect the committed changes.