[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug target/40813] [4.4 regression] ICE in gsi_insert_seq_nodes_after, at gimple-iterator.c:222




------- Comment #2 from jakub at gcc dot gnu dot org  2009-07-21 08:32 -------
Fix I'll be testing:
--- gcc/tree-inline.c.jj        2009-05-28 12:50:54.000000000 +0200
+++ gcc/tree-inline.c   2009-07-21 10:06:28.000000000 +0200
@@ -1355,8 +1355,8 @@ copy_bb (copy_body_data *id, basic_block
        {
          tree new_rhs;
          new_rhs = force_gimple_operand_gsi (&seq_gsi,
-                                             gimple_assign_rhs1 (stmt),
-                                             true, NULL, true, GSI_SAME_STMT);
+                                             gimple_assign_rhs1 (stmt),
+                                             true, NULL, false, GSI_NEW_STMT);
          gimple_assign_set_rhs1 (stmt, new_rhs);
          id->regimplify = false;
        }


-- 

jakub at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |jakub at gcc dot gnu dot org
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-07-21 08:32:40
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40813

------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


Reply to: