2011/10/7 Janus Weil <ja...@gcc.gnu.org>: >>> Regtested successfully on x86_64-unknown-linux-gnu (except for failure >>> on entry_4 and select_type_12, which are known middle-end >>> regressions). Ok for trunk and 4.6? >> >> OK. Thanks for the patch > > Thanks for the review. Committed to trunk as r179660.
... and to the 4.6 branch as r179696. Cheers, Janus >>> 2011-10-07 Janus Weil<ja...@gcc.gnu.org> >>> >>> PR fortran/50625 >>> * class.c (gfc_build_class_symbol): Fix whitespace. >>> * module.c (mio_symbol): Set 'class_ok' attribute. >>> * trans-decl.c (gfc_get_symbol_decl): Make sure the backend_decl >>> has >>> been built for class symbols. >>> >>> >>> 2011-10-07 Janus Weil<ja...@gcc.gnu.org> >>> >>> PR fortran/50625 >>> * gfortran.dg/class_46.f03: New. >> >> >