This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/84213] [8 Regression] 521.wrf_r from SPEC 2017 fails to build (link) with LTO


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84213

--- Comment #12 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I believe DWARF doesn't have a way to push address of a DIE (if it has one),
only can use DW_OP_addr which pushes an address of a relocatable symbol rather
than a DIE.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]