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]

Results for egcs-2.92.04 19980908 (gcc2 ss-980609 experimental) testsuite on i686-pc-sco3.2v5.0.5


A couple of notes:

1) This target will not bootstrap becuase g++ kills the assembler with
   punctuation when compiling certain C++ files.   See:	
	http://www.cygnus.com/ml/egcs/1998-Sep/0196.html
   I circumvented this with "make CXXFLAGS=-g0"

2) Most of the PIC constructs that drove the SCO assemblers nuts 
   are no longer emitted.   I'm assuming Richard's recent i386.*
   work is to thank for that.

3) This includes the first-time ever success of g77 in all three 
   multilib modes on OpenServer.   Obviously, this means these results
   include the preliminary patch I sent to the list earlier and 

4) Some of the tests (such as tlist.cc) are failing to build becuase 
   of the "greater-than signs" problem in #1 above.   Some of the tests
   (such as tmap.cc) are failing to assemble becuase of of undefined
   .L_ references.   This is probably just more dwarf-1 decay.

5) After having multilibbing g77 on my todo list for over two years,
   the very first time I do it now shows failure from the new 
   (unmultilibbed) libobjc.  The timing is funny. :-)

Native configuration is i686-pc-sco3.2v5.0.5

		=== libio tests ===


Running target unix/-mcoff

		=== libio Summary for unix/-mcoff ===

# of expected passes		40

Running target unix/-melf

		=== libio Summary for unix/-melf ===

# of expected passes		40

Running target unix/-fPIC

		=== libio Summary for unix/-fPIC ===

# of expected passes		40

		=== libio Summary ===

# of expected passes		120
		=== libstdc++ tests ===


Running target unix/-mcoff
FAIL: tlist.cc compilation
FAIL: tlist.cc -O compilation
FAIL: tmap.cc compilation
FAIL: tmap.cc -O compilation
FAIL: tstring.cc compilation
FAIL: tstring.cc -O compilation
FAIL: tvector.cc compilation
FAIL: tvector.cc -O compilation

		=== libstdc++ Summary for unix/-mcoff ===

# of expected passes		6
# of unexpected failures	8
# of expected failures		16

Running target unix/-melf
FAIL: tlist.cc compilation
FAIL: tlist.cc -O compilation
FAIL: tmap.cc compilation
FAIL: tmap.cc -O compilation
FAIL: tvector.cc compilation
FAIL: tvector.cc -O compilation

		=== libstdc++ Summary for unix/-melf ===

# of expected passes		12
# of unexpected failures	6
# of expected failures		12

Running target unix/-fPIC
FAIL: tlist.cc compilation
FAIL: tlist.cc -O compilation
FAIL: tmap.cc compilation
FAIL: tmap.cc -O compilation
FAIL: tvector.cc compilation
FAIL: tvector.cc -O compilation

		=== libstdc++ Summary for unix/-fPIC ===

# of expected passes		12
# of unexpected failures	6
# of expected failures		12

		=== libstdc++ Summary ===

# of expected passes		30
# of unexpected failures	20
# of expected failures		40
		=== gcc tests ===


Running target unix/-mcoff
FAIL: gcc.c-torture/execute/980506-2.c execution,  -O2 
FAIL: gcc.c-torture/execute/980506-2.c execution,  -O2 -g 
FAIL: gcc.c-torture/execute/980506-2.c execution,  -Os 
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/clobbers.c execution test

		=== gcc Summary for unix/-mcoff ===

# of expected passes		7577
# of unexpected failures	12
# of expected failures		7
# of unsupported tests		12

Running target unix/-melf
FAIL: gcc.c-torture/execute/980506-2.c execution,  -O2 
FAIL: gcc.c-torture/execute/980506-2.c execution,  -O2 -g 
FAIL: gcc.c-torture/execute/980506-2.c execution,  -Os 
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/clobbers.c execution test

		=== gcc Summary for unix/-melf ===

# of expected passes		7577
# of unexpected failures	12
# of expected failures		7
# of unsupported tests		12

Running target unix/-fPIC
FAIL: gcc.c-torture/execute/980506-2.c execution,  -O2 
FAIL: gcc.c-torture/execute/980506-2.c execution,  -O2 -g 
FAIL: gcc.c-torture/execute/980506-2.c execution,  -Os 
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/clobbers.c execution test
FAIL: gcc.misc-tests/gcov-1.c execution test
FAIL: gcov-1.c:1:is 4:should be 11
FAIL: gcov-1.c:1:is 5:should be 10
FAIL: gcov-1.c:1:is 7:should be 1
FAIL: gcc.misc-tests/gcov-2.c execution test (PRMS 8294)

		=== gcc Summary for unix/-fPIC ===

# of expected passes		7574
# of unexpected failures	17
# of expected failures		7
# of unsupported tests		12

		=== gcc Summary ===

# of expected passes		22728
# of unexpected failures	41
# of expected failures		21
# of unsupported tests		36
/play/negcs/gcc/xgcc version egcs-2.92.04 19980908 (gcc2 ss-980609 experimental)

		=== g++ tests ===


Running target unix/-mcoff
FAIL: g++.law/profile1.C (test for excess errors)
FAIL: g++.mike/init1.C  Execution test
FAIL: g++.mike/p2736.C  Execution test
FAIL: g++.mike/p6610b.C caused compiler crash
FAIL: g++.mike/p784.C (test for excess errors)
FAIL: g++.mike/p785.C caused compiler crash
FAIL: g++.mike/virt5.C caused compiler crash
FAIL: g++.pt/static3.C (test for excess errors)
XPASS: g++.robertl/eb132.C (test for excess errors)
FAIL: g++.robertl/eb27.C (test for excess errors)

		=== g++ Summary for unix/-mcoff ===

