Commit 95af2a1f by Francois-Xavier Coudert Committed by François-Xavier Coudert

* gfortran.dg/dollar_edit_descriptor-1.f: New test.

From-SVN: r100316
parent c9330b03
2005-05-29 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* gfortran.dg/dollar_edit_descriptor-1.f: New test.
2005-05-28 Mark Mitchell <mark@codesourcery.com>
PR c++/21340
......
! { dg-do run }
! PR libfortran/20006
character*5 c
open (42,status='scratch')
write (42,'(A,$)') 'abc'
write (42,'(A)') 'de'
rewind (42)
read (42,'(A)') c
close (42)
if (c /= 'abcde') call abort
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment