[flang-commits] [flang] [flang] Fix lowering of unused dummy procedure pointers (PR #155649)
Leandro Lupori via flang-commits
flang-commits at lists.llvm.org
Wed Aug 27 17:58:50 PDT 2025
luporl wrote:
@DanielCChen, thanks for testing this patch.
I couldn't reproduce the segfault with the reproducer you have provided.
I tried on both macOS and Linux (both AArch64). The program compiles and runs without issues:
```
$ flang regr.f90 && ./a.out
$
```
Can you share more details about your test environment and the error?
https://github.com/llvm/llvm-project/pull/155649
More information about the flang-commits
mailing list