--- Comment #3 from crickett at lanl dot gov 2007-11-19 18:13 ---
(In reply to comment #2)
> FIXED on the trunk (4.3.0). (Not part of any branch.)
>
i don't think this constraint exists in F08 (at least i cannot find it).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34133
--- Comment #4 from crickett at lanl dot gov 2007-09-11 19:51 ---
(In reply to comment #3)
> gfc_conv_initializer contains:
>
> if (expr != NULL && expr->ts.type == BT_DERIVED
> && expr->ts.is_iso_c && expr->ts.derived
&g
--- Comment #2 from crickett at lanl dot gov 2007-07-18 20:18 ---
(In reply to comment #1)
> sym->ts has type BT_DERIVED, but yet sym->ts.derived is NULL. Maybe this
> should
> be set earlier, or maybe the test on (sym->ts.type == BT_DERIVED &&
> sym-&g