From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31699 invoked by alias); 13 May 2004 01:42:22 -0000 Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org Received: (qmail 31685 invoked by uid 48); 13 May 2004 01:42:21 -0000 Date: Thu, 13 May 2004 01:42:00 -0000 From: "mckinlay at redhat dot com" To: java-prs@gcc.gnu.org Message-ID: <20040513014219.15411.mckinlay@redhat.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/15411] New: gcjh not aware of "miranda" methods X-Bugzilla-Reason: CC X-SW-Source: 2004-q2/txt/msg00096.txt.bz2 List-Id: "Miranda methods" occur when an abstract class inherits a declaration from an interface but does not redeclare or define that method. When this occurs, gcj emits a vtable entry into the abstract class so that virtual calls to the method, made on the abstract class, can work correctly. gcjh is not aware of this, however, and the .h file it generates is inconsistent with the vtable emitted by gcj. -- Summary: gcjh not aware of "miranda" methods Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P2 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mckinlay at redhat dot com CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15411