aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Lower/VectorSubscripts.cpp
diff options
context:
space:
mode:
authorPete Steinfeld <47540744+psteinfeld@users.noreply.github.com>2023-10-16 12:37:57 -0700
committerGitHub <noreply@github.com>2023-10-16 12:37:57 -0700
commit5db4779c3f07b6f562339722c176fb58329652ac (patch)
treee103cb89e4b59b705876791455ba23de411ac443 /flang/lib/Lower/VectorSubscripts.cpp
parentf7a8a78cb7c1a3c5cc9e6cd999e908f2725a4664 (diff)
downloadllvm-5db4779c3f07b6f562339722c176fb58329652ac.zip
llvm-5db4779c3f07b6f562339722c176fb58329652ac.tar.gz
llvm-5db4779c3f07b6f562339722c176fb58329652ac.tar.bz2
[flang] Regularize TODO messages for coarray related features (#69227)
I want to make "not yet implemented" messages for features related to coarrays easy to identify and make them easy for users to read.
Diffstat (limited to 'flang/lib/Lower/VectorSubscripts.cpp')
-rw-r--r--flang/lib/Lower/VectorSubscripts.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/flang/lib/Lower/VectorSubscripts.cpp b/flang/lib/Lower/VectorSubscripts.cpp
index ca5dfc8..7439b9f 100644
--- a/flang/lib/Lower/VectorSubscripts.cpp
+++ b/flang/lib/Lower/VectorSubscripts.cpp
@@ -212,7 +212,8 @@ private:
mlir::Type gen(const Fortran::evaluate::CoarrayRef &) {
// Is this possible/legal ?
- TODO(loc, "coarray ref with vector subscript in IO input");
+ TODO(loc, "coarray: reference to coarray object with vector subscript in "
+ "IO input");
}
template <typename A>