[flang-commits] [PATCH] D139410: [flang] turn fatal error into a TODO for FORALL edge-case
Jean Perier via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Dec 7 00:48:08 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1293b5fe5aa3: [flang] turn fatal error into a TODO for FORALL edge-case (authored by jeanPerier).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139410/new/
https://reviews.llvm.org/D139410
Files:
flang/lib/Lower/ConvertExpr.cpp
Index: flang/lib/Lower/ConvertExpr.cpp
===================================================================
--- flang/lib/Lower/ConvertExpr.cpp
+++ flang/lib/Lower/ConvertExpr.cpp
@@ -5833,7 +5833,7 @@
CC genarr(const Fortran::evaluate::StaticDataObject::Pointer &,
ComponentPath &components) {
- fir::emitFatalError(getLoc(), "substring of static array object");
+ TODO(getLoc(), "substring of static object inside FORALL");
}
/// Substrings (see 9.4.1)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139410.480798.patch
Type: text/x-patch
Size: 486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20221207/6e6683e6/attachment.bin>
More information about the flang-commits
mailing list