This is an archive of the discontinued LLVM Phabricator instance.

[flang] Downgrade inappropriate error message to a warning
ClosedPublic

Authored by klausler on Aug 30 2021, 11:48 AM.

Details

Summary

It may not be great practice to pass a procedure (or procedure pointer)
with an implicit interface as an actual argument to correspond with
a dummy procedure (pointer), but it's not an error. Change to a
warning, and modify tests accordingly.

Diff Detail

Event Timeline

klausler created this revision.Aug 30 2021, 11:48 AM
klausler requested review of this revision.Aug 30 2021, 11:48 AM
jeanPerier accepted this revision.Aug 31 2021, 1:29 AM

The LLVM build bot seems to have had weird issues applying the patch, but the patch looks good to me.

This revision is now accepted and ready to land.Aug 31 2021, 1:29 AM
This revision was landed with ongoing or failed builds.Aug 31 2021, 11:29 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2021, 11:29 AM