This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g77 question
- To: "Cheri Bowden" <bowden at consys dot com>, <gcc at gcc dot gnu dot org>
- Subject: Re: g77 question
- From: "Tim Prince" <tprince at computer dot org>
- Date: Wed, 5 Jul 2000 15:27:37 -0700
- References: <3963ACF2.882A346B@consys.com>
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
>
>