aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2015-04-21 16:13:54 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2015-04-21 16:13:54 +0000
commitb45fe62d455e4991fb6de142d8cc19baed855fa3 (patch)
treebdf9710585dde2ee15a465b1eed70172c0171533 /libgfortran/ChangeLog
parent05416670a62a8914d3aa6143ce909ee8192090a9 (diff)
downloadgcc-b45fe62d455e4991fb6de142d8cc19baed855fa3.zip
gcc-b45fe62d455e4991fb6de142d8cc19baed855fa3.tar.gz
gcc-b45fe62d455e4991fb6de142d8cc19baed855fa3.tar.bz2
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
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 9f53ae3..e17dcae 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
2015-04-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/65089