[PATCH] fortran/41918 -- silence a warning

Tobias Burnus burnus@net-b.de
Wed Nov 4 07:25:00 GMT 2009


Am 04.11.2009 00:01, schrieb Steve Kargl:
> The patch has been built and regtested on x86_64-*-freebsd.
> There are no regression.  I'm not sure if this will silence
> all possible warnings where a default initialization can
> occur, but it catches those in my tet program.
>   

+	  if (!(sym->ts.type == BT_DERIVED
+		&& sym->ts.u.derived->components->initializer))
+	    gfc_warning ("Dummy argument '%s' at %L was declared INTENT(OUT) "


Looks OK. Richard Maine would probably also add a check for "alloc_comp" as he sees the automatic deallocation also as a kind of assignment. I am not sure whether this sensible or not.

Tobias



More information about the Gcc-patches mailing list