[Bug c/97578] ice during IPA pass: inline

Jan Hubicka hubicka@ucw.cz
Tue Nov 3 11:25:08 GMT 2020


> 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.


More information about the Gcc-bugs mailing list