[Bug libfortran/23321] Direct unformatted read beyond EOF cores

2005-09-04 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23321

[Bug libfortran/23321] Direct unformatted read beyond EOF cores

2005-09-04 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-09-04 20:50 --- Fixed on mainline and 4.0. -- What|Removed |Added Status|NEW

[Bug libfortran/23321] Direct unformatted read beyond EOF cores

2005-09-04 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-04 20:45 --- Subject: Bug 23321 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-09-04 20:45:41 Modified files: libgfortran: Change

[Bug libfortran/23321] Direct unformatted read beyond EOF cores

2005-09-04 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-04 20:36 --- Subject: Bug 23321 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-04 20:36:52 Modified files: libgfortran: ChangeLog libgfortran/io : t

[Bug libfortran/23321] Direct unformatted read beyond EOF cores

2005-08-15 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-08-15 22:12 --- Proposed fix: Index: transfer.c === RCS file: /cvs/gcc/gcc/libgfortran/io/transfer.c,v retrieving revision 1.52 diff -c -p -r1.52 transfer.c *

[Bug libfortran/23321] Direct unformatted read beyond EOF cores

2005-08-14 Thread tkoenig at gcc dot gnu dot org
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-08-14 21:39 --- If HAVE_MMAP is undefined, then the test case gets to "should not get here", so this is buggy as well. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23321

[Bug libfortran/23321] Direct unformatted read beyond EOF cores

2005-08-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-11 13:31 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E