------- Comment #6 from ubizjak at gmail dot com 2007-06-19 08:58 -------
FWIW, this shoot-in-the-dark patch fixes ICE:
Index: expr.c
===================================================================
--- expr.c (revision 125789)
+++ expr.c (working copy)
@@ -5062,8 +5062,10 @@ store_constructor (tree exp, rtx target,
cleared = 1;
}
+#if 0
if (! cleared)
emit_insn (gen_rtx_CLOBBER (VOIDmode, target));
+#endif
/* Store each element of the constructor into the
corresponding field of TARGET. */
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32374