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

--- Comment #10 from Jan Hubicka <hubicka at ucw dot cz> ---
> It needs to refer to the DW_TAG_formal_parameter DIEs, and only the PARM_DECLs
> map to those.
It has problem with the partitioning (if we call a callee from different
parititon) and also if the callee is compiled before caller (as it
should) we will call cgraph_node::release_body and that will likely
remove pointer to them.

Reply via email to