re PR fortran/21432 (gfortran does not support printing of namelists)
authorPaul Thomas <pault@gcc.gnu.org>
Sun, 14 Aug 2005 16:15:40 +0000 (16:15 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sun, 14 Aug 2005 16:15:40 +0000 (16:15 +0000)
commit7af8f00c543646474396940a162866e60bf350de
treeac2f22c51d35dc9fa5d7732e086d66a7d40f0e8e
parentadb7b76436a93a635cb93e72ec6e701f4b10d6f5
re PR fortran/21432 (gfortran does not support printing of namelists)

2005-08-14 Paul Thomas  <pault@gcc.gnu.org>

PR fortran/21432.
* io.c (match_io): Add code to implement PRINT namelist.

2005-08-14 Paul Thomas  <pault@gcc.gnu.org>

PR fortran/21432.
* gfortran.dg/namelist_print_1.f: New test of functionality of
PRINT namelist.
* gfortran.dg/namelist_print_2.f: New test to check that PRINT
namelist generates error with -std=f95.

From-SVN: r103079
gcc/fortran/ChangeLog
gcc/fortran/io.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/namelist_print_1.f [new file with mode: 0644]
gcc/testsuite/gfortran.dg/namelist_print_2.f [new file with mode: 0644]