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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D109931
[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
Diff Detail Event TimelineThis revision is now accepted and ready to land.Sep 22 2021, 9:28 AM Closed by commit rG57705df2de9d: [flang] Catch error: base of DATA statement object can't be a pointer (authored by klausler). · Explain WhySep 22 2021, 2:42 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 373080 flang/lib/Semantics/check-data.cpp
flang/test/Semantics/data04.f90
|