[flang-commits] [flang] [flang] fix flang builds with clang 20 after #100692 (PR #106718)

via flang-commits flang-commits at lists.llvm.org
Fri Aug 30 06:47:59 PDT 2024


jeanPerier wrote:

Thanks @DavidTruby, I reported the issue in the clang patch with a reproducer.

I also think the C++ compiler should be able to resolve it since it is given the expected function type (after all, it is able to resolve it in call, and we are giving it more info here).

https://github.com/llvm/llvm-project/pull/106718


More information about the flang-commits mailing list