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]

Re: Suggestion for gfortran extension


On Wednesday 14 January 2004 12:03 pm, Martin Reinecke wrote:
> Hi,
>
> I would like to suggest an extension of gfortran, which allows
> access to the command line arguments in a Fortran executable.
>
> Most other Fortran90 compilers supply the function iargc()
> and the subroutine getarg() to achieve this, sometimes
> encapsulated in a module sometimes in Fortran77 fashion.
>
> For many of the existing Fortran codes this is a very important
> feature, and I guess it should not be very difficult to implement.

There is already partial support. The runtime library parts and possibly some 
of the resolution is missing.

Patches to implement the missing bits are more than welcome;)

Paul


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