This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/32374] [4.3 Regression] internal compiler error: in reload_cse_simplify_operands, at postreload.c:396



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]