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]

libio still busted on Linux; other 971008 results


(egcs 971008, Linux 2.1.57, libc 5.4.39)

Linux libio is still completely busted.  The patch that I found in the
archives that fixed this problem in 970929 seems to already be applied in
971008 -- perhaps I found the wrong patch?

Running ./libio.tests/hounddog.exp ...
Executing on host: /usr/local/src/egcs/gcc/xgcc -B/usr/local/src/egcs/gcc/
./../tests/hounddog.cc -O3 -I.. -I./..  -nostdinc++
-I/usr/local/src/egcs/libraries/libstdc++
-I/usr/local/src/egcs/libraries/libstdc++/stl
-L/usr/local/src/egcs/libraries/libiberty -g -lstdc++ -liberty -lm -o
/usr/local/src/egcs/libraries/libio/testsuite/hounddog
compiler exited with status 1
output is:
/usr/local/lib/libstdc++.a(iostream.o): In function
`ostream::operator<<(double)':
/usr/local/src/egcs/libraries/libio/iostream.cc:644: undefined reference to
`_IO_outfloat'
collect2: ld returned 1 exit status

                === libio tests ===

Using /usr/local/bin/../share/dejagnu/baseboards/unix.exp as board
description file for target.
Using /usr/local/bin/../share/dejagnu/config/unix.exp as generic interface
file for target.
Using ./config/default.exp as tool-and-target-specific interface file.
Running ./libio.tests/hounddog.exp ...
FAIL: hounddog.cc compilation 
FAIL: hounddog.cc compilation -b0
FAIL: hounddog.cc compilation -b2
Running ./libio.tests/putbackdog.exp ...
FAIL: putbackdog.cc compilation 
FAIL: putbackdog.cc compilation -b0
FAIL: putbackdog.cc compilation -b2
Running ./libio.tests/tFile.exp ...
FAIL: tFile.cc compilation 
FAIL: tFile.cc compilation -b0
FAIL: tFile.cc compilation -b3
Running ./libio.tests/tfformat.exp ...
FAIL: tfformat.c compilation 
Running ./libio.tests/tiformat.exp ...
FAIL: tiformat.c compilation 
Running ./libio.tests/tiomanip.exp ...
FAIL: tiomanip.cc compilation 
Running ./libio.tests/tiomisc.exp ...
FAIL: tiomisc.cc compilation 
Running ./libio.tests/tstdiomisc.exp ...
FAIL: tstdiomisc.c compilation 

                === libio Summary ===

# of unexpected failures        14
# of expected failures          26

                === gcc tests ===

FAIL: gcc.c-torture/compile/961203-1.c,  -O0  
FAIL: gcc.c-torture/compile/961203-1.c,  -O1  
FAIL: gcc.c-torture/compile/961203-1.c,  -O2  
FAIL: gcc.c-torture/compile/961203-1.c,  -O2 -fomit-frame-pointer -finline-functions  

                === gcc Summary ===

# of expected passes            4875
# of unexpected failures        4
# of expected failures          4
# of unsupported tests          7

                === 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/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)
FAIL: g++.mike/eh2.C (test for excess errors)
FAIL: g++.mike/eh35.C  Execution test
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)

                === g++ Summary ===

# of expected passes            3349
# of unexpected failures        16
# of expected failures          95
# of untested testcases         6

-- 
Steve Madsen  <steve@moonglade.com>              PGP key available


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