[Patch, Fortran, OOP] PR 44211: ICE with TBP of pointer component of derived type array
Janus Weil
janus@gcc.gnu.org
Tue Jun 8 03:36:00 GMT 2010
Hi all,
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?
Cheers,
Janus
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pr44211.diff
Type: application/octet-stream
Size: 790 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20100608/6019ae4c/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: typebound_call_14.f03
Type: application/octet-stream
Size: 757 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/fortran/attachments/20100608/6019ae4c/attachment-0001.obj>
More information about the Fortran
mailing list