PR libfortran/21471
commit5100ec9c10989dfa81f8ce479a5d56816339443b
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 May 2005 05:56:20 +0000 (11 05:56 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 May 2005 05:56:20 +0000 (11 05:56 +0000)
treec9dbad5660c861798c7ad9d3bddd154215a4d446
parent91de3cd6ac9dcf65a7f5f3450ee951f285fabf49
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99560 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/append-1.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/open.c