[gnu.gcc] GCC on the hp

dl23+@ANDREW.CMU.EDU (Damon Wayne Lipparelli) (12/04/88)

Hello.

Has anyone been able to compile the latest release of gcc (1.30) on an
hp-320 running HP/UX 6.2?  Once I found alloca.c and started the make, I
got literally hundreds of warnings of the form:

"<file>.c",line <whatever>: warning: enumeration type clash, operator ==.

And finally dies in loop.c at line 4506 with:

warning: incorrect combination of pointer and integer, op ==.

I added the flag "-DSHORT_ENUM_BUG" to the command line, and this
did lesson the number of warnings like the first one above, but the make
still dies in the same place.

Does anyone know of a solution to this problem?

Thanks muchly,
Damon

ps:  I have subsequently also tried 1.31 and it dies with the same error.