[flang-commits] [flang] [FLANG] Correctly handle bad AT descriptors in FORMAT statements (PR #194960)
Eugene Epshteyn via flang-commits
flang-commits at lists.llvm.org
Wed Apr 29 19:02:56 PDT 2026
================
@@ -735,6 +735,8 @@ template <typename CHAR> bool FormatValidator<CHAR>::Check() {
}
if (stmt_ == IoStmtKind::Read) {
ReportError("'AT' edit descriptor must not be used for input");
+ suppressMessageCascade_ =
----------------
eugeneepshteyn wrote:
Could you please do me a favor and move the comment on its own line, so that assignment could be on the same line?
https://github.com/llvm/llvm-project/pull/194960
More information about the flang-commits
mailing list