Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 SMI; site sun.uucp Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!decwrl!sun!guy From: guy@sun.uucp (Guy Harris) Newsgroups: net.lang.c,net.lang.f77 Subject: Re: Fortran to C translator Message-ID: <2291@sun.uucp> Date: Tue, 11-Jun-85 20:45:11 EDT Article-I.D.: sun.2291 Posted: Tue Jun 11 20:45:11 1985 Date-Received: Thu, 13-Jun-85 02:22:56 EDT References: <> <338@cubsvax.UUCP> Distribution: net Organization: Sun Microsystems, Inc. Lines: 13 Xref: watmath net.lang.c:5369 net.lang.f77:311 > I don't have an answer... but the documentation to the unix f77 compiler > states that the compiler produces intermediate C code. The only "UNIX f77 compiler" that can be considered an "official" F77 compiler is the compiler that comes with standard UNIX releases from AT&T, and which is supplied in much-modified form with 4.2BSD. I don't know about your documentation, but my documentation says nothing about producing intermediate C code because the "f77" compiler doesn't produce C code. The first pass of the compiler *does* produce intermediate code that is then turned into machine code (well, assembly code) by a back end made out of the portable C compiler, but that's it. No C code is produced anywhere. Guy Harris