This is an archive of the discontinued LLVM Phabricator instance.

[flang] Enforce rest of semantic constraint C919
ClosedPublic

Authored by klausler on Oct 21 2021, 10:47 AM.

Details

Summary

A reference to an allocatable or pointer component must be applied
to a scalar base object. (This is the second part of constraint C919;
the first part is already checked.)

Diff Detail

Event Timeline

klausler created this revision.Oct 21 2021, 10:47 AM
klausler requested review of this revision.Oct 21 2021, 10:47 AM
PeteSteinfeld accepted this revision.Oct 21 2021, 1:46 PM

Looks great!

This revision is now accepted and ready to land.Oct 21 2021, 1:46 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 22 2021, 11:36 AM