------- Additional Comments From mustafa at il dot ibm dot com 2005-05-17 15:05 ------- Janis, can you try this patch?
Index: modulo-sched.c =================================================================== RCS file: /cvs/gcc/gcc/gcc/modulo-sched.c,v retrieving revision 1.29 diff -c -p -r1.29 modulo-sched.c *** modulo-sched.c 28 Apr 2005 02:25:22 -0000 1.29 --- modulo-sched.c 17 May 2005 11:47:00 -0000 *************** undo_generate_reg_moves (partial_schedul *** 597,602 **** --- 597,603 ---- delete_insn (crr); crr = prev; } + SCHED_FIRST_REG_MOVE (u) = NULL_RTX; } while (reg_move_replaces) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21138