This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [Bug libgcj/23182] instanceof sometimes fails if compiled with -findirect-dispatch
- From: Andrew Haley <aph at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Fri, 9 Sep 2005 14:30:42 +0100
- Subject: Re: [Bug libgcj/23182] instanceof sometimes fails if compiled with -findirect-dispatch
- References: <17185.34533.123289.18768@zapata.pink>
Andrew Haley writes:
> A line of code was incorrectly removed from pop_type_0() when the new
> verifier was added, a fairly long time ago.
>
> Andrew.
>
>
> 2005-09-09 Andrew Haley <aph@redhat.com>
>
> PR libgcj/23182
> * expr.c (pop_type_0): If the expected type is object or ptr
> (i.e. void*), return the type of the object we just popped from
> the stack.
I forgot to mention: this is patch for a 4.0 regression as well as
4.1.
Andrew.