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.
Paths
| Differential D155963
[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 Fixes llvm-test-suite/Fortran/gfortran/regression/proc_ptr_45.f90.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 21 2023, 8:33 AM Closed by commit rGccd78958f696: [flang] Support implicit global external as procedure pointer target (authored by klausler). · Explain WhyJul 21 2023, 12:08 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 543020 flang/lib/Semantics/resolve-names.cpp
flang/test/Semantics/assign09.f90
|