[PATCH] D128370: [flang] Add semantics test for `get_team`

Naje George via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 24 14:17:23 PDT 2022


ngeorge1098 added inline comments.


================
Comment at: flang/test/Semantics/get_team.f90:9
+
+  integer n, i, array(1), coarray[*]
+  type(team_type) :: result_team
----------------
This is more of a nitpick, but the variable i is not used in this test, so I assume that it can be removed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128370/new/

https://reviews.llvm.org/D128370



More information about the llvm-commits mailing list