A POINTER attribute statement is allowed to add the POINTER attribute
to a procedure entity that has already been declared, e.g. with an
INTERFACE block.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D123732
[flang] Allow POINTER attribute statement on procedure interfaces ClosedPublic Authored by klausler on Apr 13 2022, 1:21 PM.
Details Summary A POINTER attribute statement is allowed to add the POINTER attribute
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 13 2022, 1:26 PM Closed by commit rGde6e88ef5a5d: [flang] Allow POINTER attribute statement on procedure interfaces (authored by klausler). · Explain WhyApr 15 2022, 8:21 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 423209 flang/lib/Semantics/resolve-names.cpp
flang/test/Semantics/assign02.f90
|