http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45445
--- Comment #27 from Bernd Schmidt <bernds at gcc dot gnu.org> 2010-10-11 19:39:41 UTC --- Author: bernds Date: Mon Oct 11 19:39:37 2010 New Revision: 165329 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=165329 Log: PR bootstrap/45445 * ira-lives.c (mark_pseudo_reg_live, mark_pseudo_reg_dead): New static functions. (mark_ref_live, mark_ref_dead): Use them. (make_pseudo_conflict): New arg ORIG_DREG. All callers changed. Save the original reg, and use the new functions. (check_and_make_def_use_conflict): New arg ORIG_DREG. All callers changed. (check_and_make_def_conflict): Save the original reg. Modified: trunk/gcc/ChangeLog trunk/gcc/ira-lives.c