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: [patch,gfortran] Fix PR17917 - module equivalences


Steven,

> + /* Equivalenced variables arrive here after creation. */
> + if (sym->backend_decl && sym->equiv_built)
> + return;
> + 
> 
> Odd indentation.
>

Thanks.
 
> 
> + const char *module;
> 
> Could you explain what this is for? I see we write it and read it,
> but it's not used for anything else. Needed for follow-up work?
>
 
I saw that too; I presumed that I was missing something and left it alone.  I'll check out all the uses of gfc_equiv->module in the other product.

Paul T


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