From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manfred Hollstein To: egcs@cygnus.com Subject: egcs-971016: results on i586-linux-gnulibc1 haifa disabled - mystery SOLVED Date: Sun, 19 Oct 1997 03:00:00 -0000 Message-id: <199710190959.LAA29379@saturn.s-direktnet.de> X-SW-Source: 1997-10/msg00838.html Hi there, I'm very sorry for any confusion I might have caused by my `mystery e-mail' yesterday. Reason for the behaviour is the following: - To be able to have libraries for both i586-linux-gnulibc1 *and* i586-linux (gnulibc2), I always move the libraries after installation into ${prefix}/${target}/lib. Unfortunately (?), these directories are in my /etc/ld.so.conf. As a result, all make check's didn't actually check the new just built libstdc++.so but the one from the previous builds/installations. Since I have to support different gcc/lib{g,stdc}++ versions in parallel anyway, I now install everything including include/g++ and libstdc++.* in the compiler specific ${libsubdir}. Additionally, my specs files on Linux and Solaris contain an appropriate `-rpath ...' option; but, this is causing me headache for SunOS (in fact, for all systems, which have a multilib conf. and are using shared libs). I don't know, if this has been discussed already or if there is already a solution. OK, here are my current results (same patches applied as documented in my last report): Test Run By manfred on Sun Oct 19 11:04:12 1997 Native configuration is i586-pc-linux-gnulibc1 === libio Summary === # of expected passes 40 Test Run By manfred on Sun Oct 19 11:05:26 1997 Native configuration is i586-pc-linux-gnulibc1 === libstdc++ Summary === # of expected passes 30 Test Run By manfred on Sun Oct 19 11:06:49 1997 Native configuration is i586-pc-linux-gnulibc1 === gcc tests === FAIL: gcc.c-torture/compile/961203-1.c, -O0 FAIL: gcc.c-torture/compile/961203-1.c, -O1 FAIL: gcc.c-torture/compile/961203-1.c, -O2 FAIL: gcc.c-torture/compile/961203-1.c, -O2 -fomit-frame-pointer -finline-functions === gcc Summary === # of expected passes 4883 # of unexpected failures 4 # of expected failures 4 # of unsupported tests 7 /home/manfred/work/GNU/egcs-971016-i586-linux-gnulibc1/gcc/xgcc version egcs-2.90.13 971016 (gcc2-970802 experimental) Test Run By manfred on Sun Oct 19 11:25:07 1997 Native configuration is i586-pc-linux-gnulibc1 === g++ tests === Running target unix Using /tools/gnu/bin/../share/dejagnu/baseboards/unix.exp as board description file for target. Using /tools/gnu/bin/../share/dejagnu/config/unix.exp as generic interface file for target. Using /home/manfred/work/GNU/egcs-971016/gcc/testsuite/config/default.exp as tool-and-target-specific interface file. Running /home/manfred/work/GNU/egcs-971016/gcc/testsuite/g++.old-deja/old-deja.exp ... FAIL: g++.benjamin/warn01.C (test for excess errors) XPASS: g++.jason/destruct3.C - (test for bogus messages, line 38) FAIL: g++.jason/template31.C (test for excess errors) XPASS: g++.mike/dyncast1.C Execution test XPASS: g++.mike/dyncast2.C Execution test FAIL: g++.mike/eh35.C Execution test === g++ Summary === # of expected passes 3378 # of unexpected failures 3 # of unexpected successes 3 # of expected failures 79 # of untested testcases 6 /home/manfred/work/GNU/egcs-971016-i586-linux-gnulibc1/gcc/testsuite/../xgcc version egcs-2.90.13 971016 (gcc2-970802 experimental) Again, sorry for any confusion -- Manfred Hollstein If you have any questions about GNU software: Hindenburgstr. 13/1 < mailto:manfred@s-direktnet.de > 75446 Wiernsheim, FRG < http://www.s-direktnet.de/HomePages/manfred/ > PGP key: < http://www.s-direktnet.de/HomePages/manfred/manfred.asc >