This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
results 971127 linux i586 glibc2.0.5
- To: egcs at cygnus dot com
- Subject: results 971127 linux i586 glibc2.0.5
- From: <neal at ctd dot comsat dot com>
- Date: Fri, 28 Nov 1997 15:45:50 -0500
../../egcs-971127/configure --host=i586-pc-linux-gnu --enable-shared
--verbose --prefix=/usr --norecursion
These are the only failures:
7 lines matching ^FAIL in buffer *shell*.
6139:FAIL: tfformat.c compilation
6141:FAIL: tiformat.c compilation
6145:FAIL: tstdiomisc.c compilation
6285:FAIL: g++.mike/p6610a.C Execution test
6286:FAIL: g++.pt/typename5.C (test for excess errors)
6318:FAIL: g77.f-torture/execute/dnrm2.f execution, -O2 -fomit-frame-pointer -finline-functions -funroll-loops
6319:FAIL: g77.f-torture/execute/dnrm2.f execution, -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops
Note that the first 3 failures are due to the use of -lio. I guess
libio is not used on this platform.
Note that I have to do make -k check, because make will quit on libio
tests:
=== libio Summary ===
# of expected passes 33
# of unexpected failures 3
# of expected failures 4
make[3]: *** [just-check] Error 1
make[3]: Target `check' not remade because of errors.
make[3]: Leaving directory `/usr/local/src/i586-pc-linux-gnu/egcs-971127/libraries/libio/testsuite'
make[2]: *** [subdir_do] Error 1
make[2]: Leaving directory `/usr/local/src/i586-pc-linux-gnu/egcs-971127/libraries/libio'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/usr/local/src/i586-pc-linux-gnu/egcs-971127/libraries/libio'
make: *** [check-target-libio] Error 2