gcc/gcc ChangeLog expr.c
ebotcazou@gcc.gnu.org
ebotcazou@gcc.gnu.org
Mon Mar 22 14:29:00 GMT 2004
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
More information about the Gcc-cvs
mailing list