diff options
author | Roger Sayle <roger@eyesopen.com> | 2004-05-21 21:37:25 +0000 |
---|---|---|
committer | Roger Sayle <sayle@gcc.gnu.org> | 2004-05-21 21:37:25 +0000 |
commit | 11670eebf3c9844fc34793789397fe05d60b4a77 (patch) | |
tree | d8fe1bebb6dada99658d820fef0bcdf6b8789378 /libgfortran/ChangeLog | |
parent | 0b817eb02d8c970b3041591f58a4a7c4253ed855 (diff) | |
download | gcc-11670eebf3c9844fc34793789397fe05d60b4a77.zip gcc-11670eebf3c9844fc34793789397fe05d60b4a77.tar.gz gcc-11670eebf3c9844fc34793789397fe05d60b4a77.tar.bz2 |
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
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 7a2e993..3eedff3 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,8 @@ +2004-05-21 Roger Sayle <roger@eyesopen.com> + + * io/format.c (parse_format_list): Allow the comma after a string + literal to be optional. + 2004-05-18 Paul Brook <paul@codesourcery.com> Feng Wang <fengwang@nudt.edu.cn> |