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

Jose E. Marchesi <jemarch at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #2 from Jose E. Marchesi <jemarch at gcc dot gnu.org> ---
This issue got fixed using a different approach: now BTF is emitted always the
same way regardless of -mco-re.  Most of the BTF is computed in early_finish
but emission happens always at finish.  At this point the BTF may have been
amended by co-re.

Regarding LTO, at the moment it is not supported.  That will require adding a
BTF reader to GCC, or to provide BTF with enough functionality so it can be
amended by adding stuff, like DWARF's abstract origin DIEs.

Reply via email to