Re: [PATCH] ggc-page.c : remove erroneous ATTRIBUTE_UNUSED

2013-06-17 Thread David Malcolm
On Mon, 2013-06-17 at 11:18 +0200, Richard Biener wrote: > On Fri, Jun 14, 2013 at 11:17 PM, David Malcolm wrote: > > ggc_pch_write_object's parameter "d" is marked with ATTRIBUTE_UNUSED, > > but in fact it is used in 4 places at the end of the function. > > > > Successfully bootstrapped on x86_64

Re: [PATCH] ggc-page.c : remove erroneous ATTRIBUTE_UNUSED

2013-06-17 Thread Richard Biener
On Fri, Jun 14, 2013 at 11:17 PM, David Malcolm wrote: > ggc_pch_write_object's parameter "d" is marked with ATTRIBUTE_UNUSED, > but in fact it is used in 4 places at the end of the function. > > Successfully bootstrapped on x86_64-unknown-linux-gnu. > > OK for trunk? Ok. Thanks, Richard. > 201

[PATCH] ggc-page.c : remove erroneous ATTRIBUTE_UNUSED

2013-06-14 Thread David Malcolm
ggc_pch_write_object's parameter "d" is marked with ATTRIBUTE_UNUSED, but in fact it is used in 4 places at the end of the function. Successfully bootstrapped on x86_64-unknown-linux-gnu. OK for trunk? 2013-06-14 David Malcolm * ggc-page.c (ggc_pch_write_object) : Remove erroneous