* io.c (check_format): As a GNU extension, allow the comma after a
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 May 2004 21:37:25 +0000 (21:37 +0000)
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 May 2004 21:37:25 +0000 (21:37 +0000)
commit61fa81cc91924163fd83420c2dcfcedfbe23a641
treed8fe1bebb6dada99658d820fef0bcdf6b8789378
parentc7fe03c012a11c8b641a4e140914034e11538ca3
* io.c (check_format): As a GNU extension, allow the comma after a
string literal to be optional in a format.  Use gfc_notify_std to
issue an error/warning as appropriate.

* io/format.c (parse_format_list): Allow the comma after a string
literal to be optional.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82109 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/io.c
libgfortran/ChangeLog
libgfortran/io/format.c