re PR fortran/56743 (Namelist bug with comment and no blank)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Tue, 21 Apr 2015 16:13:54 +0000 (16:13 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Tue, 21 Apr 2015 16:13:54 +0000 (16:13 +0000)
commitb45fe62d455e4991fb6de142d8cc19baed855fa3
treebdf9710585dde2ee15a465b1eed70172c0171533
parent05416670a62a8914d3aa6143ce909ee8192090a9
re PR fortran/56743 (Namelist bug with comment and no blank)

2015-04-21 Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/56743
* io/list_read.c (CASE_SEPARATORS): Add case for '!'.
(is_separator): Add condition for '!'.
(eat_separator): Use notify_std to warn or errord if '!' is
encountered before a proper separator.

From-SVN: r222271
libgfortran/ChangeLog
libgfortran/io/list_read.c