[Bug libfortran/19678] DOS files don't work for list directed input

2005-03-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-25 13:41 --- Subject: Bug 19678 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-03-25 13:40:20 Modified files: gcc/testsuite : Change

[Bug libfortran/19678] DOS files don't work for list directed input

2005-03-25 Thread fxcoudert at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19678

[Bug libfortran/19678] DOS files don't work for list directed input

2005-03-25 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-03-25 13:37 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libfortran/19678] DOS files don't work for list directed input

2005-03-25 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-25 13:35 --- Subject: Bug 19678 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-03-25 13:35:29 Modified files: gcc/testsuite : ChangeLog libgfortran: C

[Bug libfortran/19678] DOS files don't work for list directed input

2005-03-17 Thread fxcoudert at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fxcoudert at gcc dot gnu dot |dot org |org Status|UNCONFIRME

[Bug libfortran/19678] DOS files don't work for list directed input

2005-02-24 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Keywords||patch http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19678

[Bug libfortran/19678] DOS files don't work for list directed input

2005-02-24 Thread coudert at clipper dot ens dot fr
--- Additional Comments From coudert at clipper dot ens dot fr 2005-02-24 13:46 --- I submitted a patch to fix this bug. See http://gcc.gnu.org/ml/fortran/2005-02/msg00303.html -- What|Removed |Added ---

[Bug libfortran/19678] DOS files don't work for list directed input

2005-02-07 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-02-07 08:48 --- g77 can do this: $ cat dosfile.f write(10,'(2A)') '1',achar(13) rewind(10) read (10,*) n print *,n end $ g77 dosfile.f $ ./a.out 1 $ g77 -v Reading specs from /usr/lib/gcc

[Bug libfortran/19678] DOS files don't work for list directed input

2005-02-02 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-02-02 12:40 --- It's funny that you signal this. I was going to suggest to the list that I fix it. I was not sure that it really is a bug but it is a nuisance and is very easily fixed. -- http://gcc.gnu.org/bugzilla/