OSDN Git Service

fortran/
authortobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Sep 2005 12:08:53 +0000 (12:08 +0000)
committertobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 Sep 2005 12:08:53 +0000 (12:08 +0000)
commite713bf6dd99b59d450c790b1e7494462a17b459e
treeeef1595ad0678fac27350ee479d689cdf5007036
parent17df5dd666893a29eb9d54100b8f9f58bf34cef8
fortran/
PR fortran/23661
* io.c (match_io): Correctly backup if PRINT followed by
symbol which is not a namelist.  Force blank between PRINT
and namelist in free form.
testsuite/
PR fortran/23661
* gfortran.dg/print_fmt_1.f90, gfortran.dg/print_fmt_2.f90
gfortran.dg/print_fmt_3.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103824 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/io.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/print_fmt_1.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/print_fmt_2.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/print_fmt_3.f [new file with mode: 0644]