This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, Fortran] attributes for gfc_component


On Friday 15 August 2008 17:13:02 Janus Weil wrote:
> Now there are two possibilities: Either add each of these as separate
> fields to gfc_component (like it has already been done with pointer,
> allocatable, dimension and access), or simply reuse the
> symbol_attributes structure. 

Third, create a component_attribute structure.

Sooner or later it will confuse people if components may have fields for 
attributes that are never used. IMO, try to keep separate things separate.

My  2ct.

	Daniel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]