This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/32374] [4.3 Regression] internal compiler error: in reload_cse_simplify_operands, at postreload.c:396
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Jun 2007 08:58:26 -0000
- Subject: [Bug middle-end/32374] [4.3 Regression] internal compiler error: in reload_cse_simplify_operands, at postreload.c:396
- References: <bug-32374-1649@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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