diff options
author | jvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-10-15 01:33:16 +0000 |
---|---|---|
committer | jvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-10-15 01:33:16 +0000 |
commit | ef1ff6738fa151de9b9b6da1651e11658ef2664e (patch) | |
tree | a736aec2c5b1306ead15cd926c196c3c25cb0029 /libgfortran/ChangeLog | |
parent | fe92f990dea33ea922996a968b886b2178e66f9d (diff) | |
download | gcc-ef1ff6738fa151de9b9b6da1651e11658ef2664e.tar.gz |
2007-10-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/33672
* io/list_read.c (nml_parse_qualifier): Add character specific error
messages. Check for proper form of sub-string qualifiers. Return the
parsed_rank flag indicating a non-zero rank qualifier.
(nml_get_obj_data): Count the instances of non-zero rank qualifiers.
Issue an error if more that one non-zero rank qualifier is found.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@129309 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r-- | libgfortran/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index ad4c411c2a7..2b9e67e4b4e 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,12 @@ +2007-10-14 Jerry DeLisle <jvdelisle@gcc.gnu.org> + + PR libfortran/33672 + * io/list_read.c (nml_parse_qualifier): Add character specific error + messages. Check for proper form of sub-string qualifiers. Return the + parsed_rank flag indicating a non-zero rank qualifier. + (nml_get_obj_data): Count the instances of non-zero rank qualifiers. + Issue an error if more that one non-zero rank qualifier is found. + 2007-10-04 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libfortran/33253 |