------- Comment #4 from janus at gcc dot gnu dot org 2010-08-21 15:14 ------- (In reply to comment #3) > Is this now fixable using the default pointer initialization?
At least pointer initialization enables us to initalize the $def_init pointer component. But still we will need a default-initialized variable which $def_init can point to. The question is if we even need a $def_init component in the vtab (I think the answer is yes, since we don't know the dynamic type to use for initialization in the general case). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44541