rtti.c (ptmd_initializer): Set non-public, if class is incomplete.
authorNathan Sidwell <nathan@codesourcery.com>
Sat, 6 May 2000 15:52:11 +0000 (15:52 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Sat, 6 May 2000 15:52:11 +0000 (15:52 +0000)
commit1b846cccc633e057ec481250e21ee20461a4e5fd
treedf6ce9401647fcde37a1205382c2b1b7672eeba9
parenta47fed553cca4889ecffc6f6b075b4a403ad0cc5
rtti.c (ptmd_initializer): Set non-public, if class is incomplete.

* rtti.c (ptmd_initializer): Set non-public, if class is
incomplete.

* inc/cxxabi.h (__dynamic_cast): Explicitly say extern "C++".
(__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
__cxa_vec_delete): Likewise.
* tinfo.cc (__dynamic_cast): Likewise.
* vec.cc (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
__cxa_vec_delete): Likewise.

From-SVN: r33726
gcc/cp/ChangeLog
gcc/cp/inc/cxxabi.h
gcc/cp/rtti.c
gcc/cp/tinfo.cc
gcc/cp/vec.cc