This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
enable-shared and g++
- To: egcs at cygnus dot com
- Subject: enable-shared and g++
- From: djohnson at mps dot ohio-state dot edu
- Date: Mon, 03 Nov 1997 08:11:57 -0500 (EST)
Hi,
I built 971031 on i586-pc-linuxglibc1, libc-5.4.38, ld.so-1.9.5,
binutils-2.8.1.0.15, libg++-2.7.2.8 with the following options,
../egcs-971031/configure --prefix=/usr --enable-shared --enable-haifa
--with-gnu-as --with-gnu-ld; make bootstrap
This results in these test results:
=== gcc Summary ===
# of expected passes 4882
# of unexpected failures 1
# of expected failures 5
# of unsupported tests 7
/local/src/Egcs/gcc/xgcc version egcs-2.90.15 971031 (gcc2-970802
experimental)
FAIL: gcc.c-torture/unsorted/bit.c, -O0
=== g++ Summary ===
# of expected passes 2930
# of unexpected failures 451
# of unexpected successes 1
# of expected failures 81
# of untested testcases 6
/local/src/Egcs/gcc/testsuite/../xgcc version egcs-2.90.15 971031
(gcc2-970802 experi
mental)
Doug