]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libfortran/21471 ('POSITION = "APPEND"' doesn't seem to work)
authorFrancois-Xavier Coudert <coudert@clipper.ens.fr>
Wed, 11 May 2005 05:56:20 +0000 (07:56 +0200)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Wed, 11 May 2005 05:56:20 +0000 (05:56 +0000)
commitda32fddcb6e41f878ea05dd46ad677a2d821c70e
treec9dbad5660c861798c7ad9d3bddd154215a4d446
parent939176ab435c20964525b580056b85a20dd08ff1
re PR libfortran/21471 ('POSITION = "APPEND"' doesn't seem to work)

PR libfortran/21471
* open.c (new_unit): Take care of the case where POSITION_APPEND
is specified (sseek to the end, and set u>-endfile).
* gfortran.dg/append-1.f90: New test.

From-SVN: r99560
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/append-1.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/open.c