PR target/29166
commitf6eff11b1b74ee1a351fc375c0ee8ca95864814a
authorschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Jan 2007 22:03:23 +0000 (1 22:03 +0000)
committerschwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Jan 2007 22:03:23 +0000 (1 22:03 +0000)
treec011eefb41be7be9e9e4a175d78779691c158292
parentef78bb13b97ad3ac8bad42061f99735a78fd5940
PR target/29166
* config/ia64/ia64.c (ia64_compute_frame_size): Account space for
save of BR0 in extra_spill_size instead of spill_size.
(ia64_expand_prologue): Save BR0 outside of the gr/br/fr spill
area.
(ia64_expand_epilogue): Restore BR0 from its new location.

testsuite/:
* g++.dg/eh/pr29166.C: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120319 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/ia64/ia64.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/eh/pr29166.C [new file with mode: 0644]