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: "'Martin v. Loewis'" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Subject: RE: pointers to member functions with multiple inheritance
- From: "Andrew Boardman" <boardman at wbourne dot com>
- Date: Fri, 7 Jan 2000 11:07:44 -0700
- Cc: <gcc-bugs at gcc dot gnu dot org>
Martin,
Thank you for your quick reply. I tried out the patch you pointed me to,
unfortunately without success. To compare, I also ran the example code the
message sited, which does work correctly.
I imagine the problems are related, but my code still seg faults with the
fix.
Thanks,
-- Andrew
WindBourne, Inc.
Software Development Consulting
http://www.wbourne.com
(303) 522-6920
-----Original Message-----
From: Martin v. Loewis [mailto:martin@loewis.home.cs.tu-berlin.de]
Sent: Friday, January 07, 2000 2:05 AM
To: boardman@wbourne.com
Cc: gcc-bugs@gcc.gnu.org
Subject: Re: pointers to member functions with multiple inheritance
> 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