[flang-commits] [flang] [flang] Lower BIND(C) assumed length to CFI descriptor (PR #65950)
via flang-commits
flang-commits at lists.llvm.org
Mon Sep 11 09:30:44 PDT 2023
jeanPerier wrote:
> When I build and run tests, I get an assertion. Here's the relevant excerpt from the log file:
Thanks Pete, I could reproduce and added a fix. There was an assert that was not valid anymore and some more work on the callee side since lowering code is not meant to track scalar characters as descriptors.
https://github.com/llvm/llvm-project/pull/65950
More information about the flang-commits
mailing list