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



--- Comment #8 from janus at gcc dot gnu.org 2013-03-17 22:37:56 UTC ---

(In reply to comment #7)

> > Oops, you're right. *Lots* of failures. Seems I looked at the wrong logfile 
> > :(

> 

> AFAICT they come from the patch in comment #2 and are mostly (all?) of the 
> kind

> "... has no IMPLICIT type".



Yes. I hope this variant should work better (regtesting now):





Index: gcc/fortran/decl.c

===================================================================

--- gcc/fortran/decl.c    (revision 196748)

+++ gcc/fortran/decl.c    (working copy)

@@ -6293,6 +6293,9 @@ attr_decl1 (void)

     }

     }



+  if (sym->ts.type == BT_UNKNOWN)

+      gfc_set_default_type (sym, 0, NULL);

+

   /* Update symbol table.  DIMENSION attribute is set in

      gfc_set_array_spec().  For CLASS variables, this must be applied

      to the first component, or '_data' field.  */

Reply via email to