[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
Wed Sep 25 10:32:06 PDT 2024
DavidTruby wrote:
I'd have liked to add a warning for if the result of MALLOC is assigned to a non-Cray pointer variable, but I wasn't sure quite where to put that test. I assume it can't go next to the free one as you don't know what the result variable is in check-call.cpp. If anyone has any pointers on how to do this, please let me know, thanks!
https://github.com/llvm/llvm-project/pull/110018
More information about the flang-commits
mailing list