Re: [PATCH] Support running the selftests under valgrind

2016-07-11 Thread Jeff Law
On 07/08/2016 01:46 PM, David Malcolm wrote: This patch adds a new phony target to gcc/Makefile.in to make it easy to run the selftests under valgrind, via "make selftest-valgrind". This phony target isn't a dependency of anything; it's purely for convenience (it takes about 4-5 seconds on my

Re: [PATCH] Support running the selftests under valgrind

2016-07-09 Thread David Malcolm
On Fri, 2016-07-08 at 22:55 -0700, Andrew Pinski wrote: > On Fri, Jul 8, 2016 at 12:46 PM, David Malcolm > wrote: > > This patch adds a new phony target to gcc/Makefile.in to make it > > easy > > to run the selftests under valgrind, via "make selftest-valgrind". > > This

Re: [PATCH] Support running the selftests under valgrind

2016-07-08 Thread Andrew Pinski
On Fri, Jul 8, 2016 at 12:46 PM, David Malcolm wrote: > This patch adds a new phony target to gcc/Makefile.in to make it easy > to run the selftests under valgrind, via "make selftest-valgrind". > This phony target isn't a dependency of anything; it's purely for > convenience

[PATCH] Support running the selftests under valgrind

2016-07-08 Thread David Malcolm
This patch adds a new phony target to gcc/Makefile.in to make it easy to run the selftests under valgrind, via "make selftest-valgrind". This phony target isn't a dependency of anything; it's purely for convenience (it takes about 4-5 seconds on my box). Doing so uncovered a few leaks in the