This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [fortran patch] Don't use TREE_LISTs for storing arguments to intrinsic functions


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


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