This is an archive of the discontinued LLVM Phabricator instance.

[flang] Track CHARACTER length better in TypeAndShape
ClosedPublic

Authored by klausler on Oct 1 2020, 11:49 AM.

Details

Summary

CHARACTER length expressions were not always being
captured or computed as part of procedure "characteristics",
leading to test failures due to an inability to compute
memory size expressions accurately.

Diff Detail

Event Timeline

klausler created this revision.Oct 1 2020, 11:49 AM
Herald added a project: Restricted Project. · View Herald Transcript
klausler requested review of this revision.Oct 1 2020, 11:49 AM
jeanPerier accepted this revision.Oct 6 2020, 8:38 AM

Looks good to me.

This revision is now accepted and ready to land.Oct 6 2020, 8:38 AM
This revision was automatically updated to reflect the committed changes.