This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/20085] iargc returns wrong count for number of program arguments
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Feb 2005 18:07:04 -0000
- Subject: [Bug libfortran/20085] iargc returns wrong count for number of program arguments
- References: <20050219175629.20085.dir@lanl.gov>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-19 18:07 -------
Confirmed, just an off by one error as we are counting the program name (aka argument 0).
--
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |19292
nThis| |
Status|UNCONFIRMED |NEW
Component|fortran |libfortran
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-02-19 18:07:02
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20085