This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

32 binary gfortran: -ffree-line-length-none ?


Dear GFORTRAN developers,

I have downloaded the package for 32 bit processors from the link

http://quatramaran.ens.fr/~coudert/gfortran/gfortran-linux.tar.gz

that is,

gfortran --version
GNU Fortran 95 (GCC 4.0.1 20050727 (Red Hat 4.0.1-4.EL4.2))
Copyright (C) 2005 Free Software Foundation, Inc.

>From the tested switchs the following ones seem that do not work:

-ffree-line-length-none  Allow arbitrary character line width in free mode
-ffree-line-length-<n>   Use n as character line width in free mode

For example,

gfortran -ffree-form -o test1.exe test1.f90

is OK, but

gfortran -ffree-form -ffree-line-length-none -o test2.exe test2.f90
f951: error: unrecognized command line option "-ffree-line-length-none"

gfortran -ffree-form -ffree-line-length-132 -o test2.exe test2.f90
f951: error: unrecognized command line option "-ffree-line-length-132"

both are not OK.

What I am doing wrong ?

Best regards,
Jorge D´Elia.
-------------------------------------------------


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