dank@kegel.com writes:
For instance, I downloaded
... gcc/releases/gcc-3.1/gcc-testsuite-3.1.tar.bz2
unpacked it, and did
find . -print | xargs grep pthread_create
and saw *zero* matches. ...
It might be that gcc-testsuite-3.1.tar does not contain the libstdc++
testsuite. A CVS checkout shows the following:
gromit:/cvs/gcc-3_1-branch/libstdc++-v3:[0]$ grep -r pthread_create .
./testsuite/thread/pthread1.cc: pthread_create (&prod[i], NULL, produce, static_cast<void*> (tq[i]));
Thanks! The tests are indeed in ... gcc/releases/gcc-3.1/gcc-g++-3.1.tar.bz2