bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/27484] clang++: objdump: DWARF error: could not find varia


From: mark at klomp dot org
Subject: [Bug binutils/27484] clang++: objdump: DWARF error: could not find variable specification at offset
Date: Tue, 02 Mar 2021 09:24:55 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=27484

--- Comment #6 from Mark Wielaard <mark at klomp dot org> ---
Comment on attachment 13273
  --> https://sourceware.org/bugzilla/attachment.cgi?id=13273
object file - ICC

That does look like the same issue. It also generates an DW_AT_specification
with a forward reference. GCC would emit the DW_TAG_variable after the
declaration, so you will only see references to DIEs that you have already seen
in the tree.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]