cp-tree.h (unemitted_tinfo_decls): Make a VEC(tree).
authorNathan Sidwell <nathan@codesourcery.com>
Wed, 22 Sep 2004 18:12:10 +0000 (18:12 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Wed, 22 Sep 2004 18:12:10 +0000 (18:12 +0000)
commit942149531d595c7860a49a9688fd9cd160a62455
tree3d48eaf3d5b695c2aed8d381f2851caa06e286d3
parent8739ed59c414cb398d6ffd6df489519700116d8a
cp-tree.h (unemitted_tinfo_decls): Make a VEC(tree).

* cp-tree.h (unemitted_tinfo_decls): Make a VEC(tree).
* decl2.c (cp_finish_file): Adjust tinfo decl emission loop.
* rtti.c (unemitted_tinfo_decls): Make a VEC(tree).
(init_rtti_processing): Initialize it to something realistic.
(get_tinfo_decl): Adjust pushing the new decl.

From-SVN: r87872
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl2.c
gcc/cp/rtti.c