Re: [PATCH, PR 48613] Don't stream jump functions if there are none

2011-06-14 Thread Jan Hubicka
> Hi, > > the patch below fixes PR 48613 which is an ICE with -O0 > -findirect-inlining. Rather than adding "&& optimize" here and there, > at this place we can easily see whether there is something to do or > not by testing ipa_node_params_vector for NULL. And the > flag-triggering combinations

[PATCH, PR 48613] Don't stream jump functions if there are none

2011-06-14 Thread Martin Jambor
Hi, the patch below fixes PR 48613 which is an ICE with -O0 -findirect-inlining. Rather than adding "&& optimize" here and there, at this place we can easily see whether there is something to do or not by testing ipa_node_params_vector for NULL. And the flag-triggering combinations can -and are