* ira-reload.c (create_new_allocno_for_spilling): Create the underlying object as well. Index: ira-reload.c =================================================================== *** ira-reload.c (revision 162292) --- ira-reload.c (working copy) *************** create_new_allocno_for_spilling (int nre *** 453,458 **** --- 453,459 ---- /* First create the allocno. */ to = ira_create_allocno (nreg, true, ira_curr_loop_tree_node); + ira_create_allocno_object (to); ALLOCNO_REG (to) = regno_reg_rtx[nreg]; /* Now lengthen the regno->allocno map. */