> Hi,
> 
> PR 97660 occurs when cgraph_node::get returns NULL, and this NULL
> cgraph_node is then passed to clone_info::get.  As the original assert
> prior to the regressing change in r11-4587 allowed for the cgraph_node
> to be NULL, clone_info::get is now only called when cgraph_node::get
> returns a nonnull value.
> 
> Tested on x86_64-freebsd12.2 to confirm the bootstrap regression no
> longer happens.  OK for mainline?
> 
> Regards
> Iain
> 
> ---
> gcc/ChangeLog:
> 
>       PR ipa/97660
>       * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Don't call
>       clone_info::get when cgraph_node::get returns NULL.

OK, thanks!
Honza

Reply via email to