Re: [PATCH] Fix Infinite loop in pointer_set_insert

2012-12-16 Thread Dominique Dhumieres
> The attached patch fixes a regression introduced on the trunk to ... This breaks bootstrap on x86_64-apple-darwin10: ../../work/gcc/varasm.c:2094:13: error: 'pending_assemble_externals_processed' defined but not used [-Werror=unused-variable] static bool pending_assemble_externals_processed;

Re: [PATCH] Fix Infinite loop in pointer_set_insert

2012-12-16 Thread Richard Biener
On Sun, Dec 16, 2012 at 5:33 PM, John David Anglin wrote: > The attached patch fixes a regression introduced on the trunk to > fix PR middle-end/52640. The fix was previously applied to the 4.6 > and 4.7 branches. > > Tested on hppa-unknown-linux-gnu with full bootstrap. > > OK for trunk? Ok. T