------- Comment #3 from pault at gcc dot gnu dot org 2010-03-18 21:24 ------- Subject: Bug 43039
Author: pault Date: Thu Mar 18 21:23:35 2010 New Revision: 157552 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157552 Log: 2010-03-18 Paul Thomas <pa...@gcc.gnu.org> PR fortran/43039 * trans-expr.c (conv_parent_component_references): Ensure that 'dt' has a backend_decl. PR fortran/43043 * trans-expr.c (gfc_conv_structure): Ensure that the derived type has a backend_decl. PR fortran/43044 * resolve.c (resolve_global_procedure): Check that the 'cl' structure is not NULL. Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/resolve.c trunk/gcc/fortran/trans-expr.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43039