[flang-commits] [PATCH] D132158: [flang][runtime] Fix error message
Peter Klausler via Phabricator via flang-commits
flang-commits at lists.llvm.org
Thu Aug 18 14:46:03 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3838245dc46c: [flang][runtime] Fix error message (authored by klausler).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132158/new/
https://reviews.llvm.org/D132158
Files:
flang/runtime/namelist.cpp
Index: flang/runtime/namelist.cpp
===================================================================
--- flang/runtime/namelist.cpp
+++ flang/runtime/namelist.cpp
@@ -329,7 +329,7 @@
}
} else {
handler.SignalError("NAMELIST component reference of input group item %s "
- "has no name after '%'",
+ "has no name after '%%'",
name);
}
return false;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132158.453799.patch
Type: text/x-patch
Size: 422 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220818/a3115d7e/attachment.bin>
More information about the flang-commits
mailing list