This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix bogus errors about CONTIGUOUS attribute
ClosedPublic

Authored by klausler on May 16 2023, 1:14 PM.

Details

Summary

Incorrect error messages were issuing for symbol table entries
with the CONTIGUOUS attribute that didn't deserve them, like
host association symbols. Put the CONTIGUOUS check into
CheckObjectEntity().

Diff Detail

Event Timeline

klausler created this revision.May 16 2023, 1:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2023, 1:14 PM
klausler requested review of this revision.May 16 2023, 1:14 PM
vzakhari accepted this revision.May 16 2023, 1:58 PM

LGTM. Thanks!

This revision is now accepted and ready to land.May 16 2023, 1:58 PM
This revision was automatically updated to reflect the committed changes.