[flang-commits] [flang] [flang] Regularize TODO messages for coarray related features (PR #69227)
via flang-commits
flang-commits at lists.llvm.org
Mon Oct 16 11:14:00 PDT 2023
================
@@ -582,7 +582,7 @@ class AllocateStmtHelper {
errorManager.genStatCheck(builder, loc);
genAllocateObjectInit(box);
if (alloc.hasCoarraySpec())
- TODO(loc, "coarray allocation");
+ TODO(loc, "coarray: allocation of a corrary object");
----------------
vdonaldson wrote:
These are temporary messages, but corrary -> coarray
https://github.com/llvm/llvm-project/pull/69227
More information about the flang-commits
mailing list