[Bug libfortran/17597] list directed read has error

2004-12-15 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-12-15 13:05 --- Fixed -- What|Removed |Added Status|NEW |RESOLVED

[Bug libfortran/17597] list directed read has error

2004-12-15 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-15 12:42 --- Subject: Bug 17597 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-12-15 12:42:41 Modified files: gcc/testsuite : ChangeLog libgfortran/io : l

[Bug libfortran/17597] list directed read has error

2004-12-10 Thread sgk at troutmask dot apl dot washington dot edu
--- Additional Comments From sgk at troutmask dot apl dot washington dot edu 2004-12-10 18:03 --- The patch included here http://gcc.gnu.org/ml/fortran/2004-12/msg00088.html fixes this problem. -- steve -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17597

[Bug libfortran/17597] list directed read has error

2004-12-10 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2004-12-10 14:24 --- This runs correctly when read(10,*)I,X,P,Z,G is broken up into read(10,*)I,X read(10,*)P,Z,G (In reply to comment #0) > here is the list directed read example from the F2003 draft standard: