A semantics check for an assumed-length dummy procedure pointer was
inappropriately part of an "else" clause for a preceding check,
causing it to not be applied in all situations.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D155975
[flang] Fix portability warning that was incorrectly an "else if" ClosedPublic Authored by klausler on Jul 21 2023, 8:45 AM.
Details Summary A semantics check for an assumed-length dummy procedure pointer was
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jul 21 2023, 11:13 AM This revision was landed with ongoing or failed builds.Jul 21 2023, 3:35 PM Closed by commit rG24d293913c21: [flang] Fix portability warning that was incorrectly an "else if" (authored by klausler). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 542951 flang/lib/Semantics/check-declarations.cpp
flang/test/Semantics/call01.f90
|