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]

Re: PATCH: java: suppress java.lang.Object constructor




On Fri, 13 Jul 2001, Alexandre Petit-Bianco wrote:
> > The simplest patch didn't work because dropping super() has the
> > unexpected side effect of preventing calls to finit$.
> 
> It needs to because the constructor might dictate hidden finit$
> args. Your patch causes a regression on my side. I'll look into it.

hmm... I didn't see a regression, but then I'm getting many testsuite
failures for unrelated reasons.

Under what circumstances are there hidden args?  Do you have a test case?

Jeff


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