[flang-commits] [flang] [flang][semantics] make sure dynamic type inquiry functions take extensible or unlimited polymorphic types (PR #162931)

Andre Kuhlenschmidt via flang-commits flang-commits at lists.llvm.org
Fri Oct 10 15:15:22 PDT 2025


================
@@ -3622,6 +3622,7 @@ void CheckHelper::CheckDioDtvArg(const Symbol &proc, const Symbol &subp,
                 ioKind == common::DefinedIo::ReadUnformatted
             ? Attr::INTENT_INOUT
             : Attr::INTENT_IN);
+    CheckDioDummyIsScalar(subp, *arg);
----------------
akuhlens wrote:

This was added by mistake, removing now.

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


More information about the flang-commits mailing list