[flang-commits] [flang] Recognition of the Fortran 2023 ENUMERATION TYPE. (PR #185497)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Wed Mar 18 05:49:58 PDT 2026
================
@@ -156,6 +156,7 @@ struct SubroutineSubprogram; // R1534
// with order of the the requirement productions in the grammar.
struct DerivedTypeDef; // R726
struct EnumDef; // R759
+struct EnumerationTypeDef; // R766
----------------
klausler wrote:
This syntax rule is in F'2023, not F'2018, so its number must be prefixed with `F'2023`.
https://github.com/llvm/llvm-project/pull/185497
More information about the flang-commits
mailing list