diff options
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/fortran/module.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 0863e27..51da721 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2005-09-18 Andreas Jaeger <aj@suse.de> + + * module.c (read_module): Add missed line from last patch. + 2005-09-18 Erik Edelmann <erik.edelmann@iki.fi> PR fortran/15975 diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c index 8f225aa..b3695e7 100644 --- a/gcc/fortran/module.c +++ b/gcc/fortran/module.c @@ -3119,6 +3119,7 @@ read_module (void) mio_lparen (); /* Create the fixup nodes for all the symbols. */ + series = 0; while (peek_atom () != ATOM_RPAREN) { |