This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: rfe: include f77 support in gcc-ssa rpm snapshots
On Thu, 8 Jan 2004, Satish Balay wrote:
> On Thu, 8 Jan 2004, Toon Moene wrote:
>
> > What we (I) could do is change the driver program (gfortran) to support
> > compiling "Fortran 77" source in .f files, by applying -ffixed-form
> > -xf95 to those compiles automatically.
> >
> > Perhaps I should bite the bullit and propose a patch this weekend (if
> > time permits).
>
> Thanks. I think this should work for me.
I just tried today's snapshot - gfortran behaves fine for .f - but
misbehaves for .F files. Could you fix this one as well?
Thanks,
Satish
----------
asterix:/home/balay/junk>gfortran-ssa conftest.f
asterix:/home/balay/junk>gfortran-ssa conftest.F
gfortran-ssa: conftest.F: Fortran compiler not installed on this system
asterix:/home/balay/junk>gfortran-ssa --version
GNU Fortran 95 (GCC 3.5-tree-ssa 20040115 (Fedora Core Rawhide 3.5ssa-snapshot))