This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[Patch, fortran] PR43326 - [fortran-dev Regression] dynamic dispatch with CLASS components
- From: Paul Richard Thomas <paul dot richard dot thomas at gmail dot com>
- To: fortran at gcc dot gnu dot org, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 21 Apr 2010 18:55:16 +0200
- Subject: [Patch, fortran] PR43326 - [fortran-dev Regression] dynamic dispatch with CLASS components
Committed revision 158613. This was a reduced version of what had
already been applied to trunk and so could be considered to be
obvious.
Bootstrapped and regtested FC9/x86_64.
Paul
2010-04-21 Paul Thomas <pault@gcc.gnu.org>
PR fortran/43326
* resolve.c (resolve_typebound_function): Renamed
resolve_class_compcall.Do all the detection of class references
here.
(resolve_typebound_subroutine): resolve_class_typebound_call
renamed. Otherwise same as resolve_typebound_function.
(gfc_resolve_expr): Call resolve_typebound_function.
(resolve_code): Call resolve_typebound_subroutine.
2010-04-21 Paul Thomas <pault@gcc.gnu.org>
PR fortran/43326
* gfortran.dg/dynamic_dispatch_9.f03: New test.