io.c (check_format): As a GNU extension...
authorRoger Sayle <roger@eyesopen.com>
Fri, 21 May 2004 21:37:25 +0000 (21:37 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Fri, 21 May 2004 21:37:25 +0000 (21:37 +0000)
commit11670eebf3c9844fc34793789397fe05d60b4a77
treed8fe1bebb6dada99658d820fef0bcdf6b8789378
parent0b817eb02d8c970b3041591f58a4a7c4253ed855
io.c (check_format): As a GNU extension...

* 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.

From-SVN: r82109
gcc/fortran/ChangeLog
gcc/fortran/io.c
libgfortran/ChangeLog
libgfortran/io/format.c