[flang-commits] [flang] [Flang] Add partial support for lowering procedure pointer assignment. (PR #70461)
Daniel Chen via flang-commits
flang-commits at lists.llvm.org
Tue Nov 21 10:16:31 PST 2023
DanielCChen wrote:
> > @jeanPerier Hi Jean, this is all I have planned to commit. Please let me know if you have any comments on the code or the LIT test. Thanks!
>
> LIT tests looks great, I think you are missing the TODO for NULLIFY (since it is not an intrinsic, it is not covered by the TODO you added for intrinsic):
>
> ```
> real, pointer, external :: p
> nullify(p)
> end
> ```
>
> Crashes at
>
> https://github.com/llvm/llvm-project/blob/718793ce6a54b8fb95884d7fb37f70fd339cab3b/flang/lib/Lower/Bridge.cpp#L3098
>
> Otherwise looks great!
Ah, I thought I have fixed it, but must have missed it instead. Working on it.
https://github.com/llvm/llvm-project/pull/70461
More information about the flang-commits
mailing list