[flang-commits] [flang] [llvm] [flang] [flang-rt] Implement AT edit descriptor for Fortran 202X with appropriate handling and tests (PR #189157)
via flang-commits
flang-commits at lists.llvm.org
Mon Apr 6 11:38:48 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)
----------------
laoshd wrote:
F202X has been changed to F2023.
https://github.com/llvm/llvm-project/pull/189157
More information about the flang-commits
mailing list