Hi all, I have just built and tested GCC-4.0.0 on SUSE Linux 9.2 AMD64: leopardi@linfinit:~/src/gcc/gcc-4.0.0> ./config.guess x86_64-unknown-linux-gnu leopardi@linfinit:~/src/gcc/gcc-4.0.0-obj> xgcc -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4.0.0/configure --enable-version-specific-runtime-libs Thread model: posix gcc version 4.0.0 enabled all languages leopardi@linfinit:~/src/gcc/gcc-4.0.0-obj> cat /etc/issue Welcome to SuSE Linux 9.2 (x86-64) - Kernel \r (\l). leopardi@linfinit:~/src/gcc/gcc-4.0.0-obj> uname -a Linux linfinit 2.6.8-24.14-default #1 Tue Mar 29 09:27:43 UTC 2005 x86_64 x86_64 x86_64 GNU/Linux leopardi@linfinit:~/src/gcc/gcc-4.0.0-obj> rpm -q glibc glibc-2.3.3-118 I have not yet installed. 1. The build did not create a file called gcc, only xgcc. Is this correct? 2. Test summary for g++ is === g++ Summary === # of expected passes 7998 # of unexpected failures 1522 # of expected failures 64 # of unresolved testcases 70 # of untested testcases 30 # of unsupported tests 101 Why so many failures? The first few are listed below: Test Run By leopardi on Sat Apr 23 12:52:02 2005 Native configuration is x86_64-unknown-linux-gnu === g++ tests === Schedule of variations: unix Running target unix Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. Using /home/leopardi/src/gcc/gcc-4.0.0/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Running /home/leopardi/src/gcc/gcc-4.0.0/gcc/testsuite/g++.dg/bprob/bprob.exp ... FAIL: g++.dg/bprob/g++-bprob-1.C compilation, -g -fprofile-arcs FAIL: g++.dg/bprob/g++-bprob-1.C compilation, -O0 -fprofile-arcs FAIL: g++.dg/bprob/g++-bprob-1.C compilation, -O1 -fprofile-arcs FAIL: g++.dg/bprob/g++-bprob-1.C compilation, -O2 -fprofile-arcs FAIL: g++.dg/bprob/g++-bprob-1.C compilation, -O3 -fprofile-arcs FAIL: g++.dg/bprob/g++-bprob-1.C compilation, -O3 -g -fprofile-arcs FAIL: g++.dg/bprob/g++-bprob-1.C compilation, -Os -fprofile-arcs 3. What could I have done wrong and how do I fix it? 4. Should I try to install before I test again or will that just make matters worse? Thanks