This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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] PR31292 - ICE with module procedure interface in a procedure body


:REVIEWMAIL:

> This one really is self-descriptive:)  The symbol for the contained
> module procedure must be in the module namespace, otehrwise it will
> never be associated with the procedure itself.  The fix goes to the
> top of the namespace tree, checks that this is a namespace and uses
> that for gfc_get_symbol.
>
> Bootstrapped and regtested on SUSE10.1/amd64.
>
> OK for trunk?

Ok. Thanks for fixing the bug.


Tobias

PS: Sorry for breaking the thread but I don't have fortran@ subscribed
on this account.


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