-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[flang][debug] Wrong signature for functions with complex return type. #108711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@llvm/issue-subscribers-debuginfo Author: Abid Qadeer (abidh)
See the following example. The type of the `fn` as shown by GDB is wrong. It shows integer as return type.
|
@llvm/issue-subscribers-flang-ir Author: Abid Qadeer (abidh)
See the following example. The type of the `fn` as shown by GDB is wrong. It shows integer as return type.
|
abidh
added a commit
to abidh/llvm-project
that referenced
this issue
Oct 31, 2024
This help us generate debug info that better represents the actual Fortran source code. Fixes llvm#108711.
abidh
added a commit
that referenced
this issue
Nov 5, 2024
This help us generate debug info that better represents the actual Fortran source code. It was briefly discussed [here](#113917 (review)). Fixes #108711.
PhilippRados
pushed a commit
to PhilippRados/llvm-project
that referenced
this issue
Nov 6, 2024
This help us generate debug info that better represents the actual Fortran source code. It was briefly discussed [here](llvm#113917 (review)). Fixes llvm#108711.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See the following example. The type of the
fn
as shown by GDB is wrong. It shows integer as return type.The text was updated successfully, but these errors were encountered: