Hi Tobias, >> 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.
thanks for the review. Committed as r186486. > Note, however, that since Bernhard's patch*, > using cleanup-modules is usually not needed. > > * http://gcc.gnu.org/ml/fortran/2012-03/msg00069.html Ah, good point. I forgot about that (removed the cleanup-modules before committing). Cheers, Janus >> 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.