[Bug middle-end/14470] [tree-ssa] trouble with post-increment
cvs-commit at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Mar 22 11:59:00 GMT 2004
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-03-22 11:59 -------
Subject: Bug 14470
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: ebotcazou@gcc.gnu.org 2004-03-22 11:59:08
Modified files:
gcc : ChangeLog expr.c
Log message:
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.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.3251&r2=2.3252
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&r1=1.634&r2=1.635
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14470
More information about the Gcc-bugs
mailing list