This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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] Java: PR 13948


On Tue, 15 Jun 2004 19:13:40 +0100, Andrew Haley <aph@redhat.com> wrote:
> 
> Ranjit Mathew writes:
>  > Ranjit Mathew wrote:
>  > > Hi,
>  > >
>  > >   The following is my proposed patch for PR java/13948. It fixes
>  > > the ICE there by making sure that a class is loaded before we try
>  > > to lay out its methods. I also cleaned up the dead code in
>  > > java_layout_seen_methods().
>  >
>  >     As Bryce pointed out, the code that I thought was dead in
>  > parse.y (java_layout_seen_class_methods) wasn't quite. The
>  > following is a resubmission with that oversight corrected.
>  >
>  > However, this didn't change anything - in particular, PR11117 still
>  > ICE-s, that too with the same backtrace. :-(
>  >
>  > Ok for mainline?
> 
> Looks OK.  What platform did you test on?

The same as before - i686-pc-linux-gnu, with the libjava
testsuite and Jacks, with no regressions.

Sorry for not having mentioned this before.

Thanks,
Ranjit.


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