------- Comment #26 from sfilippone at uniroma2 dot it  2010-07-07 13:15 -------
(In reply to comment #25)
This fixes test_vt2 but not test_coo. Will keep investigating.....(and of
course it should be done for functions as well as subroutines...) 

Index: gcc/fortran/resolve.c
===================================================================
--- gcc/fortran/resolve.c       (revisione 161820)
+++ gcc/fortran/resolve.c       (copia locale)
@@ -5593,7 +5593,7 @@
       gfc_symbol *vtab;
       vtab = gfc_find_derived_vtab (declared, true);
       gcc_assert (vtab);
-      gfc_add_component_ref (code->expr1, genname);
+      /* gfc_add_component_ref (code->expr1, genname); */
     }
   gfc_add_component_ref (code->expr1, name);



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43945

Reply via email to