This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Fix name resolution for fct name in acc routine
ClosedPublic

Authored by clementval on Jun 28 2023, 2:11 PM.

Details

Summary

Name resolution was failing when the routine name is
a function/subroutine in the parent scope.

Diff Detail

Event Timeline

clementval created this revision.Jun 28 2023, 2:11 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
Herald added a subscriber: sunshaoce. · View Herald Transcript
clementval requested review of this revision.Jun 28 2023, 2:11 PM
vzakhari accepted this revision.Jun 28 2023, 5:54 PM

LGTM. Thank you!

This revision is now accepted and ready to land.Jun 28 2023, 5:54 PM