Make rtti lazier
authorNathan Sidwell <nathan@acm.org>
Fri, 16 Jun 2017 14:16:20 +0000 (14:16 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 16 Jun 2017 14:16:20 +0000 (14:16 +0000)
commitac9a1c7ec54f41e5d470593ce982bc55ab9dcb19
treebd162154bfe7d92bda57af3891c25aa91ea4baaf
parentbfe8a528aa35b66146fa7bac8ea0c1a5bc48bb70
Make rtti lazier

Make rtti lazier
* rtti.c (enum tinfo_kind): Add TK_DERIVED_TYPES,
TK_VMI_CLASS_TYPES, TK_MAX.  Delete TK_FIXED.
(tinfo_names): New.
(typeid_ok_p): Add quotes to error messages.  Use get_tinfo_desc.
(get_tinfo_decl): Use get_tinfo_desc.
(get_pseudo_ti_init): Likewise. Adjust VMI construction.
(create_pseudo_type_info): Delete.
(get_pseudo_ti_index): Just determine the index.
(get_tinfo_desc): New.  Create all types lazily.
(create_tinfo_types): Just allocate the descriptor array.
(emit_support_tinfos): Use non-inserting type lookup.  Set builtin
location.

From-SVN: r249258
gcc/cp/ChangeLog
gcc/cp/rtti.c