> 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;
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