]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-eh.c (leh_tf_state): Change the type of dest_array to VEC(tree,heap)*.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 14 May 2005 03:25:44 +0000 (03:25 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 14 May 2005 03:25:44 +0000 (03:25 +0000)
commit59ebc70406c4169c19d87835f7ffbd7c15f73ea6
treead88068a5a5d204334a5d874054eb3d567837100
parent8238307080c8eb69073ff7d4f372afd91336107c
tree-eh.c (leh_tf_state): Change the type of dest_array to VEC(tree,heap)*.

* tree-eh.c (leh_tf_state): Change the type of dest_array to
VEC(tree,heap)*.
(maybe_record_in_goto_queue, lower_try_finally_onedest,
lower_try_finally_copy, lower_try_finally_switch,
lower_try_finally): Use VEC instead of VARRAY.

From-SVN: r99693
gcc/ChangeLog
gcc/tree-eh.c