This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, Fortran, OOP] PR 52968: Call to type-bound procedure wrongly rejected
- From: Tobias Burnus <tobias dot burnus at physik dot fu-berlin dot de>
- To: Janus Weil <janus at gcc dot gnu dot org>, gcc-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org
- Date: Mon, 16 Apr 2012 08:39:14 +0200
- Subject: Re: [Patch, Fortran, OOP] PR 52968: Call to type-bound procedure wrongly rejected
Janus Weil wrote:
> here is a small patch for an OOP problem. For discussion see the PR.
> Regtested on x86_64-unknown-linux-gnu. Ok for trunk?
OK and thanks for the patch. Note, however, that since Bernhard's patch*,
using cleanup-modules is usually not needed.
* http://gcc.gnu.org/ml/fortran/2012-03/msg00069.html
Tobias
> 2012-04-15 Janus Weil <janus@gcc.gnu.org>
>
> PR fortran/52968
> * class.c (gfc_build_class_symbol): Make sure the 'f2k_derived'
> namespace is present.
>
> 2012-04-15 Janus Weil <janus@gcc.gnu.org>
>
> PR fortran/52968
> * gfortran.dg/typebound_call_23.f03: New test case.