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, OOP] PR 44211: ICE with TBP of pointer component of derived type array


Janus Weil wrote:
> here goes another OOP patch. It is quite simple (although it took some
> time to figure out). The problem was that we did not properly resolve
> array references in complicated calls to TBPs.
>
> Regtested on x86_64-unknown-linux-gnu. Ok for trunk?
>   

OK - when the trunk reopens (cf.
http://gcc.gnu.org/ml/fortran/2010-06/msg00048.html).
Thanks for the patch!

Tobias,
who accidentally committed the patch for PR 44446 before remembering the
freeze. Well, at least that file does not contain any GC...

> 2010-06-07  Janus Weil  <janus@gcc.gnu.org>
>
> 	PR fortran/44211
> 	* resolve.c (resolve_typebound_function,resolve_typebound_subroutine):
> 	Resolve references.
>
>
> 2010-06-07  Janus Weil  <janus@gcc.gnu.org>
>
> 	PR fortran/44211
> 	* gfortran.dg/typebound_call_14.f03: New test.
>   


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