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: [Patch] PR java/21418: Order of files on command line matters while resolving inheritance


Ranjit Mathew writes:
 > On 9/21/05, Andrew Haley <aph@redhat.com> wrote:
 > >  > >
 > >  > > But the code you've added seems to be duplicating some of the logic in
 > >  > > maybe_layout_super_class().  Why not simply call that function?
 > [...]
 > >  >
 > >  > Or do you mean something like simply:
 > >  >
 > >  >   type1 = maybe_layout_super_class (CLASSTYPE_SUPER (type1), type1);
 > >  >
 > >  > ?
 > >
 > > Yes.
 > 
 > OK, how about the attached patch? It was tested
 > again by doing a clean build of libjava followed by
 > a testsuite run (including Jacks).

Yes, thanks.

Andrew.


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