------- Comment #7 from ebotcazou at gcc dot gnu dot org 2006-11-06 17:33 ------- > `make' performing all tests is not enough to test successfully. The > test failures normally result in make error, ignored by `-k' or not.
The GCC testsuite is DejaGNU-based so it is to be invoked with make -k check. > One looks for such error messages in `make' output. Having to sieve > out other sorts of errors, those caused by missing `autogen', at least > complicates use of tests and automating it in particular. This is why > considering `-k' workaround unacceptable. This is not a workaround. See http://gcc.gnu.org/install/test.html. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29700