This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [Patch] Java: PR 13948
- From: Andrew Haley <aph at redhat dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: java-patches at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Tue, 15 Jun 2004 19:13:40 +0100
- Subject: Re: [Patch] Java: PR 13948
- References: <cakt7v$3fp$1@sea.gmane.org><candr6$qm3$1@sea.gmane.org>
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?
Andrew.