This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix portability warning that was incorrectly an "else if"
ClosedPublic

Authored by klausler on Jul 21 2023, 8:45 AM.

Details

Summary

A semantics check for an assumed-length dummy procedure pointer was
inappropriately part of an "else" clause for a preceding check,
causing it to not be applied in all situations.

Diff Detail

Event Timeline

klausler created this revision.Jul 21 2023, 8:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2023, 8:45 AM
klausler requested review of this revision.Jul 21 2023, 8:45 AM
This revision is now accepted and ready to land.Jul 21 2023, 11:13 AM
This revision was landed with ongoing or failed builds.Jul 21 2023, 3:35 PM
This revision was automatically updated to reflect the committed changes.