This is an archive of the discontinued LLVM Phabricator instance.

[flang] Catch error: base of DATA statement object can't be a pointer
ClosedPublic

Authored by klausler on Sep 16 2021, 2:48 PM.

Details

Summary

A pointer with subscripts, substring indices, or components cannot
be initialized by a DATA statement (although of course a whole pointer
can be so). Catch the missing cases.

Diff Detail

Event Timeline

klausler created this revision.Sep 16 2021, 2:48 PM
klausler requested review of this revision.Sep 16 2021, 2:48 PM
This revision is now accepted and ready to land.Sep 22 2021, 9:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 22 2021, 2:42 PM