X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libgfortran%2FChangeLog;h=7b1cda1e541b4c9635d9dfc9c70543f311ff7dfe;hp=c02d6d5479eaf451a5b2af9178e2f69f09dd88f6;hb=ba6222107e6b23ec36844637ec238919ca709acd;hpb=f0f62fbe8bee6628e0559c6244893788df79db15 diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index c02d6d5479e..7b1cda1e541 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,6 +1,17 @@ 2013-04-28 Jerry DeLisle Backport from mainline: + 2013-03-20 Tilo Schwarz + + PR libfortran/51825 + * io/list_read.c (nml_read_obj): Don't end the component loop on a + nested derived type, but continue with the next loop iteration. + (nml_get_obj_data): Don't move the first_nl pointer further in the + list if a qualifier was found. + +2013-04-28 Jerry DeLisle + + Backport from mainline: PR libfortran/56786 * io/list_read.c (nml_parse_qualifier): Remove spurious next_char call