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, fortran] PR30476 - [Regression 4.2, 4.3] Via other module imported generic interface rejected


Hi Paul,

Paul Thomas wrote:
>          if (!sym->attr.generic
>            && sym->module != NULL
>            && strcmp(module, sym->module) != 0)
>        st->ambiguous = 1;
>        }
>
> Is it OK with the above change?
>From my side: yes.

Tobias


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