This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: C++ PATCH for HP/vtable confusion
- To: mark at markmitchell dot com
- Subject: Re: C++ PATCH for HP/vtable confusion
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Fri, 09 Oct 1998 13:33:47 -0600
- cc: egcs-patches at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199810091805.LAA12329@smtp.earthlink.net>you write:
>
> Jeff --
>
> Here's a patch that fixes the problem you reported in compiling
> libio on HP. At least, it fixes the problem for me when using an HP
> cross-compiler. I didn't test building all of libio or libstdc++; let
> me know if you run into any further difficulties.
>
> I didn't see this problem on my system because it uses thunks for
> virtual functions; the HP port does not.
Yea, it was real late and I forgot to mention thunks :-) That's what had me
so bloody confused, my linux systems built fine, but my other systems were
failing.
I'm testing the patch now, HPs and a few cross compilers that I need to get
built :-0
Thanks,
jeff