This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: pointers to member functions with multiple inheritance
- To: boardman at wbourne dot com
- Subject: Re: pointers to member functions with multiple inheritance
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Fri, 7 Jan 2000 10:04:51 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <000201bf58e9$0ac26700$4642a8c0@wbourne.com>
> It involves using pointers to member functions when the member function
> belongs to a class that has multiple parents. In the example code,
> basically identical code is show for single inheritance (which works), and
> multiple, which seg faults.
Thanks for your bug report. The mainline compiler (2.96 19991222
(experimental)) has the bug fixed. If you want to apply the fix to
your compiler, you can get it from
http://gcc.gnu.org/ml/gcc-patches/1999-09/msg00666.html
Regards,
Martin