Path: utzoo!mnetor!uunet!husc6!bloom-beacon!athena.mit.edu!wesommer From: wesommer@athena.mit.edu (William E. Sommerfeld) Newsgroups: comp.lang.c Subject: Re: Problems porting GCC compiler to Gould Message-ID: <4720@bloom-beacon.MIT.EDU> Date: 19 Apr 88 18:05:00 GMT References: <523@sol.warwick.ac.uk> Sender: daemon@bloom-beacon.MIT.EDU Reply-To: wesommer@athena.mit.edu (William E. Sommerfeld) Organization: Massachusetts Institute of Technology Lines: 19 In article <523@sol.warwick.ac.uk> cudcv@cu.warwick.ac.uk (Rob McMahon) writes: >I don't know if this is the right group to send this to, if not maybe >someone could point me in the right direction ? Sorry if this is such a >long article, if you know nothing about the guts of GCC, please skip it. You can try sending mail to Stallman directly ; he tends to be very helpful in dealing with porting problems with GCC. The gcc mailing lists are and ; you can have yourself added by sending mail to or respectively. I do suggest that you get a more recent version of the sources; version 1.19 has a new MD command in it called `define_expand'; this lets you define additional strategies for instruction expansion, including introducing temporaries and also giving the option of deciding to punt and do a library call instead. - Bill