libgcj/10653: is_assignable_from_slow bug
tromey@redhat.com
tromey@redhat.com
Wed May 7 02:46:00 GMT 2003
>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:
More information about the Gcc-bugs
mailing list