This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/16843] gcjh generated headers don't define final constants
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Nov 2004 06:30:11 -0000
- Subject: [Bug java/16843] gcjh generated headers don't define final constants
- References: <20040731101911.16843.mark@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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