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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |rguenth at gcc dot 
gnu.org

--- Comment #20 from Richard Biener <rguenth at gcc dot gnu.org> ---
Yes, early LTO debug is in now.  While we can probably stream DECL_DEBUG_EXPR
directly as we do now given that is set only for function-local decls we can't
do that for FUNCTION_DECLs which are global entities that are subject to
merging.
Instead we need to stream this for the instances, possibly at the time we
stream struct function.

I'll experiment with this a bit.

Reply via email to