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]

egcs 1.0 and hp-ux 10.20 on a D class.


I've recently built egcs 1.0 on an HP D class box running 10.20.  I
had a few problems, relatively minor I think.

First, configure mistakenly (I think) identifies the machine as PA
1.0.  I don't know if this is important, or who I should be reporting
it to.  The problem is in config.guess.  Uname identifies the machine
as a 9000/803, which the case statement in config.guess thinks is hppa
1.0.

The build goes fine.  When I ran make check, I did get one bad
response.

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

This has various NAN tests.  The test program seems to compile fine
with the standard HP compiler, and gcc 2.7.2.3.

It also prints out the following repeatedly, which I assume is
unimportant:

>WARNING: Couldn't find the global config file.

Otherwise the tests seemed fine.  Actually, that puzzles me, shouldn't
I have gotten some errors with exception handling on hp?  I thought I
saw something about that on the mailing list...

Lastly, I noticed that egcs (and gcc) gives the size of a long double
as 8 bytes, while the HP C compiler uses 16 bytes.  Not a big deal,
I was just curious why that was so.

Adrian
ade@psg.com


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