Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!decwrl!deccrl!news.crl.dec.com!shlump.nac.dec.com!riscy.enet.dec.com!croton.nyo.dec.com!frank From: frank@croton.nyo.dec.com (Frank Wortner) Newsgroups: comp.unix.ultrix Subject: Re: New RISC compilers???? Message-ID: <1971@riscy.enet.dec.com> Date: 15 Mar 91 22:38:21 GMT References: <1991Mar13.194516.12093@colorado.edu> <15530012@hpdmd48.boi.hp.com> <1991Mar13.031200.29836@crl.dec.com> Sender: newsdaemon@riscy.enet.dec.com Reply-To: frank@croton.nyo.dec.com (Frank Wortner) Organization: Digital Equipment Corporation Lines: 16 In article <1991Mar13.194516.12093@colorado.edu>, grunwald@foobar.colorado.edu (Dirk Grunwald) writes: > > does the new compiler compile directly to .o files, or does it go to > an assembler pass? > The C compiler uses the MIPSCO backend, so there is no change there. The main change is the ANSI C frontend. The Fortran compiler uses a new backend which generates ".o" files directly. There is no assembly step. Frank