Results for haifa-enabled egcs-1.0.1 on hppa1.1-hp-hpux10.01

Jon Colburn jcolburn@cse.ucsc.edu
Mon Jan 12 20:31:00 GMT 1998


I have successfully built egcs-1.0.1 on hppa1.1-hp-hpux10.01, however
I needed to perfome the following steps to get it to work.  I think
at least some of this is a problem with the makefiles or compiler
flags in the testsuite.  I'm guessing that testsuite may not be 
fully multi-arch clean.


[1]  I used GNU as 'GNU assembler 970731' by untaring and moving the
files into the egcs-1.0.1 directory before untaring egcs.  GNU as built
ok but the egcs makefiles didn't find and use it.  It seems that it 
was looking for as-new instead of as.new so I made the symlink

in egcs-1.0.1/$ARCH/gas         	ln -s as.new as-new

[2]  To get make check to run (without installing first) I needed to
make several more symlinks (I gave up on fixing the variables in the 
Makefile):

in egcs-1.0.1/$ARCH/gcc                 ln -s ../libraries/*.a .
in egcs-1.0.1/$ARCH/gcc/include         ln -s ../libraries/*/*.h .
and                                     ln -s ../../../libio/*.h .


The results follow and look good, only one unexpected failure.
Good work.

------------------------------------------------


Test Run By jcolburn on Mon Jan 12 15:56:41 1998
Native configuration is hppa1.1-hp-hpux10.01

                === libio tests ===


                === libio Summary ===

# of expected passes            40
Test Run By jcolburn on Mon Jan 12 15:59:05 1998
Native configuration is hppa1.1-hp-hpux10.01

                === libstdc++ tests ===


                === libstdc++ Summary ===

# of expected passes            30
Test Run By jcolburn on Mon Jan 12 15:52:46 1998
Native configuration is hppa1.1-hp-hpux10.01

                === binutils tests ===


                === binutils Summary ===

# of expected passes            23
# of expected failures          2
Test Run By jcolburn on Mon Jan 12 15:53:29 1998
Native configuration is hppa1.1-hp-hpux10.01

                === gas tests ===


                === gas Summary ===

# of expected passes            150
# of expected failures          8
../as.new 970731

Test Run By jcolburn on Mon Jan 12 16:01:09 1998
Native configuration is hppa1.1-hp-hpux10.01

                === gcc tests ===

FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O0 

                === gcc Summary ===

# of expected passes            4884
# of unexpected failures        1
# of expected failures          5
# of unsupported tests          6
/local/jcolburn/egcs/egcs-1.0.1/hppa1.1-hp-hpux10.01/gcc/xgcc version egcs-2.90.23 980102 (egcs-1.0.1 release)

Test Run By jcolburn on Mon Jan 12 17:04:01 1998
Native configuration is hppa1.1-hp-hpux10.01

                === g++ tests ===

XPASS: g++.jason/destruct3.C - (test for bogus messages, line 38)
XPASS: g++.mike/dyncast1.C  Execution test
XPASS: g++.mike/dyncast2.C  Execution test
XPASS: g++.mike/eh33.C (test for excess errors)
XPASS: g++.mike/eh33.C  Execution test
XPASS: g++.mike/eh50.C (test for excess errors)
XPASS: g++.mike/eh50.C  Execution test

                === g++ Summary ===

# of expected passes            3396
# of unexpected successes       7
# of expected failures          80
# of untested testcases         6
/local/jcolburn/egcs/egcs-1.0.1/hppa1.1-hp-hpux10.01/gcc/testsuite/../xgcc version egcs-2.90.23 980102 (egcs-1.0.1 release)

Test Run By jcolburn on Mon Jan 12 17:44:03 1998
Native configuration is hppa1.1-hp-hpux10.01

                === g77 tests ===


                === g77 Summary ===

# of expected passes            132
/local/jcolburn/egcs/egcs-1.0.1/hppa1.1-hp-hpux10.01/gcc/g77 version egcs-2.90.23 980102 (egcs-1.0.1 release)

--
Jon Colburn                             <jcolburn@cse.ucsc.edu>



More information about the Gcc mailing list