This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Test: egcs-971225 on i586-pc-linux-gnu


i586-pc-linux-gnu, glibc-2.0.5c-13 (RedHat-5.0 update),
binutils-2.8.1.0.18, dejagnu-971222
--enable-shared --enable-haifa --enable-threads
C{,XX}FLAGS=-O2 -fomit-frame-pointer -march=pentium

I rebuilt dejagnu from scratch and ran its tests (the network part for tcl
failed, this machine is not normally connected to the 'net).  Note that I
moved the /usr/lib/libstdc++.so.2.8.0 from egcs-1.0 out of the way, it was
linking against it and getting undefined symbols.

The libio problems below are caused by not finding symbols:

/usr/lib/libstdc++.a(iostream.o): In function `ostream::operator<<(char)':
iostream.o(.text+0xdb6): undefined reference to `_pthread_cleanup_push_defer'
iostream.o(.text+0xdce): undefined reference to `_pthread_cleanup_push_defer'
iostream.o(.text+0xe1e): undefined reference to `_pthread_cleanup_push_defer'
iostream.o(.text+0xe2e): undefined reference to `_pthread_cleanup_pop_restore'
(ad nauseam)

Probably due to configuring with --enable-threads? Should libpthreads be
pulled in it this case?

WARNING: Couldn't find the global config file.
Test Run By root on Sat Dec 27 19:27:34 1997
Native configuration is i586-pc-linux-gnu

		=== libio tests ===

FAIL: hounddog.cc compilation 
FAIL: hounddog.cc compilation -b0
FAIL: hounddog.cc compilation -b2
FAIL: putbackdog.cc compilation 
FAIL: putbackdog.cc compilation -b0
FAIL: putbackdog.cc compilation -b2
FAIL: tFile.cc compilation 
FAIL: tFile.cc compilation -b0
FAIL: tFile.cc compilation -b3
FAIL: tfformat.c compilation 
FAIL: tiformat.c compilation 
FAIL: tiomanip.cc compilation 
FAIL: tiomisc.cc compilation 
FAIL: tstdiomisc.c compilation 

		=== libio Summary ===

# of unexpected failures	14
# of expected failures		26

WARNING: Couldn't find the global config file.
Test Run By root on Sat Dec 27 19:30:28 1997
Native configuration is i586-pc-linux-gnu

		=== libstdc++ tests ===

FAIL: tstring.cc compilation
FAIL: tstring.cc -O compilation

		=== libstdc++ Summary ===

# of expected passes		24
# of unexpected failures	2
# of expected failures		4

WARNING: Couldn't find the global config file.
Test Run By root on Sat Dec 27 19:52:37 1997
Native configuration is i586-pc-linux-gnu

		=== gcc tests ===

		=== gcc Summary ===

# of expected passes		5969
# of expected failures		6
# of unsupported tests		7

WARNING: Couldn't find the global config file.
Test Run By root on Sat Dec 27 21:08:39 1997
Native configuration is i586-pc-linux-gnu

		=== g++ tests ===

FAIL: g++.brendan/copy9.C (test for excess errors)
FAIL: g++.brendan/ptolemy2.C (test for excess errors)
FAIL: g++.brendan/template9.C (test for excess errors)
FAIL: g++.jason/2371.C (test for excess errors)
FAIL: g++.jason/template24.C (test for excess errors)
FAIL: g++.jason/template26.C (test for excess errors)
FAIL: g++.jason/template31.C (test for excess errors)
FAIL: g++.jason/typeid1.C (test for excess errors)
FAIL: g++.law/arg8.C (test for excess errors)
FAIL: g++.law/code-gen5.C (test for excess errors)
FAIL: g++.law/cvt2.C (test for excess errors)
FAIL: g++.law/virtual3.C (test for excess errors)
XPASS: g++.mike/dyncast1.C  Execution test
XPASS: g++.mike/dyncast2.C  Execution test
FAIL: g++.mike/eh2.C (test for excess errors)
FAIL: g++.mike/net34.C (test for excess errors)
FAIL: g++.mike/net46.C (test for excess errors)
FAIL: g++.mike/p658.C (test for excess errors)
FAIL: g++.mike/p6610a.C  Execution test

		=== g++ Summary ===

# of expected passes		3430
# of unexpected failures	17
# of unexpected successes	2
# of expected failures		95
# of untested testcases		6

WARNING: Couldn't find the global config file.
Test Run By root on Sat Dec 27 21:38:59 1997
Native configuration is i586-pc-linux-gnu

		=== g77 tests ===

FAIL: g77.f-torture/execute/dnrm2.f execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: g77.f-torture/execute/dnrm2.f execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops 

		=== g77 Summary ===

# of expected passes		130
# of unexpected failures	2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]