This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: ICE on iargc()/command_argument_count() etc.
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: Charlie Zender <zender at uci dot edu>
- Cc: GNU Fortran Project <fortran at gcc dot gnu dot org>
- Date: Tue, 14 Oct 2003 17:17:18 -0700
- Subject: Re: ICE on iargc()/command_argument_count() etc.
- References: <E1A9YdX-0002cI-00@ashes.ess.uci.edu>
On Tue, Oct 14, 2003 at 04:31:31PM -0700, Charlie Zender wrote:
>
> The following fortran90 code shows that neither
> command_argument_count(), nor the old backward compatibility function
> iargc() work. Presumably nor do getarg() and get_command_argument().
None of these functions are part of the Fortran 95
standard. The current effort is to implement a
functioning Fortran 95 compiler. Once this is
finished adding convenience features will probably
be undertaken.
BTW, what to you mean by "old backward compatibility
function iargc()"? iargc() has never been a part of
a Fortran standard.
--
Steve