re PR tree-optimization/14470 ([tree-ssa] trouble with post-increment)
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sat, 13 Mar 2004 18:16:14 +0000 (19:16 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 13 Mar 2004 18:16:14 +0000 (18:16 +0000)
commite6d55fd78e06b24a4d3ed3afbce710acbdb47381
treea6144fe568a13119f10b6b8b1e2f18f21066b8d5
parentcfbab41c7dc3ab8ee146d1787cb0fe50800a83c8
re PR tree-optimization/14470 ([tree-ssa] trouble with post-increment)

PR middle-end/14470
* expr.c (store_expr): Call emit_queue before generating the move
from the temporary to the original target.  Protect the temporary
from emit_queue.

From-SVN: r79452
gcc/ChangeLog
gcc/expr.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20040313-1.c [new file with mode: 0644]