This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: GCC build failed for native with your patch on2001-11-30T04:44:42Z.


>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:

> This was caused by the dbxout.c change. GCJ sets TREE_VIA_VIRTUAL for
> interfaces but did not set BINFO_VPTR_FIELD.

Thanks.  But I'm thinking it probably makes sense just to disable my change
for Java; if interfaces are always at offset 0, there's no reason to go
mucking about in the vtable to find them.  Is that, in fact, the case?

Jason


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