This is an archive of the discontinued LLVM Phabricator instance.

[flang] Catch character length errors in pointer associations
ClosedPublic

Authored by klausler on Jan 27 2023, 9:34 AM.

Details

Summary

When character lengths are known at compilation time, report an error
when a data target with a known length does not match the explicit length
of a pointer that is being associated with it; see 10.2.2.3 paragraph 5.

Diff Detail

Event Timeline

klausler created this revision.Jan 27 2023, 9:34 AM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.Jan 27 2023, 9:34 AM
This revision is now accepted and ready to land.Feb 1 2023, 12:37 AM