[Bug libfortran/19451] Read after a write with a read only file

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

[Bug libfortran/19451] Read after a write with a read only file

2005-01-24 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-01-24 20:03 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug libfortran/19451] Read after a write with a read only file

2005-01-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-01-23 02:20 --- Subject: Bug 19451 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-01-23 02:18:34 Modified files: gcc/testsuite : ChangeLog libgfortran: C

[Bug libfortran/19451] Read after a write with a read only file

2005-01-19 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-01-19 22:17 --- Patch: http://gcc.gnu.org/ml/gcc-patches/2005-01/msg01266.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19451

[Bug libfortran/19451] Read after a write with a read only file

2005-01-19 Thread Thomas dot Koenig at online dot de
--- Additional Comments From Thomas dot Koenig at online dot de 2005-01-19 21:35 --- (In reply to comment #1) > Confirmed, changing the summary a little more. > > Also if the file contained anything, we seg fault when finishing the write (which seems wrong). Here's a test case for that

[Bug libfortran/19451] Read after a write with a read only file

2005-01-15 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-15 08:08 --- Confirmed, changing the summary a little more. Also if the file contained anything, we seg fault when finishing the write (which seems wrong). -- What|Removed |Added --