From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10216 invoked by alias); 8 Nov 2004 06:30:11 -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 10193 invoked by uid 48); 8 Nov 2004 06:30:11 -0000 Date: Mon, 08 Nov 2004 06:30:00 -0000 Message-ID: <20041108063011.10188.qmail@sourceware.org> From: "tromey at gcc dot gnu dot org" To: java-prs@gcc.gnu.org In-Reply-To: <20040731101911.16843.mark@gcc.gnu.org> References: <20040731101911.16843.mark@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug java/16843] gcjh generated headers don't define final constants X-Bugzilla-Reason: CC X-SW-Source: 2004-q4/txt/msg00332.txt.bz2 List-Id: ------- Additional Comments From tromey at gcc dot gnu dot org 2004-11-08 06:30 ------- I'm testing a patch to emit those constants defined in the class itself. Inherited not constants are not emitted; this is harder and related to PR 15411 (in both cases we would have to read other class files and understand inheritance). Fixing this partially will help at least building the subversion java bindings. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16843