Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!munnari.oz.au!darwin.ntu.edu.au!malcolm From: malcolm@pandanus.ntu.edu.au (Malcolm Caldwell) Newsgroups: comp.unix.amiga Subject: Re: g++ (was stdio.h incompatibility) Message-ID: Date: 19 Jun 91 04:04:44 GMT References: <1991Jun17.101219@cs.utwente.nl> <1619@surf.sics.bu.oz.au> Organization: Computer Science, Northern Territory University, Darwin, Australia. Lines: 18 Nntp-Posting-Host: pandanus.ntu.edu.au In-reply-to: s000623@kowande.bu.oz.au's message of 19 Jun 91 01:44:10 GMTLines: 18 > 1) FIX THE STANDARD ASSEMBLER (best option by far) > > 2) USE GAS (which I have not yet installed, because this > would imply remaking gcc, and I would prefer NOT to > have to do this) I would say that getting gas to work is about your best bet. Remaking gcc is no problem as that is what you have done each time you recompile g++ (in effect) Besides, gas can probably produce better code than as (Believe it or not). At least this is true on a sun3 here (68020). It does a better job of branch optimization. -- Malcolm Caldwell malcolm@pandanus.ntu.edu.au Technical Officer Computer Science Northern Territory University, Darwin Australia