re PR fortran/13257 ([4.0 only] Error instead of warning for missing comma in format...
authorAndrew Pinski <pinskia@physics.uc.edu>
Sat, 9 Apr 2005 18:44:07 +0000 (18:44 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sat, 9 Apr 2005 18:44:07 +0000 (11:44 -0700)
commit53d8a8ac22f1da70288ba496a0f63ca26f3e70dd
treec994c1aa2ba0c5a038c6f170fcd097a4bd19d085
parent9d30f3c190d89f886600bd4ccfe33d62d78adc51
re PR fortran/13257 ([4.0 only] Error instead of warning for missing comma in format string)

PR fortran/13257

fortran/ChangeLog:
* io.c (check_format): Allow an optional comma
between descriptors.

libgfortran/ChangeLog:
* format.c (parse_format_list): Allow an optional comma
between descriptors.

testsuite/ChangeLog:
* comma_format_extension_[1234].f: New tests.

From-SVN: r97919
gcc/fortran/ChangeLog
gcc/fortran/io.c
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/comma_format_extension_1.f [new file with mode: 0644]
gcc/testsuite/gfortran.dg/comma_format_extension_2.f [new file with mode: 0644]
gcc/testsuite/gfortran.dg/comma_format_extension_3.f [new file with mode: 0644]
gcc/testsuite/gfortran.dg/comma_format_extension_4.f [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/format.c