This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: PR libgcj/10582
- From: "Scott Gilbertson" <scottg at mantatest dot com>
- To: <tromey at redhat dot com>
- Cc: <java-patches at gcc dot gnu dot org>
- Date: Fri, 2 May 2003 11:13:25 -0400
- Subject: Re: Patch: PR libgcj/10582
- References: <87he8ewefy.fsf@fleche.redhat.com>
Test result:
I've rebuilt my big application with the new libjava code (on i686 RH8), and
the exception I was getting
(http://gcc.gnu.org/ml/java/2003-04/msg00426.html) has gone away. I am
happy now.
----- Original Message -----
From: "Tom Tromey" <tromey@redhat.com>
To: "GCC libjava patches" <java-patches@gcc.gnu.org>
Cc: "Mark Mitchell" <mitchell@mail.codesourcery.com>
Sent: Thursday, May 01, 2003 5:21 PM
Subject: Patch: PR libgcj/10582
> This patch fixes PR libgcj/10582. This is a regression from 3.2 -> 3.3.
>
> This is an important fix since the problem is that things like
> "instanceof" fail in some situations. Test case included.
>
> Tested on x86 Red Hat Linux 9. No regressions, including Mauve and
> Jacks.