[flang-commits] [clang] [flang] [flang] Enumeration Type: (PR 2/5) Name Resolution + Expression + Relational + SELECT CASE (PR #193028)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Tue Jun 30 08:53:29 PDT 2026
================
@@ -190,6 +190,7 @@ defm ppc_native_vec_elem_order: BoolOptionWithoutMarshalling<"f", "ppc-native-ve
PosFlag<SetTrue, [], [ClangOption], "Specifies PowerPC native vector element order (default)">,
NegFlag<SetFalse, [], [ClangOption], "Specifies PowerPC non-native vector element order">>;
defm unsigned : OptInFC1FFlag<"unsigned", "Enables UNSIGNED type">;
+defm enumeration_type : OptInFC1FFlag<"enumeration-type", "Enables F2023 ENUMERATION TYPE (experimental; FIR lowering is incomplete)">;
----------------
kparzysz wrote:
It's fine if this is fixed in a later PR in the stack.
https://github.com/llvm/llvm-project/pull/193028
More information about the flang-commits
mailing list