[Bug libfortran/20085] iargc returns wrong count for number of program arguments

2005-02-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-28 13:45 --- *** Bug 20246 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug libfortran/20085] iargc returns wrong count for number of program arguments

2005-02-20 Thread kargl at gcc dot gnu dot org
--- Additional Comments From kargl at gcc dot gnu dot org 2005-02-20 15:37 --- Patch applied. -- What|Removed |Added Status|NEW |RESOLVED

[Bug libfortran/20085] iargc returns wrong count for number of program arguments

2005-02-20 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-20 15:24 --- Subject: Bug 20085 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-20 15:24:02 Modified files: libgfortran: ChangeLog libgfortran/intrin

[Bug libfortran/20085] iargc returns wrong count for number of program arguments

2005-02-19 Thread sgk at troutmask dot apl dot washington dot edu
--- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2005-02-20 05:00 --- Patch is here http://gcc.gnu.org/ml/gcc-patches/2005-02/msg01148.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20085

[Bug libfortran/20085] iargc returns wrong count for number of program arguments

2005-02-19 Thread pinskia 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