# of expected passes		4452
# of unexpected failures	9
# of unexpected successes	1
# of expected failures		89
# of untested testcases		7
# of unsupported tests		4

Running target unix/-melf
FAIL: g++.law/profile1.C (test for excess errors)
FAIL: g++.mike/p6610b.C caused compiler crash
FAIL: g++.mike/p784.C (test for excess errors)
FAIL: g++.mike/p785.C caused compiler crash
FAIL: g++.mike/virt5.C caused compiler crash
FAIL: g++.pt/static3.C (test for excess errors)
FAIL: g++.robertl/eb27.C (test for excess errors)

		=== g++ Summary for unix/-melf ===

# of expected passes		4455
# of unexpected failures	7
# of expected failures		89
# of untested testcases		7

Running target unix/-fPIC
FAIL: g++.law/profile1.C (test for excess errors)
FAIL: g++.mike/p6610b.C caused compiler crash
FAIL: g++.mike/p784.C (test for excess errors)
FAIL: g++.mike/p785.C caused compiler crash
FAIL: g++.mike/virt5.C caused compiler crash
FAIL: g++.pt/static3.C (test for excess errors)
FAIL: g++.robertl/eb27.C (test for excess errors)
FAIL: g++.robertl/eb83.C  Execution test

		=== g++ Summary for unix/-fPIC ===

# of expected passes		4454
# of unexpected failures	8
# of expected failures		89
# of untested testcases		7

		=== g++ Summary ===

# of expected passes		13361
# of unexpected failures	24
# of unexpected successes	1
# of expected failures		267
# of untested testcases		21
# of unsupported tests		4
/play/negcs/gcc/testsuite/../xgcc version egcs-2.92.04 19980908 (gcc2 ss-980609 experimental)

		=== g77 tests ===


Running target unix/-mcoff
FAIL: g77.f-torture/execute/io0.f execution,  -O0 
FAIL: g77.f-torture/execute/io0.f execution,  -O1 
FAIL: g77.f-torture/execute/io0.f execution,  -O2 
FAIL: g77.f-torture/execute/io0.f execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: g77.f-torture/execute/io0.f execution,  -Os 

		=== g77 Summary for unix/-mcoff ===

# of expected passes		415
# of unexpected failures	5

Running target unix/-melf
FAIL: g77.f-torture/execute/io0.f execution,  -O0 
FAIL: g77.f-torture/execute/io0.f execution,  -O1 
FAIL: g77.f-torture/execute/io0.f execution,  -O2 
FAIL: g77.f-torture/execute/io0.f execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: g77.f-torture/execute/io0.f execution,  -Os 

		=== g77 Summary for unix/-melf ===

# of expected passes		415
# of unexpected failures	5

Running target unix/-fPIC
FAIL: g77.f-torture/execute/io0.f execution,  -O0 
FAIL: g77.f-torture/execute/io0.f execution,  -O1 
FAIL: g77.f-torture/execute/io0.f execution,  -O2 
FAIL: g77.f-torture/execute/io0.f execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: g77.f-torture/execute/io0.f execution,  -Os 

		=== g77 Summary for unix/-fPIC ===

# of expected passes		415
# of unexpected failures	5

		=== g77 Summary ===

# of expected passes		1245
# of unexpected failures	15
		=== objc tests ===


Running target unix/-mcoff
FAIL: objc/execute/bf-1.m compilation,  -O 
FAIL: objc/execute/bf-10.m compilation,  -O 
FAIL: objc/execute/bf-11.m compilation,  -O 
FAIL: objc/execute/bf-12.m compilation,  -O 
FAIL: objc/execute/bf-13.m compilation,  -O 
FAIL: objc/execute/bf-14.m compilation,  -O 
FAIL: objc/execute/bf-15.m compilation,  -O 
FAIL: objc/execute/bf-16.m compilation,  -O 
FAIL: objc/execute/bf-17.m compilation,  -O 
FAIL: objc/execute/bf-18.m compilation,  -O 
FAIL: objc/execute/bf-19.m compilation,  -O 
FAIL: objc/execute/bf-2.m compilation,  -O 
FAIL: objc/execute/bf-3.m compilation,  -O 
FAIL: objc/execute/bf-4.m compilation,  -O 
FAIL: objc/execute/bf-5.m compilation,  -O 
FAIL: objc/execute/bf-6.m compilation,  -O 
FAIL: objc/execute/bf-7.m compilation,  -O 
FAIL: objc/execute/bf-8.m compilation,  -O 
FAIL: objc/execute/bf-9.m compilation,  -O 

		=== objc Summary for unix/-mcoff ===

# of unexpected failures	19
# of untested testcases		19

Running target unix/-melf

		=== objc Summary for unix/-melf ===

# of expected passes		38

Running target unix/-fPIC

		=== objc Summary for unix/-fPIC ===

# of expected passes		38

		=== objc Summary ===

# of expected passes		76
# of unexpected failures	19
# of untested testcases		19
/play/negcs/gcc/xgcc version egcs-2.92.04 19980908 (gcc2 ss-980609 experimental)


configure flags: --with-gcc-version-trigger=/play/egcs/gcc/version.c --host=i686-pc-sco3.2v5.0.5 --norecursion


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