From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13432 invoked by alias); 7 May 2003 01:46:00 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 13354 invoked by uid 71); 7 May 2003 01:46:00 -0000 Resent-Date: 7 May 2003 01:46:00 -0000 Resent-Message-ID: <20030507014600.13353.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, java-prs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, tromey@redhat.com Received: (qmail 9436 invoked by uid 48); 7 May 2003 01:39:25 -0000 Message-Id: <20030507013925.9435.qmail@sources.redhat.com> Date: Wed, 07 May 2003 01:46:00 -0000 From: tromey@redhat.com Reply-To: tromey@redhat.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: libgcj/10653: is_assignable_from_slow bug X-SW-Source: 2003-05/txt/msg00433.txt.bz2 List-Id: >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: