[flang-commits] [flang] [flang] Add MALLOC and FREE intrinsics for Cray pointers (PR #110018)

David Truby via flang-commits flang-commits at lists.llvm.org
Thu Sep 26 07:33:50 PDT 2024


================
@@ -1600,6 +1600,18 @@ static void CheckMaxMin(const characteristics::Procedure &proc,
   }
 }
 
+static void CheckFree(evaluate::ActualArguments &arguments,
----------------
DavidTruby wrote:

I think we need this for basically all the intrinsics in the big type table in intrinsics.cpp. I reckon we should do that generally and generically for all of them, as a separate patch to this.

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


More information about the flang-commits mailing list