re PR tree-optimization/14470 ([tree-ssa] trouble with post-increment)
authorEric Botcazou <ebotcazou@libertysurf.fr>
Mon, 22 Mar 2004 11:59:08 +0000 (12:59 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 22 Mar 2004 11:59:08 +0000 (11:59 +0000)
commit1bbd65cd87bfaca465f4fee1c5e2ac28f8200bda
treec6ea3b97c37379d4cfbc40dc996134d5e6fa2293
parentaadfde5010ff1ed470b006784cdf32da2f48608e
re PR tree-optimization/14470 ([tree-ssa] trouble with post-increment)

PR middle-end/14470
* expr.c (mark_queue): New function.
(emit_insns_enqueued_after_mark): New function replacing
emit_queue.  Clear the body of emitted queued insns.
(emit_queue): Call emit_insns_enqueued_after_mark.
(store_expr): Mark the increment queue on entry.  Emit
only the incrementations queued when expanding the source.

From-SVN: r79822
gcc/ChangeLog
gcc/expr.c