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 <ja...@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 <ja...@gcc.gnu.org> > > PR fortran/52968 > * gfortran.dg/typebound_call_23.f03: New test case.