[flang-commits] [PATCH] D113083: [flang] Add a semantics test for co_max
Damian Rouson via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Dec 1 16:05:49 PST 2021
rouson added a comment.
As suggested in Diff D113086 <https://reviews.llvm.org/D113086>, the updated diff
1. Removes trailing whitespace if present.
2. Cites the section of the standard that defines the co_max interface.
3. Adds a check for an error in which the first co_max argument is coindexed.
The diff also adds checks for additional expected errors due to argument type mismatches.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113083/new/
https://reviews.llvm.org/D113083
More information about the flang-commits
mailing list