Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!bionet!bloom-beacon!tut.cis.ohio-state.edu!ukma!husc6!osf!osf.org!lehotsky From: lehotsky@osf.org (Alan Lehotsky) Newsgroups: gnu.gcc.bug Subject: gcc ports to DECStation 3100 Message-ID: <1529@osf.OSF.ORG> Date: 5 Jul 89 16:31:05 GMT Sender: news@osf.OSF.ORG Reply-To: lehotsky@osf.org (Alan Lehotsky) Distribution: na Organization: Open Software Foundation Lines: 14 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......