re PR fortran/37446 (Diagnostic of edit descriptors, esp. EN)
commitde1ee8e1ee11c40f11200b91dad82c0bd958f6fe
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Mon, 24 Aug 2009 03:41:56 +0000 (24 03:41 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Mon, 24 Aug 2009 03:41:56 +0000 (24 03:41 +0000)
treeb53bece69770488a18ee0cea71bf15d73271bed2
parent287043384564993d081a309b6aacfa5783dd3dda
re PR fortran/37446 (Diagnostic of edit descriptors, esp. EN)

2009-08-23  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR fortran/37446
* io.c (enum format_token): Change FMT_EXT to FMT_EN and FMT_ES.
(format_lex): Likewise.
(token_to_string): New function.
(check_format): Use the new tokens and the new function. Add
check for positive width.

From-SVN: r151043
gcc/fortran/ChangeLog
gcc/fortran/io.c