re PR fortran/29277 (Formated stream output: Translate "\n" / achar(10) into "\r...
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Wed, 18 Oct 2006 04:08:30 +0000 (04:08 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Wed, 18 Oct 2006 04:08:30 +0000 (04:08 +0000)
commit94d3995aa3649d777794b8a70c9b8ea21bdfdd04
tree82bc051e27bedb032c5a3c78af5b7d72a670086f
parent09861cbee63a833e24b235a82432f2086f993624
re PR fortran/29277 (Formated stream output: Translate "\n" / achar(10) into "\r\n" on some platforms)

2006-10-17  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/29277
* gfortran.dg/streamio_4.f90: Update test.
* gfortran.dg/streamio_11.f90: New test.

From-SVN: r117847
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/streamio_11.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/streamio_4.f90