This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Internal compiler error for -fall-virtual for 2.95.2 WORKAROUND
- To: egcs-bugs at egcs dot cygnus dot com
- Subject: Re: Internal compiler error for -fall-virtual for 2.95.2 WORKAROUND
- From: Mark Coletti <mcoletti at clark dot net>
- Date: Tue, 02 May 2000 17:18:16 -0400
- cc: gcervone at gmu dot edu (Guido), lpanait at cs dot gmu dot edu (Liviu Alexandre)
On Tue, 02 May 2000 16:45:55 EDT, I wrote:
> I have been unable to get g++ 2.95.2 to emit all the binary for a sub-class.
> I've used objdump and nm to verify that the typeinfo, virtual tables,
> constructors, and some member functions are not emitted. [...]
I discovered that g++ properly emits all of the binary for that
sub-class if I re-order its sections from public/protected/private to
private/protected/public.
Cheers!
Mark
--
Mark Coletti | mailto:mcoletti@clark.net | http://www.clark.net/~mcoletti/