This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Test results for egcs-1.1 prerelease on i586-pc-linux-gnu
- To: egcs at cygnus dot com
- Subject: Test results for egcs-1.1 prerelease on i586-pc-linux-gnu
- From: Manfred Metzger <ManfredMetzger at swol dot de>
- Date: Tue, 01 Sep 1998 00:53:26 +0200
I just compiled the egcs-1.1 prerelase. I patched egcs-1.0 to
egcs-1.0.1, then to 1.0.2,
then to 1.0.3a and finaly to egcs-1.1-prerelease. Here are the test
results:
=== libio tests ===
Running target unix
=== libio Summary ===
# of expected passes 40
=== libstdc++ tests ===
Running target unix
=== libstdc++ Summary ===
# of expected passes 30
=== gcc tests ===
Running target unix
FAIL: gcc.c-torture/execute/980526-1.c execution, -O2
-fomit-frame-pointer -finline-functions
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution, -O1
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution, -O2
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution, -O2
-fomit-frame-pointer -finline-functions
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution, -O2
-fomit-frame-pointer -finline-functions -funroll-loops
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution, -O2
-fomit-frame-pointer -finline-functions -funroll-all-loops
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution, -O2 -g
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution, -Os
FAIL: gcc.dg/980626-1.c (test for excess errors)
FAIL: gcc.dg/clobbers.c execution test
=== gcc Summary ===
# of expected passes 7497
# of unexpected failures 10
# of expected failures 7
# of unsupported tests 11
/usr/src/gnu/egcs-1.1-prerelease/i486-pc-linux-gnu/gcc/xgcc version
egcs-2.91.56 19980829 (egcs-1.1 pre-release)
=== g++ tests ===
Running target unix
FAIL: g++.brendan/crash30.C (test for excess errors)
FAIL: g++.jason/template31.C (test for excess errors)
FAIL: g++.ns/using4.C (test for excess errors)
FAIL: g++.ns/using6.C (test for excess errors)
XPASS: g++.pt/explicit69.C not a template instantiation (test for
errors, line 2)
FAIL: g++.pt/ttp19.C (test for excess errors)
FAIL: g++.pt/ttp40.C (test for excess errors)
FAIL: g++.robertl/eb109.C (test for excess errors)
FAIL: g++.robertl/eb124.C (test for excess errors)
FAIL: g++.robertl/eb127.C (test for excess errors)
FAIL: g++.robertl/eb129.C (test for excess errors)
FAIL: g++.robertl/eb21.C (test for excess errors)
FAIL: g++.robertl/eb28.C (test for excess errors)
FAIL: g++.robertl/eb29.C (test for excess errors)
FAIL: g++.robertl/eb36.C (test for excess errors)
FAIL: g++.robertl/eb41.C (test for excess errors)
FAIL: g++.robertl/eb59.C (test for excess errors)
FAIL: g++.robertl/eb60.C (test for excess errors)
FAIL: g++.robertl/eb62.C (test for excess errors)
FAIL: g++.robertl/eb7.C (test for excess errors)
=== g++ Summary ===
# of expected passes 4195
# of unexpected failures 19
# of unexpected successes 1
# of expected failures 92
# of untested testcases 7
/usr/src/gnu/egcs-1.1-prerelease/i486-pc-linux-gnu/gcc/testsuite/../xgcc
version egcs-2.91.56 19980829 (egcs-1.1 pre-release)
=== g77 tests ===
Running target unix
=== g77 Summary ===
# of expected passes 415
configure flags:
--with-gcc-version-trigger=/usr/src/gnu/egcs/gcc/version.c
--host=i586-pc-linux-gnu --prefix=/usr --enable-shared --enable-threads
--norecursion
I got these results after installing the new egcs-version because there
is a problem
with the g++ testsuite:
The first time I did ´make check´ (with egcs-1.1 not installed) I got a
failure in every g++
execution test because the dynamic linker couldn´t find
libstdc++.so.2.9 (I had no earlier
version installed). This means that if there is an older version of
libstdc++.so.2.9 installed,
the the tests are done with that library, which is surely not intended.
Regards,
Manni