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] PR 15396: Userdef. operators returning arrays


Erik Edelmann wrote:
> Here's yet another one-liner, to fix PR 25396.  The problem is
> that in interface.c (gfc_extend_expr), when we change the
> expression node to a function call, we forget to initialize
> e->value.function.name to NULL.  This will confuse
> resolve.c (resolve_function) into beliving that the function has
> been resolved already, which it hasn't.
> 
> Reg.tested on Linux/x86, on trunk, 4.1 and 4.0.  Ok to commit?

Yes, thanks!

- Tobi

:REVIEWMAIL:


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