Commit f86b898d by Daniel Franke

Fixed overly long lines in my last ChangeLog entry.

From-SVN: r127015
parent 5cca320d
...@@ -3,17 +3,19 @@ ...@@ -3,17 +3,19 @@
PR fortran/31818 PR fortran/31818
PR fortran/32876 PR fortran/32876
PR fortran/32905 PR fortran/32905
* gfortran.h (symbol_attribute): Added bits for pointer_comp, private_comp. * gfortran.h (symbol_attribute): Added bits for pointer_comp,
* parse.c (parse_derived): Set pointer_comp/private_comp bits if the derived private_comp.
type ultimately contains pointer components or private components. * parse.c (parse_derived): Set pointer_comp/private_comp bits if
the derived type ultimately contains pointer components or private
components.
* module.c (ab_attribute): New values AB_POINTER_COMP, AB_PRIVATE_COMP. * module.c (ab_attribute): New values AB_POINTER_COMP, AB_PRIVATE_COMP.
(attr_bits): Added names for new ab_attributes. (attr_bits): Added names for new ab_attributes.
(mio_symbol_attribute): Save/restore new attribute bits in modules. (mio_symbol_attribute): Save/restore new attribute bits in modules.
* match.c (gfc_match_namelist): Removed check for namelist objects of assumed * match.c (gfc_match_namelist): Removed check for namelist objects
shape. of assumed shape.
* resolve.c (resolve_fl_namelist): Added check for pointer or private * resolve.c (resolve_fl_namelist): Added check for pointer or
components in nested types. Added check for namelist objects of assumed private components in nested types. Added check for namelist objects
shape. of assumed shape.
2007-07-28 Paul Thomas <pault@gcc.gnu.org> 2007-07-28 Paul Thomas <pault@gcc.gnu.org>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment