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] PR33337 and PR33376 - use associated derived type parameters with array refs.


FX,

This seems fine to me, except for formatting of the block below:


! /* Only output variables and array valued, or derived type, parameters. */
if (sym->attr.flavor != FL_VARIABLE
! &&
! !(sym->attr.flavor == FL_PARAMETER
! && (sym->attr.dimension != 0 || sym->ts.type == BT_DERIVED)))
This was hand crafted to try to make the logic clear!

I'll redo it:-)

Thanks

Paul


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