[flang-commits] [flang] [flang][semantics] make sure dynamic type inquiry functions take extensible or unlimited polymorphic types (PR #162931)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Fri Oct 10 17:49:41 PDT 2025
================
@@ -111,6 +111,7 @@ ENUM_CLASS(KindCode, none, defaultIntegerKind,
atomicIntKind, // atomic_int_kind from iso_fortran_env
atomicIntOrLogicalKind, // atomic_int_kind or atomic_logical_kind
sameAtom, // same type and kind as atom
+ ExtensibleOrUnlimitedType, // extensible or unlimited polymorphic type
----------------
klausler wrote:
Please use capitalization that's consistent with the code that you're extending.
https://github.com/llvm/llvm-project/pull/162931
More information about the flang-commits
mailing list