OSDN Git Service

* de.po, sv.po: Update.
[pf3gnuchains/gcc-fork.git] / gcc / tree-ssa-forwprop.c
index 7e7e2b1..f68395a 100644 (file)
@@ -1594,6 +1594,9 @@ simplify_builtin_call (gimple_stmt_iterator *gsi_p, tree callee2)
                 memcpy call.  */
              gimple_stmt_iterator gsi = gsi_for_stmt (stmt1);
 
+             if (!is_gimple_val (ptr1))
+               ptr1 = force_gimple_operand_gsi (gsi_p, ptr1, true, NULL_TREE,
+                                                true, GSI_SAME_STMT);
              gimple_call_set_fndecl (stmt2, built_in_decls [BUILT_IN_MEMCPY]);
              gimple_call_set_arg (stmt2, 0, ptr1);
              gimple_call_set_arg (stmt2, 1, new_str_cst);