diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 7861e18..005d183 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -67,8 +67,8 @@ create_common. (named_common): take 'gfc_symtree' instead of 'gfc_symbol'. (gfc_trans_common): Adapt to new data structures. - * trans-decl.c (gfc_create_module_variables): Also output - symbols from commons. + * trans-decl.c (gfc_create_module_variables): Remove test for + removed attribute. 2004-06-29 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de> |