Re: [PATCH] Small pool-allocator fallback

2015-06-01 Thread Martin Liška
On 06/01/2015 02:59 PM, Martin Liška wrote: > Hello. > > This is small fallback related to pool-allocator patch. > I'm going to install it as obvious. > > gcc/ChangeLog: > > 2015-06-01 Martin Liska > > * alloc-pool.h: Add ATTRIBUTE_UNUSED for > a function local variable. > > Th

[PATCH] Small pool-allocator fallback

2015-06-01 Thread Martin Liška
Hello. This is small fallback related to pool-allocator patch. I'm going to install it as obvious. gcc/ChangeLog: 2015-06-01 Martin Liska * alloc-pool.h: Add ATTRIBUTE_UNUSED for a function local variable. Thanks, Martin Index: gcc/alloc-pool.h =