This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11622] pointer to multiply derived class where both base classes have virtual member function != pointer to second base class after assignment
- From: "sheldonsimms at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jul 2003 21:09:19 -0000
- Subject: [Bug c++/11622] pointer to multiply derived class where both base classes have virtual member function != pointer to second base class after assignment
- References: <20030721201413.11622.sheldonsimms@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11622
------- Additional Comments From sheldonsimms at yahoo dot com 2003-07-21 21:09 -------
I meant to add a comment at the same time as I added the second sample
code to the effect that there probably wasn't any bug, and that the
problem was solved by the virtual destructor.