[Bug libfortran/20930] [4.0 Regression] gfortran.dg/backspace.f execution test

2005-06-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-13 03:23 --- Fixed. -- What|Removed |Added Status|REOPENED|RESOLVED

[Bug libfortran/20930] [4.0 Regression] gfortran.dg/backspace.f execution test

2005-06-11 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-11 20:21 --- Subject: Bug 20930 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-11 20:21:41 Modified files: libgfortran:

[Bug libfortran/20930] [4.0 Regression] gfortran.dg/backspace.f execution test

2005-06-07 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-06-07 19:15 --- gfortran patches are not being backported as originally promised. -- What|Removed |Added

[Bug libfortran/20930] [4.0 Regression] gfortran.dg/backspace.f execution test

2005-05-15 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-05-15 19:54 --- This bug has not been fixed on the 4.0 branch -- What|Removed |Added

[Bug libfortran/20930] [4.0 Regression] gfortran.dg/backspace.f execution test

2005-05-14 Thread danglin at gcc dot gnu dot org
--- Additional Comments From danglin at gcc dot gnu dot org 2005-05-14 20:58 --- See comment #9. -- What|Removed |Added Status|NEW

[Bug libfortran/20930] [4.0 Regression] gfortran.dg/backspace.f execution test

2005-04-26 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-04-26 18:33 --- The problem is due to libgfortran not flushing the record length marker to the file. transfer.c:next_record_w() copies the record length into the buffer, but does not ensure that the buffer gets flushed to

[Bug libfortran/20930] [4.0 Regression] gfortran.dg/backspace.f execution test

2005-04-26 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-04-26 18:53 --- Patch: http://gcc.gnu.org/ml/gcc-patches/2005-04/msg02697.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20930

[Bug libfortran/20930] [4.0 Regression] gfortran.dg/backspace.f execution test

2005-04-25 Thread dje at gcc dot gnu dot org
--- Additional Comments From dje at gcc dot gnu dot org 2005-04-25 19:10 --- The problem (on AIX) appears to be related to reaching the end of file. Specifically, nr=0 20 continue read (3,end=30,err=90) n, (x(n),n=1,10) nr=nr+1 goto 30 30 continue counts the number of

[Bug libfortran/20930] [4.0 Regression] gfortran.dg/backspace.f execution test

2005-04-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-10 16:34 --- Does this work on the mainline? If so the following patch fixes it: 2005-04-08 Eric Botcazou [EMAIL PROTECTED] * io/backspace.c (unformatted_backspace): Do not dereference the pointer to

[Bug libfortran/20930] [4.0 Regression] gfortran.dg/backspace.f execution test

2005-04-10 Thread danglin at gcc dot gnu dot org
--- Additional Comments From danglin at gcc dot gnu dot org 2005-04-10 16:39 --- Eric's patch went in after my last mainline build and codesourcery isn't building fortran. I'll check. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20930

[Bug libfortran/20930] [4.0 Regression] gfortran.dg/backspace.f execution test

2005-04-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-10 16:42 --- Hmm, it is on the 4.0 branch too so it might not have fixed it. I think powerpc-aix is also seeing the same failure. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20930