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: [gfortran] Fix PR 16861


On Thu, Sep 15, 2005 at 05:40:24PM +0200, Paul Thomas wrote:
> OK for mainline and 4.03, when open?

OK, once you fix the comments below.

>    const char *p;
>    char name[GFC_MAX_SYMBOL_LEN + 1];
>    gfc_intrinsic_op i;
> !   int ambiguous, symbol, j, nuse, series;

Put these in alphabetical order.

> +
> +       /* If a module contains subroutines with assumed shape dummy
> +        arguments, the symbols for indices need to be different from
> +        from those in the module proper(ns = 1).  */
> +       if (sym !=NULL && info->u.rsym.ns !=1)

You need a space after !=.

-- 
Steve


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