From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15426 invoked by alias); 21 Jul 2004 17:57:29 -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 15411 invoked by uid 48); 21 Jul 2004 17:57:28 -0000 Date: Wed, 21 Jul 2004 17:57:00 -0000 Message-ID: <20040721175728.15409.qmail@sourceware.org> From: "jbarnett at 2wire dot com" To: java-prs@gcc.gnu.org In-Reply-To: <20040721172610.16658.jbarnett@2wire.com> References: <20040721172610.16658.jbarnett@2wire.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/16658] errors compiling saxon xslt library X-Bugzilla-Reason: CC X-SW-Source: 2004-q3/txt/msg00081.txt.bz2 List-Id: ------- Additional Comments From jbarnett at 2wire dot com 2004-07-21 17:57 ------- Clarification: for the AbstractNode.java problem, it's not actually all the classes in the com.icl.saxon.om package that fail, just the ones that implement the "Node, NodeInfo, SourceLocator, DOMLocator" interfaces. The common class definition that fails is: public abstract class XXX implements Node, NodeInfo, SourceLocator, DOMLocator { ... } files that succeed either do not inherit or implement classes, or are classes taht extend Exception, or interfaces that exetend NodeInfo -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16658