[gnu.gcc.bug] gcc ports to DECStation 3100

lehotsky@osf.org (Alan Lehotsky) (07/05/89)

I'm trying to bring up the gcc MIPS port on the DECStation 3100, using
gcc v1.35.  Is anyone else doing this?

I have found a few really trivial(I hope) fixes to just get it to
build.  The only changes I had to make were

	tm-mips.h	modify the HARD_REGNO_MODE_OK macro to type-cast
			the result of the "then" conditional exprs. (Works
			around what I think is a DEC c-compiler bug)

	rtl.c		make print_rtx and outfile globally visible instead
			of static, so that out-mips.c can reference them.

But of course when I try and run it, it dies......