This is an archive of the discontinued LLVM Phabricator instance.

[flang] Take character function length into account when testing compatibility
ClosedPublic

Authored by klausler on Dec 1 2022, 11:02 AM.

Details

Summary

When a character-valued function is passed as an actual argument, and both
the actual function and the dummy argument have explicit result lengths, take them
into account when testing for compatibility.

Diff Detail

Event Timeline

klausler created this revision.Dec 1 2022, 11:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 1 2022, 11:02 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Dec 1 2022, 11:02 AM
PeteSteinfeld accepted this revision.Dec 1 2022, 11:22 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Dec 1 2022, 11:22 AM