Re: Fix pr/59924

2014-02-03 Thread Jakub Jelinek
On Mon, Feb 03, 2014 at 03:18:49PM -0800, Richard Henderson wrote: > The problem with this pr is that the -uninit pass could get itself > into a loop while processing nodes. Within this loop, it would > allocate memory, therefore the visible symptom was allocation > failure instead of a non-termin

Fix pr/59924

2014-02-03 Thread Richard Henderson
The problem with this pr is that the -uninit pass could get itself into a loop while processing nodes. Within this loop, it would allocate memory, therefore the visible symptom was allocation failure instead of a non-terminating loop. Amusingly, the case that prods the -uninit pass into this beha