PR rtl-optimization/23478
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Sep 2005 05:29:03 +0000 (05:29 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Sep 2005 05:29:03 +0000 (05:29 +0000)
commitd9903bcbbe19100d94f5dd9dcdb1a5276e7dfbe5
tree51f172c784c1a0fb89978ba5eedd01b262b307a4
parentef07ff3370aa4c7a31df6187583111c0e1b3b63a
PR rtl-optimization/23478
* local-alloc.c (struct qty): Add n_throwing_calls_crossed field.
(alloc_qty): Initialize it.
(update_equiv_regs): Clear REG_N_THROWING_CALLS_CROSSED.
(combine_regs): Combine also n_throwing_calls_crossed fields.
(find_free_reg): Don't attempt to caller-save pseudos crossing
calls that might throw.
* global.c (struct allocno): Add throwing_calls_crossed field.
(global_alloc): Revert 2005-08-22 change.  Initialize
throwing_calls_crossed.
(find_reg): Don't attempt to caller-save pseudos crossing calls that
might throw.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103718 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/global.c
gcc/local-alloc.c