A positional (non-keyword) actual argument or alternate return label is not
allowed to follow an actual argument with a keyword.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D146575
[flang] Emit error when a positional actual argument follows an argument with a keyword ClosedPublic Authored by klausler on Mar 21 2023, 3:05 PM.
Details Summary A positional (non-keyword) actual argument or alternate return label is not
Diff Detail Event TimelineThis revision is now accepted and ready to land.Mar 21 2023, 7:51 PM Closed by commit rGe3b6b9299c96: [flang] Emit error when a positional actual argument follows an argument with a… (authored by klausler). · Explain WhyMar 27 2023, 3:33 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 507142 flang/lib/Evaluate/intrinsics.cpp
flang/lib/Semantics/check-call.cpp
flang/test/Evaluate/fold-ishftc.f90
flang/test/Semantics/collectives01.f90
flang/test/Semantics/collectives02.f90
flang/test/Semantics/collectives03.f90
flang/test/Semantics/collectives04.f90
flang/test/Semantics/lcobound.f90
flang/test/Semantics/ucobound.f90
|