This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix bogus error under IMPLICIT NONE(EXTERNAL)
ClosedPublic

Authored by klausler on May 17 2023, 8:38 AM.

Details

Summary

Don't emit an error message for a possible implicit use of an
external procedure when it is known that the symbol is not
a procedure (e.g., an array).

Fixes https://github.com/llvm/llvm-project/issues/62047

Diff Detail

Event Timeline

klausler created this revision.May 17 2023, 8:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2023, 8:38 AM
klausler requested review of this revision.May 17 2023, 8:38 AM
PeteSteinfeld accepted this revision.May 17 2023, 9:19 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.May 17 2023, 9:19 AM
This revision was automatically updated to reflect the committed changes.