Hi all, I have recently downloaded, configured, bootstrapped and tested gcc 4.0.1 and found the same problem that I reported for gcc 3.4.0 as PR/15356. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15356 See also the threads "gcc testsuite apparently can't find g++" http://gcc.gnu.org/ml/gcc-help/2004-05/msg00050.html and "gcc 3.4.0 testsuite gives over 5000 g++ errors" http://gcc.gnu.org/ml/gcc-help/2004-05/msg00034.html At that time, as now, the g++ tests invoked via "make -k check" used my previously installed g++ rather than the newly bootstrapped g++. PR/15356 was resolved as WORKSFORME, so I am reluctant to file another bug report.
I have checked and re-checked my configuration and the configuration seems OK, but the error condition persists. I have reported this to the suse-amd64 mailing list, thinking that the problem may be specific to that architecture. http://lists.suse.com/archive/suse-amd64/2005-Jul/0156.html http://lists.suse.com/archive/suse-amd64/2005-Jul/0171.html How do I make the tests find the bootstrapped g++? Shouldn't the test just do this automatically? How is the test supposed to find find the bootstrapped g++? Is it done via an environment variable? Which environment variable? What sets the value of this variable? Is it a script or a program? What have I configured wrong, if anything? If this really is a bug, then why does the test work for Andreas Jaeger and not for me? http://gcc.gnu.org/ml/gcc-testresults/2005-07/msg00112.html Should I file another bug report and hope that I don't kust get WORKSFORME? Best regards Excerpt from my test summary: === g++ Summary === # of expected passes 9113 # of unexpected failures 2166 # of unexpected successes 16 # of expected failures 54 # of unresolved testcases 61 # of untested testcases 54 # of unsupported tests 90 /usr/bin/g++ version 3.3.4 (pre 3.3.5 20040809) Excerpt from "ps f" while g++ test is running: ... CXX="g++"; ... Excerpt from output of 'make check-c++ RUNTESTFLAGS="-v -v" ... compiler is /home/leopardi/src/gcc/gcc-4.0.1-obj/gcc/xgcc ... doing compile Invoking the compiler as g++ /home/leopardi/src/gcc/gcc-4.0.1/gcc/testsuite/g++.dg/bprob/g++-bprob-1.C ...