------- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-19 18:03 ------- Subject: Bug 21593
CVSROOT: /cvs/gcc Module name: gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-07-19 18:03:26 Modified files: libgfortran : ChangeLog libgfortran/io : unix.c gcc/testsuite : ChangeLog gcc/testsuite/gfortran.dg: dev_null.f90 Log message: 2005-07-19 Thomas Koenig <[EMAIL PROTECTED]> Backport from mainline. 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. (fd_to_stream): initialize s->special_file. 2005-07-19 Thomas Koenig <[EMAIL PROTECTED]> Backport from mainline. PR libfortran/21593 gfortran.dg/dev_null.f90: Remove targets. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.163.2.66&r2=1.163.2.67 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/io/unix.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.21.10.7&r2=1.21.10.8 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5084.2.288&r2=1.5084.2.289 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gfortran.dg/dev_null.f90.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1.2.2&r2=1.1.2.3 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21593