[fortran patch] Don't use TREE_LISTs for storing arguments to intrinsic functions

Steve Kargl sgk@troutmask.apl.washington.edu
Tue May 8 18:32:00 GMT 2007


On Tue, May 08, 2007 at 07:16:25PM +0100, Lee Millward wrote:
> On 5/8/07, Brooks Moses <brooks.moses@codesourcery.com> wrote:
> >> -static tree
> >> -gfc_conv_intrinsic_function_args (gfc_se * se, gfc_expr * expr)
> >> +static void
> >> +gfc_conv_intrinsic_function_args (gfc_se * se, gfc_expr * expr,
> >> +                               tree *argarray, int nargs)
> >
> >That should be *se and *expr, without spaces.
> >
> >(Yeah, I know the rest of the file doesn't follow this rule.  It all
> >needs to be fixed, and being consistent isn't actually useful.)
> 
> Ok.

All files will eventually follow the "no space" rule.  I simply
haven't gotten to this file, yet.  Unfortunately, gfortran is
potpourri of clashing styles.

-- 
Steve



More information about the Fortran mailing list