g++ testcases failing terribly (gcc testcases pass fine)

Casey Allen Shobe (by way of Casey Allen Shobe <cshobe@osss.net>) cshobe@osss.net
Tue Jul 20 03:17:00 GMT 2004


Hi there,  I'm attempting to compile GCC 3.4.1 using GCC 3.4.1.

During make check, gcc tested fine, looking like this:

		=== gcc Summary ===

# of expected passes		24627
# of unexpected failures	1
# of expected failures		70
# of untested testcases		7
# of unsupported tests		191
/share/src/gcc/gcc-build/gcc/xgcc version 3.4.1

However, g++ tested very very badly, looking like this:

		=== g++ Summary ===

# of expected passes		7031
# of unexpected failures	1427
# of expected failures		61
# of unresolved testcases	50
# of untested testcases		18
# of unsupported tests		32
/share/src/gcc/gcc-build/gcc/testsuite/../g++ version 3.4.1

Full summary is available at http://osss.net/test.summary.

I configured using:

../gcc-3.4.1/configure --prefix= --exec-prefix= --bindir=/bin --sbindir=/bin
--libdir=/lib --libexecdir=/bin --datadir=/share --localstatedir=/var
--includedir=/include --oldincludedir=/include --infodir=/share/info
--mandir=/share/man --enable-shared --disable-static --sysconfdir=/etc
--enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
--enable-languages=c,c++

From a gcc-build directory.

No CFLAGS, CXXFLAGS, or CC environment variables were set.

Can somebody clue me in as to why I'm getting all the errors for g++?  I'd
like to fix this problem as soon as possible.  Thanks in advance for any
advice or suggestions,

--
  Casey Allen Shobe  |  http://casey.allen.shobe.info
    cshobe@osss.net  |  ICQ: 1494523  |  AIM: SomeLinuxGuy
      Open Source Software Solutions  |  http://osss.net



More information about the Gcc-testresults mailing list