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: ICE on iargc()/command_argument_count() etc.


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


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