This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: g77 question


No, g77 doesn't support structure and record extensions, nor are they
identical to those which are supported under f90.  The PSR f90
www.psrv.com for linux is a front end which supports much of f90 using
g77 as a back end, and, like most commercial linux Fortrans, supports
linking with g77 code.  You may well wish to license a commercial f90,
if converting this syntax to the f90 equivalent appears to be a useful
exercise.

Tim Prince
----- Original Message -----
From: "Cheri Bowden" <bowden@consys.com>
To: <gcc@gcc.gnu.org>
Sent: Wednesday, July 05, 2000 2:47 PM
Subject: g77 question


> Hello,
>
>   I have been given some fortran 77 legacy code that I must integrate
> with my gcc
>  C++ project.  The fortran code contains fortran extensions.  It uses
> STUCTURE and
>  RECORD.  Is there a way to use g77 to compile my fortran code without
> having to
>  re-write my legacy code to remove the STRUCTURE and RECORD features?
>
>  Thank you for any help I can get!!!
>
> Cheri
>
> --
> Cheri Bowden <bowden@consys.com>
> Conceptual Systems & Software
> work: (520) 636-2600
>
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]