[flang-commits] [flang] [FLANG] Correctly handle bad AT descriptors in FORMAT statements (PR #194960)

via flang-commits flang-commits at lists.llvm.org
Thu Apr 30 04:59:57 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_ =
----------------
laoshd wrote:

The comments are moved to separate lines.

https://github.com/llvm/llvm-project/pull/194960


More information about the flang-commits mailing list