diff options
author | Thomas Koenig <Thomas.Koenig@online.de> | 2005-07-12 20:39:11 +0000 |
---|---|---|
committer | Thomas Koenig <tkoenig@gcc.gnu.org> | 2005-07-12 20:39:11 +0000 |
commit | 0d579784b47661d2e269d15c7919590081958994 (patch) | |
tree | 4e464dbf805d1b758a75129f2214c43b443b2124 | |
parent | 015294b667d2e5b00796513ac651d50c2b892515 (diff) | |
download | gcc-0d579784b47661d2e269d15c7919590081958994.zip gcc-0d579784b47661d2e269d15c7919590081958994.tar.gz gcc-0d579784b47661d2e269d15c7919590081958994.tar.bz2 |
re PR libfortran/21593 ([4.0 only] FAIL: gfortran.dg/dev_null.f90)
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
-rw-r--r-- | gcc/testsuite/ChangeLog | 10 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/dev_null.f90 | 3 | ||||
-rw-r--r-- | libgfortran/ChangeLog | 1 |
3 files changed, 10 insertions, 4 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 144b57f..715c437 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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> diff --git a/gcc/testsuite/gfortran.dg/dev_null.f90 b/gcc/testsuite/gfortran.dg/dev_null.f90 index c8db001..edf93db 100644 --- a/gcc/testsuite/gfortran.dg/dev_null.f90 +++ b/gcc/testsuite/gfortran.dg/dev_null.f90 @@ -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 diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index e96c422..093043d 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -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. |