[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 18:40:00 GMT 2004
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-03-22 18:40 -------
Subject: Bug 14470
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_3-branch
Changes by: ebotcazou@gcc.gnu.org 2004-03-22 18:39:57
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&only_with_tag=gcc-3_3-branch&r1=1.16114.2.948&r2=1.16114.2.949
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.498.2.25&r2=1.498.2.26
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14470
More information about the Gcc-bugs
mailing list