On 10/07/2011 12:18 PM, Janus Weil wrote:
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 - and for telling me that select_type_12 is a middle end regression (PR 50640); I already wondered why my being worked-on patch showed all of a sudden that failure. (I had self-caused select type failures before; thus, I didn't think of a ME problem.)
Tobias
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.