Re: Fix ICE in estimate_bb_frequencies

2017-07-18 Thread Markus Trippelsdorf
On 2017.07.18 at 09:54 +0200, Jan Hubicka wrote: > Hi, > this patch fixes ICE in estimate_bb_frequencies which triggers because we > forget > to compute probability for blocks whose count is earlier statically > determined to be > 0. > > Bootstrapped/regtested x86_64-linux, will commit it shortl

Fix ICE in estimate_bb_frequencies

2017-07-18 Thread Jan Hubicka
Hi, this patch fixes ICE in estimate_bb_frequencies which triggers because we forget to compute probability for blocks whose count is earlier statically determined to be 0. Bootstrapped/regtested x86_64-linux, will commit it shortly. Honza PR middle-end/81462 * predict.c (set_ev