* cp-tree.h (language_function): Add x_eh_spec_try_block. Add
commit2d04109968ed378b98e32c683db814220e910fce
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Sep 1999 23:45:52 +0000 (17 23:45 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Sep 1999 23:45:52 +0000 (17 23:45 +0000)
tree0a1203afda84ba76764e50565f92ce939814c1a7
parent7f075a5e7214b6ba89e45605f2b895904a49b3d3
* cp-tree.h (language_function): Add x_eh_spec_try_block.  Add
x_scope_stmt_stack.  Add x_in_charge_parm.
(current_eh_spec_try_block): New macro.
(current_scope_stmt_stack): Likewise.
(current_in_charge_parm): Likewise.
* decl.c (start_function): Initialize current_in_charge_parm.
(finish_function): Use current_in_charge_parm rather than looking
up __in_chrg.
* search.c (expand_indirect_vtbls_init): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29489 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/search.c