This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Internal compiler error for -fall-virtual for 2.95.2 WORKAROUND



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/



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]