A statement function in Fortran may be called, but it may not be the target
of a procedure pointer or passed as an actual argument.
Details
Details
- Reviewers
vdonaldson
Diff Detail
Diff Detail
Paths
| Differential D136996
[flang] Catch attempts to do anything with statement functions other than call them ClosedPublic Authored by klausler on Oct 28 2022, 3:49 PM.
Details
Summary A statement function in Fortran may be called, but it may not be the target
Diff Detail Event TimelineThis revision is now accepted and ready to land.Oct 28 2022, 4:59 PM
Revision Contents
Diff 471677 flang/lib/Semantics/check-call.cpp
flang/lib/Semantics/pointer-assignment.cpp
flang/test/Semantics/assign03.f90
flang/test/Semantics/call02.f90
|