[flang] Expand semantics test coverage of collective subroutines
Add non-standard conforming calls that violate the intent(inout) of errmsg argument for co_sum, co_max, co_min, and co_broadcast. Add non-standard conforming calls that violate the argument typing of errmsg argument for co_max, co_min, and co_broadcast. Add standard conforming calls that reorder keyword arguments for co_sum and co_reduce. Reviewed By: ktras Differential Revision: https://reviews.llvm.org/D128468
Loading
Please sign in to comment