except.c (eh_status): Change the type of ttype_data to VEC(tree,gc)*.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 8 May 2005 04:22:42 +0000 (04:22 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 8 May 2005 04:22:42 +0000 (04:22 +0000)
commit88877022e7d306101d9353f65fc5145046460cc7
tree5407fefc0047b92ae69b0977b199ebc8779f92c8
parent1e0aa44aedd5bf2dcb53d3af01a5de03d9a06bce
except.c (eh_status): Change the type of ttype_data to VEC(tree,gc)*.

* except.c (eh_status): Change the type of ttype_data to
VEC(tree,gc)*.
(add_ttypes_entry, assign_filter_values,
output_function_exception_table): Use VEC instead of VARRAY.

From-SVN: r99378
gcc/ChangeLog
gcc/except.c