This is an archive of the discontinued LLVM Phabricator instance.

[flang] Support implicit global external as procedure pointer target
ClosedPublic

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

Details

Summary

A name that has been used to reference an undeclared global external
procedure should be accepted as the target of a procedure pointer
assignment statement.

Fixes llvm-test-suite/Fortran/gfortran/regression/proc_ptr_45.f90.

Diff Detail

Event Timeline

klausler created this revision.Jul 21 2023, 8:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2023, 8:17 AM
klausler requested review of this revision.Jul 21 2023, 8:17 AM
This revision is now accepted and ready to land.Jul 21 2023, 8:33 AM