semantics.c (setup_vtbl_ptr): Always build a CTOR_INITIALIZER if we're in a template.
authorJason Merrill <jason@gcc.gnu.org>
Fri, 18 Jan 2002 13:25:27 +0000 (08:25 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 18 Jan 2002 13:25:27 +0000 (08:25 -0500)
commite73c8e753ce1e1e4909618ed66e69cbe8a3c2cfc
tree345f2a7bf6589ade056567f572d7389574dbdb6b
parentcc0723165e7aa03d4f07f542452ca7cbb7912d69
semantics.c (setup_vtbl_ptr): Always build a CTOR_INITIALIZER if we're in a template.

        * semantics.c (setup_vtbl_ptr): Always build a CTOR_INITIALIZER
        if we're in a template.

From-SVN: r48985
gcc/testsuite/g++.dg/template/vtable1.C [new file with mode: 0644]