As Fortran 2018 15.8.1(3), In a reference to an elemental procedure, if
any argument is an array, each actual argument that corresponds to an
INTENT (OUT) or INTENT (INOUT) dummy argument shall be an array. Add
this semantic check.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
flang/lib/Semantics/check-call.cpp | ||
---|---|---|
897 | The original name was fine. |
Comment Actions
Thanks @klausler for the review. Change the function name back to CheckElementalConformance as suggested.
The original name was fine.