This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
libio tests?
- To: gcc at gcc dot gnu dot org
- Subject: libio tests?
- From: David Ronis <ronis at ronispc dot chem dot mcgill dot ca>
- Date: Wed, 22 Nov 2000 17:50:46 -0500
- Reply-To: ronis at onsager dot chem dot mcgill dot ca
I finally fixed the problem I was having in the last two snapshots
with make check (see,
http://gcc.gnu.org/ml/gcc-bugs/2000-11/msg00642.html
and
http://gcc.gnu.org/ml/gcc-testresults/2000-11/msg00195.html)
not doing the g++ tests, by deleting the entire gcc tree and doing a
fresh "cvs co gcc". After a bootstrap build, with default parameters
on an i686-linux-gnu box, "make check" performs the g++ tests;
however, the libio, libstc++ tests now aren't run. This seems to be
the behavior reported by others on the testresults list. What's going
on?
David