Re: [PATCH] Add valgrind support to alloc-pool.c

2012-08-21 Thread Richard Guenther
On Sat, Aug 18, 2012 at 9:56 AM, Richard Guenther richard.guent...@gmail.com wrote: On Sat, Aug 18, 2012 at 6:17 AM, Andrew Pinski pins...@gmail.com wrote: Hi, I implemented this patch almost 6 years ago when the df branch was being worked on. It adds valgrind support to alloc-pool.c to

Re: [PATCH] Add valgrind support to alloc-pool.c

2012-08-18 Thread Richard Guenther
On Sat, Aug 18, 2012 at 6:17 AM, Andrew Pinski pins...@gmail.com wrote: Hi, I implemented this patch almost 6 years ago when the df branch was being worked on. It adds valgrind support to alloc-pool.c to catch cases of using memory after free the memory. OK? Bootstrapped and tested on

[PATCH] Add valgrind support to alloc-pool.c

2012-08-17 Thread Andrew Pinski
Hi, I implemented this patch almost 6 years ago when the df branch was being worked on. It adds valgrind support to alloc-pool.c to catch cases of using memory after free the memory. OK? Bootstrapped and tested on x86_64-linux-gnu with no regressions. Thanks, Andrew Pinski ChangeLog: *