]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/15097 (code generator problem with ::delete and multiple inheritance and...
authorJason Merrill <jason@redhat.com>
Thu, 13 Sep 2007 13:42:11 +0000 (09:42 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 13 Sep 2007 13:42:11 +0000 (09:42 -0400)
commit21f643029a4d6123581664c3c95800380c19084c
tree9386c16a49779064c54e873cc27341cb60e6d0eb
parent4140075a72a38b0949d0c9c28658ffaab62d1d9b
re PR c++/15097 (code generator problem with ::delete and multiple inheritance and virtual deconstructs)

        PR c++/15097
        * init.c (build_delete): Use build_headof to get the address of the
        complete object if we aren't using the deleting destructor.
        * rtti.c (build_headof): No longer static.
        * cp-tree.h: Declare it.

From-SVN: r128464
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/init.c
gcc/cp/rtti.c