re PR libfortran/21593 ([4.0 only] FAIL: gfortran.dg/dev_null.f90)
authorThomas Koenig <Thomas.Koenig@online.de>
Tue, 12 Jul 2005 20:39:11 +0000 (20:39 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Tue, 12 Jul 2005 20:39:11 +0000 (20:39 +0000)
2005-07-12  Thomas Koenig  <Thomas.Koenig@online.de>

PR libfortran/21593
gfortran.dg/dev_null.f90:  Remove outdated comment about
PR libfortran/21593.
libgfortran/ChangeLog:  Add PR to entry.

From-SVN: r101940

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/dev_null.f90
libgfortran/ChangeLog

index 144b57f1fcc68ca8fe588686cc21aab0e4f3622c..715c437e9a1dfba072002ff1f1e5025ab8b8a4f8 100644 (file)
@@ -1,3 +1,10 @@
+2005-07-12  Thomas Koenig  <Thomas.Koenig@online.de>
+
+       PR libfortran/21593
+       gfortran.dg/dev_null.f90:  Remove outdated comment about
+       PR libfortran/21593.
+
+
 2005-07-12  Dale Johannesen  <dalej@apple.com>
 
        * gcc.target/i386/compress-float-sse.c:  New.
@@ -7,8 +14,9 @@
        * gcc.dg/compress-float-ppc.c:  New.
        * gcc.dg/compress-float-ppc-pic.c:  New.
 
-2005-07-11  Thomas Koenig  <Thomas.Koenig@online.de>
+2005-07-12  Thomas Koenig  <Thomas.Koenig@online.de>
 
+       PR libfortran/21593
        gfortran.dg/dev_null.f90:  Remove targets.
 
 2005-07-12  Andrew Pinski  <pinskia@physics.uc.edu>
index c8db001fa1c217d9fa2db0c0d776ac5fa6374709..edf93dbd1fcbd5f24e2148ab86f8e9b3d72454d1 100644 (file)
@@ -1,7 +1,4 @@
 ! { dg-do run }
-! This test currently only runs on systems where using ftruncate on
-!   /dev/null fails (errno set to EINVAL). See PR 21593 for details.
-!
 ! pr19478 read from /dev/null
 ! Thomas.Koenig@online.de
       character*20 foo
index e96c422bc3ba9ab6f790fa8a421ffb8408023653..093043d7108a0714d16f43e91b3fec6e6a9323bd 100644 (file)
@@ -1,5 +1,6 @@
 2005-07-12  Thomas Koenig  <Thomas.Koenig@online.de>
 
+       PR libfortran/21593
        io/unix.c:  Add member special_file to type unix_stream.
        (fd_truncate):  Don't call ftruncate or chsize if
        s refers to a special file.