except.c (use_eh_context): Don't copy_rtx a REG.
authorJason Merrill <jason@yorick.cygnus.com>
Fri, 12 Dec 1997 05:15:30 +0000 (05:15 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 12 Dec 1997 05:15:30 +0000 (00:15 -0500)
commit0776059ee03d0974e3f953917ceffc2ea4681a14
tree15fddd8589e7b848e33c703a1eea6abf0f98396c
parentc404fea2260f6bd4eacecdcf3642da6fd67dae89
except.c (use_eh_context): Don't copy_rtx a REG.

* except.c (use_eh_context): Don't copy_rtx a REG.
(emit_throw): Lose old unwinder support.
(expand_internal_throw): Likewise.
* libgcc2.c (struct eh_context): Likewise.
(new_eh_context): Likewise.
(__get_eh_info): Lose redundant cast.
(__get_dynamic_handler_chain): Likewise.
(__get_saved_pc): Lose.
Lose all old unwinder support code.

* decl2.c (finish_file): Lose call to expand_builtin_throw.
* except.c (expand_builtin_throw): Remove.
* cp-tree.h: Remove ptr_ptr_type_node.
* decl.c: Likewise.

From-SVN: r17054
gcc/ChangeLog
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/decl2.c
gcc/cp/except.c
gcc/except.c
gcc/libgcc2.c