This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
libgcj/10653: is_assignable_from_slow bug
- From: tromey at redhat dot com
- To: gcc-gnats at gcc dot gnu dot org
- Date: 7 May 2003 01:39:25 -0000
- Subject: libgcj/10653: is_assignable_from_slow bug
- Reply-to: tromey at redhat dot com
>Number: 10653
>Category: libgcj
>Synopsis: is_assignable_from_slow bug
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed May 07 01:46:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator: Tom Tromey
>Release: unknown-1.0
>Organization:
>Environment:
>Description:
verify.cc:is_assignable_from_slow() is incorrect.
The entire "source->isInterface()" branch is useful
when merging, but otherwise it yields incorrect results.
The fix is to rewrite merging a bit, to rename this
function, and to change one of the calls to a call
to _Jv_isAssignableFrom (which now understands how to
check uninitialized classes).
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: