re PR libgcj/23182 (instanceof sometimes fails if compiled with -findirect-dispatch)
commit8f0960834317f5a64a9246b0321b5f90f9faaf05
authorAndrew Haley <aph@redhat.com>
Fri, 9 Sep 2005 16:04:11 +0000 (9 16:04 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Fri, 9 Sep 2005 16:04:11 +0000 (9 16:04 +0000)
tree6fd2fb5055153c98b6d6dc6750a93ed970f7081a
parent70e9e3d60c55f89df8887ea9d0db0dc1aa0d4dcf
re PR libgcj/23182 (instanceof sometimes fails if compiled with -findirect-dispatch)

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.

From-SVN: r104098
gcc/java/ChangeLog
gcc/java/expr.c