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
This commit is contained in:
Thomas Koenig 2005-07-12 20:39:11 +00:00 committed by Thomas Koenig
parent 015294b667
commit 0d579784b4
3 changed files with 10 additions and 4 deletions

View 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>

View 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

View 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.