OSDN Git Service

PR fortran/13257
authorpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Apr 2005 18:44:07 +0000 (18:44 +0000)
committerpinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Apr 2005 18:44:07 +0000 (18:44 +0000)
commitfc7645ef69c8f4a2e1e4a2f5b98424eacadbe5bb
treec994c1aa2ba0c5a038c6f170fcd097a4bd19d085
parenta6c787e5b7ad773092038330079c7c62122ae7f7
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97919 138bc75d-0d04-0410-961f-82ee72b054a4
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