This is an archive of the discontinued LLVM Phabricator instance.

[flang] Expand semantics test coverage of collective subroutines
ClosedPublic

Authored by ngeorge1098 on Jun 23 2022, 2:57 PM.

Details

Summary

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.

Diff Detail

Event Timeline

ngeorge1098 created this revision.Jun 23 2022, 2:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 23 2022, 2:57 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
ngeorge1098 requested review of this revision.Jun 23 2022, 2:57 PM
ktras accepted this revision.Jun 29 2022, 10:06 AM

LGTM.

This revision is now accepted and ready to land.Jun 29 2022, 10:06 AM
This revision was automatically updated to reflect the committed changes.