[flang] [llvm] [flang] [flang-rt] Implement AT edit descriptor for Fortran 202X with appropriate handling and tests (PR #189157)

via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 07:15:44 PDT 2026


================
@@ -718,6 +722,19 @@ template <typename CHAR> bool FormatValidator<CHAR>::Check() {
       NextToken();
       check_w();
       break;
+    case TokenKind::AT:
+      // F202X data-edit-desc -> AT (no w allowed)
----------------
kwyatt-ext wrote:

F2023

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


More information about the llvm-commits mailing list