https://sourceware.org/bugzilla/show_bug.cgi?id=25180

--- Comment #9 from Nick Clifton <nickc at redhat dot com> ---
(In reply to Tim Rühsen from comment #8)
Hi Tim,

> I did, no (new) errors. What is the trick to run the test suite with
> valgrind (except from manually running each test) ?

Well assuming that you have a built toolchain available then:

  cd libiberty/testsuite
  make clean
  make check CC="valgrind gcc"

Should work.


> > Also it would be a good idea to run the g++ testsuite as well, just in
> > case...
> 
> What is your suggestion to do that with least effort ?

Again assuming that you have a built toolchain available:

  cd gcc
  make check-gcc RUNTESTFLAGS="gcc/testsuite/g++.dg/dg.exp"

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to