class.c (vtbl_init_data_s): Change the type of fns to VEC(tree,gc)*.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 8 May 2005 02:17:54 +0000 (02:17 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 8 May 2005 02:17:54 +0000 (02:17 +0000)
commit1e625046b81c10ad9488acdb3b3d1ddcb2ee3083
tree8fb10aa6914022465955027d7b51eca2f86f7666
parentd7d461f7658bd3327da07593ed6718e861106639
class.c (vtbl_init_data_s): Change the type of fns to VEC(tree,gc)*.

* class.c (vtbl_init_data_s): Change the type of fns to
VEC(tree,gc)*.
(build_vtbl_initializer, add_vcall_offset, add_vcall_offset):
Use VEC instead of VARRAY.

From-SVN: r99376
gcc/cp/ChangeLog
gcc/cp/class.c