re PR c++/23984 (second operand of PLUS_EXPR is NULL (in constructor))
authorNathan Sidwell <nathan@codesourcery.com>
Fri, 14 Oct 2005 08:38:59 +0000 (08:38 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Fri, 14 Oct 2005 08:38:59 +0000 (08:38 +0000)
commit2acb1af9aae1057e9a3af38b4c6f4f40f0f79205
treec983855f345976b96424a89472edf36390feb567
parent9da32d6309c03def6f4c2d661547c36024381d4e
re PR c++/23984 (second operand of PLUS_EXPR is NULL (in constructor))

cp:
PR c++/23984
* class.c (build_base_path): The vtable is always the first thing
in the vtt.
testsuite:
PR c++/23984
* g++.dg/init/ctor7.C: New.

From-SVN: r105396
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/init/ctor7.C [new file with mode: 0644]