[flang-commits] [flang] [flang] Initial debug info support for local variables. (PR #90905)

Abid Qadeer via flang-commits flang-commits at lists.llvm.org
Wed May 15 11:08:40 PDT 2024


abidh wrote:

> module mm
> private
> public:: ff
> contains
>   subroutine ff()
>   implicit none
>     real(8):: x
>     return
>   end subroutine ff
> end module

Thanks for reporting this. I am investigating.

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


More information about the flang-commits mailing list