[all-commits] [llvm/llvm-project] 194778: [flang] Make C_F_POINTER a generic interface
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Aug 25 15:47:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 194778117e57360686eac9bfec7a85f43bbdc628
https://github.com/llvm/llvm-project/commit/194778117e57360686eac9bfec7a85f43bbdc628
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-08-25 (Thu, 25 Aug 2022)
Changed paths:
M flang/module/iso_c_binding.f90
Log Message:
-----------
[flang] Make C_F_POINTER a generic interface
The intrinsic procedure C_F_POINTER needs to be a generic interface
in intrinsic module ISO_C_BINDING. (It also needs to be implemented,
but that remains a TODO for either lowering or the runtime.)
Differential Revision: https://reviews.llvm.org/D132685
More information about the All-commits
mailing list