This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: F77 code under gcc


> 
> Dear Sir
> 
> 
> I am redirected my question to you following the advise by gcc developer.
> 
> >From your site:
> 
> http://gcc.gnu.org/gcc-4.0/changes.html#4.0.2
> 
> Fortran
> 
>     * A new Fortran front end has replaced the aging GNU Fortran 77 front end. The new front
> end supports Fortran 90 and Fortran 95. It may not yet be as stable as the old Fortran front
> end.
> 
> So shall I understand no support for F77 at all? Or there are options for F77 dialect?
> Novell site claims support for F77, but seems to me that is not true.

No, the issue is that you don't have the fortran front-end installed.  It does support
fortran 77 to some extend (since all legal fortran 77 is also legal fortran 90).

You might need to install the package that contains the fortran front-end.

-- Pinski


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